@@ -20,7 +20,7 @@ New features:
20
20
21
21
- add ``ModelResult.uvars `` output to a ``ModelResult `` after a successful fit
22
22
that contains ``ufloats `` from the ``uncertainties `` package which can be
23
- used for downstream calculations that propagate the uncertaintes (and
23
+ used for downstream calculations that propagate the uncertainties (and
24
24
correlations) of the variable Parameters. (PR #888)
25
25
26
26
- Outputs of residual functions, including ``Model._residual ``, are more
@@ -30,9 +30,9 @@ New features:
30
30
1-dimensional. (PR #899)
31
31
32
32
- ``Model.fit `` now takes a ``coerce_farray `` option, defaulting to ``True `` to
33
- control whether to input data and independent variable that are "array-like"
34
- are coerced to ndarrays of dataype Float64 or Complex128. If set to
35
- ``False `` then inpendent data that "array-like" (``pandas.Series ``, int32
33
+ control whether to input data and independent variables that are "array-like"
34
+ are coerced to ndarrays of datatype Float64 or Complex128. If set to
35
+ ``False `` then independent data that "array-like" (``pandas.Series ``, int32
36
36
arrays, etc) will be sent to the model function unaltered. The user may then
37
37
use other features of these objects, but may also need to explicitly coerce
38
38
the datatype of the result the change described above about coercing the
@@ -41,16 +41,16 @@ New features:
41
41
Bug fixes/enhancements:
42
42
43
43
- fixed bug in ``Model.make_params() `` for non-composite models that use a
44
- prefx (Discussion #892; Issue #893; PR #895)
44
+ prefix (Discussion #892; Issue #893; PR #895)
45
45
46
46
- fixed bug with aborted fits for several methods having incorrect or invalid
47
47
fit statistics. (Discussion #894; Issue #896; PR #897)
48
48
49
- - ``Model.eval_uncertainty `` now correctly calclutes complex (rea /imaginary pairs)
49
+ - ``Model.eval_uncertainty `` now correctly calculates complex (real /imaginary pairs)
50
50
uncertainties for Models that generate complex results. (Issue #900; PR #901)
51
51
52
52
- ``Model.eval `` now returns and array-like value. This adds to the coercion
53
- features, and fixes a bug for composite models that return lists (Issue #875; PR #901)
53
+ features above and fixes a bug for composite models that return lists (Issue #875; PR #901)
54
54
55
55
- the HTML representation for a ``ModelResult `` or ``MinimizerResult `` are
56
56
improved, and create fewer entries in the Table of Contents for Jupyter lab.
0 commit comments