Skip to content

Commit 0c2bd14

Browse files
committed
dociument changes for 1.3.2.
1 parent 78edec0 commit 0c2bd14

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

doc/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

doc/whatsnew.rst

+20
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,26 @@ significant to the use and behavior of the library. This is not meant
1111
to be a comprehensive list of changes. For such a complete record,
1212
consult 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

1636
Version 1.3.1 Release Notes (April 19, 2024)

0 commit comments

Comments
 (0)