Releases: lmfit/lmfit-py
Releases · lmfit/lmfit-py
0.9.12.rc2: Merge pull request #519 from reneeotten/PR512
updates to complement PR512
0.9.12rc1
0.9.11
0.9.10
Major Changes for 0.9.10:
- add AMPGO and basin-hopping global optimization methods.
- aborting a fit from the objective function now raises AbortFitException
- fit statistics are more uniformly calculated.
- the uncertainties package is now an external dependency, and an out-dated copy is no longer kept in lmfit.
- more exceptions when import matplotlib are now tolerated.
- many documentation fixes.
0.9.10rc1: Merge pull request #466 from reneeotten/ampgo
Add the AMPGO algorithm
0.9.9: Merge pull request #462 from reneeotten/documentation_docstrings
This release provides a few small but important changes compared to 0.9.8:
- asteval is now required as a separate install -- a copy is no longer included in lmfit. This makes it easier for asteval developments to happen independently from lmfit.
- the formatting of floating point numbers in the fit report is now better, fixing at least one bug where the values reported were truncated and incorrect.
- prefixes of Model components can be changed after the model is created.
- saving models and modelresults can now include user-specified data (as long as it can be converted to json!).