Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jbloom committed Mar 24, 2024
1 parent 1493143 commit 77df06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on `Keep a Changelog <https://keepachangelog.com>`_.

2.0.0
-----
- The curve fitting parameters (top, bottom, slope) can now be constrained to a range in addition to being completely free or fixed. This can help with fitting some curves more sensibly. Specifically:
- The curve fitting parameters (top, bottom, slope) can now be constrained to a range in addition to being completely free or fixed. This can help with fitting some curves more sensibly (see [this issue](https://github.com/jbloomlab/neutcurve/issues/53)). Specifically:
- ``fixtop`` and ``fixbottom`` parameters to ``HillCurve`` can be 2-tuples of bounds
- added ``fixslope`` parameter to ``HillCurve`` and ``CurveFits``
- New ``constrain_params_range`` notebook tests and documents this functionality.
Expand Down

0 comments on commit 77df06e

Please sign in to comment.