File tree 2 files changed +22
-2
lines changed
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
2
2
3
3
Non-Linear Least-Squares Minimization and Curve-Fitting for Python
4
4
==================================================================
@@ -63,4 +63,4 @@ participating in this effort please use the `lmfit GitHub repository`_.
63
63
bounds
64
64
constraints
65
65
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
11
11
to be a comprehensive list of changes. For such a complete record,
12
12
consult the `lmfit GitHub repository `_.
13
13
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
+
14
34
.. _whatsnew_131_label :
15
35
16
36
Version 1.3.1 Release Notes (April 19, 2024)
You can’t perform that action at this time.
0 commit comments