File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1- .. lmfit documentation master file,
1+ .. lmfit documentation master file
22
33 Non-Linear Least-Squares Minimization and Curve-Fitting for Python
44==================================================================
@@ -63,4 +63,4 @@ participating in this effort please use the `lmfit GitHub repository`_.
6363 bounds
6464 constraints
6565 whatsnew
66- examples/index
66+ examples/index.rst
Original file line number Diff line number Diff line change @@ -11,6 +11,26 @@ significant to the use and behavior of the library. This is not meant
1111to be a comprehensive list of changes. For such a complete record,
1212consult the `lmfit GitHub repository `_.
1313
14+
15+ .. _whatsnew_132_label :
16+
17+ Version 1.3.2 Release Notes (July 19, 2024)
18+ ====================================================
19+
20+ Fixes:
21+
22+ - fix typo in restoring a ``_buildmodel `` dict (PR #957, Issue #956)
23+ - fixes for Numpy2 support (PR #959, Issue #958)
24+ - ensure that correct initial params are used when re-fitting a ModeRresult (PR #961, Issue #960)
25+ - make sure that CompositeModels cannot have a prefix (PR #961, Issue #954)
26+
27+ Build, Maintenance:
28+
29+ - update pre-commit hooks, adding codespell exceptions
30+ - update to latest SciPy/NumPy versions, including dependency versions for NumPy 2.
31+ - now require asteval>=1.0 and uncertainties>=3.2.2
32+
33+
1434.. _whatsnew_131_label :
1535
1636Version 1.3.1 Release Notes (April 19, 2024)
You can’t perform that action at this time.
0 commit comments