File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,8 @@ The :class:`Parameters` class
9696The :func: `create_params ` function
9797==================================
9898
99+ .. versionadded :: 1.2.0
100+
99101The :func: `create_params ` function is probably the easiest method for making
100102:class: `Parameters ` objects, as it allows defining Parameter names by keyword
101103with values either being the numerical initial value for the Parameter or being
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ New features:
2424 correlations) of the variable Parameters. (PR #888)
2525
2626- Outputs of residual functions, including ``Model._residual ``, are more
27- explicitly coerced to 1d-arrays of dataype Float64. This decreases the
27+ explicitly coerced to 1d-arrays of datatype Float64. This decreases the
2828 expectation for the user-supplied code to return ndarrays, and increases the
2929 tolerance for more "array-like" objects or ndarrays that are not Float64 or
3030 1-dimensional. (PR #899)
@@ -88,7 +88,7 @@ New features:
8888Bug fixes/enhancements:
8989
9090- fix bug when setting ``param.vary=True `` for a constrained parameter (Issue #859; PR #860)
91- - fix bug in reported uncertainties for constrained parameters by better propating uncertainties (Issue #855; PR #856)
91+ - fix bug in reported uncertainties for constrained parameters by better propagating uncertainties (Issue #855; PR #856)
9292- Coercing of user input data and independent data for ``Model `` to float64 ndarrays is somewhat less aggressive and
9393 will not increase the precision of numpy ndarrays (see :ref: `model_data_coercion_section ` for details). The resulting
9494 calculation from a model or objective function is more aggressively coerced to float64. (Issue #850; PR #853)
Original file line number Diff line number Diff line change 3030 * Many built-in models for common lineshapes are included and ready
3131 to use.
3232
33- Copyright (c) 2022 Lmfit Developers ; BSD-3 license ; see LICENSE
33+ Copyright (c) 2023 Lmfit Developers ; BSD-3 license ; see LICENSE
3434
3535"""
3636from asteval import Interpreter
You can’t perform that action at this time.
0 commit comments