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