Releases: sdu-cfei/modest-py
Releases · sdu-cfei/modest-py
v.0.0.9
v.0.0.8
Version used in the ModestPy paper.
Major update: added interface to SciPy algorithms.
v0.0.7
Changes in v0.0.7:
- added SQP method
- modified interface of the Estimation class to facilitate multi-algorithm pipelines
Version 0.0.6
v.0.0.6 Version 0.0.6
Version 0.0.5
Decreased tolerance of CVode solver in PyFMI
Version 0.0.3
Changes in v. 0.0.3:
- Tolerance criteria for GA and PS exposed in the Estimation API.
Version 0.0.2
Changes in v. 0.0.2:
- Estimation class imported directly in init.py to allow imports like "from modestpy import Estimation". Previously it had to be imported from modestpy.estimation.
Initial release
- first public release
- simplified API in modestpy.Estimation
- compatible with packages compatible with MPCPy