Pyodeint

Latest version: v0.10.6

Safety actively analyzes 630406 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

0.7.0

======
- Changed development status from alpha to beta.
- Jacobian callback has a new signature (fy=None, never passed by odeint, but by other integrators)
- Refactored wrappers, added "wall_time" entry in info-dict from integration.
- Refactored to use AnyODE base class (share code with pycvodes & pygslodeiv2)

0.6.1

======
- Fixes to setup.py and conda recipe

0.6.0

======
- Changes to info dict: rename 'nrhs' -> 'nfev', 'njac' -> 'njev', added 'cpu_time', 'success'

0.5.0

======
- New function signature: integrate_predefined and integrate_adaptive now
also return an info dict containing ``nrhs`` and ``njac`` conatining
number of calls to each function made during last integration.
- Expose ``_odeint_numpy.steppers`` tuple at module level.
- check_callbable and check_indexing kwargs now defaults to False

0.4.3

======
- Ship tests with package (e.g.: python -m pytest --pyargs pyodeint)

0.4.2

======
- Less strict callback checks on python side.

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.