2018-07-13 08:22:35 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-lmfit: updated to 0.9.11
0.9.11:
make exception explicit
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.
|
2018-04-14 07:32:22 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-lmfit: updated to 0.9.9
Version 0.9.9:
Lmfit now uses the asteval (https://github.com/newville/asteval) package
instead of distributing its own copy. The minimum required asteval version
is 0.9.12, which is available on PyPi. If you see import errors related to
asteval, please make sure that you actually have the latest version installed.
|
2018-02-27 07:40:07 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-lmfit: updated to 0.9.8
0.9.8:
update doc for 5 digit-precision fit statistics
increase default precision for chi-square, etc from 3 to 5
|
2016-09-16 17:20:31 by Patrick Welche | Files touched by this commit (4) |
Log message:
Add py-lmfit 0.9.5
A library for least-squares minimization and data fitting in Python,
based on scipy.optimize.
|