All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This change log follows the conventions of keep a CHANGELOG.
1.0.2 / 2016-04-28
- Fix how
Fit.fitted_parameters
returns tuple when using lmfit.
1.0.1 / 2016-04-26
- Remove
build/
anddist/
first inmake release
.
1.0.0 / 2016-04-26
- [Breaking] Update Lmfit to 0.9.0.
Note that
Fit.curve_fit
returns the result from callinglmfit.minimize
. In Lmfit 0.9.0, this now returns the newMinimizerResult
class. See the Version 0.9.0 Release Notes for more information.
0.3.1 / 2016-04-26
- Add coverage to development dependencies.
- Add pygments to development dependencies.
- Add docutils to development dependencies.
- Fix README display on PyPI.
0.3.0 / 2016-04-26
- Update package structure based on makenew/python-package.
- Add semver constraints to package dependencies.
- Update development tooling to handle new features.
- Switch from Coveralls to Codecov.
- Switch from Travis CI to CircleCI.
0.2.5 / 2016-03-12
- Add twine and wheel as development dependencies.
- Constrain lmfit version less than 0.9.0.
0.2.4 / 2014-04-06
- New README badges.
- Code coverage reports.
- README improvements.
- Test improvements.
0.2.3 / 2014-04-03
- Add scipy_data_fitting/figure to packages in setup.py.
- Use relative import for core.
- Add reference to GitHub’s .gitignore templates.
0.2.2 / 2014-03-29
- Add lmfit to install_requires.
0.2.1 / 2014-03-25
- Fix error with docstring.
0.2.0 / 2014-03-25
- Add figure subpackage (still in development).
0.1.0 / 2014-03-11
- First stable release. No planned API breaking changes.
0.0.9 / 2014-02-25
- Plot fit line over data points.
0.0.8 / 2014-02-23
- The values of
min
andmax
(forlimft
) are scaled byprefix
.
0.0.7 / 2014-02-06
- Add support for errors and error bars.
- Fix how meta works in
Fit.to_json
.
0.0.6 / 2014-02-05
- Remove images from long_description.
0.0.5 / 2014-02-05
- Add
Fit._function
for performance.
0.0.4 / 2014-02-04
- Add basic examples.
- Allow for the case where no fitting parameters are given.
- Add option in Fit.to_json to omit metadata.
- New default behavior for Fit.limits.
0.0.3 / 2014-02-04
- Add lmfit support.
0.0.2 / 2014-01-30
- Clean up tests.
- Add check for README.md in setup.py.
- Initial release.