Skip to content

Commit

Permalink
dociument changes for 1.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Jul 19, 2024
1 parent 78edec0 commit 0c2bd14
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. lmfit documentation master file,
.. lmfit documentation master file
Non-Linear Least-Squares Minimization and Curve-Fitting for Python
==================================================================
Expand Down Expand Up @@ -63,4 +63,4 @@ participating in this effort please use the `lmfit GitHub repository`_.
bounds
constraints
whatsnew
examples/index
examples/index.rst
20 changes: 20 additions & 0 deletions doc/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0c2bd14

Please sign in to comment.