Skip to content

Releases: lmfit/lmfit-py

0.9.12.rc2: Merge pull request #519 from reneeotten/PR512

26 Nov 15:27
7fec373
Compare
Choose a tag to compare
updates to complement PR512

0.9.12rc1

23 Oct 11:49
Compare
Choose a tag to compare
0.9.12rc1 Pre-release
Pre-release
use inspect.getfullargspec for Python3

0.9.11

29 Jun 17:39
Compare
Choose a tag to compare
make exception explicit

0.9.10

18 May 11:34
57f04ab
Compare
Choose a tag to compare

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

02 May 04:01
b7d87b9
Compare
Choose a tag to compare
Add the AMPGO algorithm

0.9.9: Merge pull request #462 from reneeotten/documentation_docstrings

20 Mar 16:21
b6f5789
Compare
Choose a tag to compare

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!).

0.9.8

19 Feb 19:27
Compare
Choose a tag to compare
update doc for 5 digit-precision fit statistics

0.9.8rc1

11 Feb 13:13
Compare
Choose a tag to compare
0.9.8rc1 Pre-release
Pre-release
increase default precision for chi-square, etc from 3 to 5

0.9.7

02 Jun 22:08
Compare
Choose a tag to compare
correctly create non-constraint parameter values and bounds for least…

0.9.7rc2

31 May 19:12
Compare
Choose a tag to compare
0.9.7rc2 Pre-release
Pre-release
correctly create non-constraint parameter values and bounds for least…