Skip to content

Commit 3cfd09a

Browse files
committed
update whatsnew for 1.3.1
1 parent 9621dfe commit 3cfd09a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

doc/whatsnew.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,30 @@ 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+
.. _whatsnew_131_label:
15+
16+
Version 1.3.1 Release Notes (April 19, 2024)
17+
====================================================
18+
19+
Mostly fixes for bugs introduced in 1.3.0
20+
21+
- allow ``Model.eval_uncertainty`` to be performed with single points for ``x``
22+
independent variables (PR #952, Issue #951)
23+
24+
- allow ``Model._parse_param`` to handle older-style passed-in 'argnames' and
25+
'kwargs' as for variadic function, add test (PR #950)
26+
27+
- better allow (or re-allow) Model function independent variables / keyword
28+
argumentss to be given non-default values at model creation time
29+
30+
- add ``form`` as independent variable for builtin Step, Rectangle, Thermal
31+
Distribution models.
32+
33+
- use a copy of ``sys.modules`` when iterating over it. (#949)
34+
35+
- use ``Model._reprstring(long=True)`` for model ``Model.__repr__()``.
36+
37+
1438
.. _whatsnew_130_label:
1539

1640
Version 1.3.0 Release Notes (April 4, 2024)

0 commit comments

Comments
 (0)