Skip to content

Commit 555c29e

Browse files
committed
spellchecked whatsnew
1 parent 3326676 commit 555c29e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/whatsnew.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ New features:
2020

2121
- add ``ModelResult.uvars`` output to a ``ModelResult`` after a successful fit
2222
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
2424
correlations) of the variable Parameters. (PR #888)
2525

2626
- Outputs of residual functions, including ``Model._residual``, are more
@@ -30,9 +30,9 @@ New features:
3030
1-dimensional. (PR #899)
3131

3232
- ``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
3636
arrays, etc) will be sent to the model function unaltered. The user may then
3737
use other features of these objects, but may also need to explicitly coerce
3838
the datatype of the result the change described above about coercing the
@@ -41,16 +41,16 @@ New features:
4141
Bug fixes/enhancements:
4242

4343
- 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)
4545

4646
- fixed bug with aborted fits for several methods having incorrect or invalid
4747
fit statistics. (Discussion #894; Issue #896; PR #897)
4848

49-
- ``Model.eval_uncertainty`` now correctly calclutes complex (rea/imaginary pairs)
49+
- ``Model.eval_uncertainty`` now correctly calculates complex (real/imaginary pairs)
5050
uncertainties for Models that generate complex results. (Issue #900; PR #901)
5151

5252
- ``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)
5454

5555
- the HTML representation for a ``ModelResult`` or ``MinimizerResult`` are
5656
improved, and create fewer entries in the Table of Contents for Jupyter lab.

0 commit comments

Comments
 (0)