diff --git a/doc/index.rst b/doc/index.rst index bd95e082..2dfa1b45 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,4 +1,4 @@ -.. lmfit documentation master file, +.. lmfit documentation master file Non-Linear Least-Squares Minimization and Curve-Fitting for Python ================================================================== @@ -63,4 +63,4 @@ participating in this effort please use the `lmfit GitHub repository`_. bounds constraints whatsnew - examples/index + examples/index.rst diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index ba173067..87e5a5b3 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -11,6 +11,26 @@ significant to the use and behavior of the library. This is not meant to be a comprehensive list of changes. For such a complete record, consult the `lmfit GitHub repository`_. + +.. _whatsnew_132_label: + +Version 1.3.2 Release Notes (July 19, 2024) +==================================================== + +Fixes: + +- fix typo in restoring a ``_buildmodel`` dict (PR #957, Issue #956) +- fixes for Numpy2 support (PR #959, Issue #958) +- ensure that correct initial params are used when re-fitting a ModeRresult (PR #961, Issue #960) +- make sure that CompositeModels cannot have a prefix (PR #961, Issue #954) + +Build, Maintenance: + +- update pre-commit hooks, adding codespell exceptions +- update to latest SciPy/NumPy versions, including dependency versions for NumPy 2. +- now require asteval>=1.0 and uncertainties>=3.2.2 + + .. _whatsnew_131_label: Version 1.3.1 Release Notes (April 19, 2024)