File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,30 @@ 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+ .. _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
1640Version 1.3.0 Release Notes (April 4, 2024)
You can’t perform that action at this time.
0 commit comments