Skip to content

Commit

Permalink
Merge pull request numpy#12603 from jakirkham/fix_np116_rel_notes
Browse files Browse the repository at this point in the history
DOC: Fix markup in 1.16.0 release notes.
  • Loading branch information
charris authored Dec 24, 2018
2 parents 0b001d0 + b4770a2 commit e6a0403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/release/1.16.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -321,11 +321,11 @@ single elementary function for four related but different signatures,
The ``out`` argument to these functions is now always tested for memory overlap
to avoid corrupted results when memory overlap occurs.

New value ``unscaled`` for option ``cov`` in ``np.polyfit''
New value ``unscaled`` for option ``cov`` in ``np.polyfit``
-----------------------------------------------------------
A further possible value has been added to the ``cov`` parameter of the
``np.polyfit`` function. With ``cov='unscaled'`` the scaling of the covariance
matrix is disabled completely (similar to setting ``absolute_sigma=True'' in
matrix is disabled completely (similar to setting ``absolute_sigma=True`` in
``scipy.optimize.curve_fit``). This would be useful in occasions, where the
weights are given by 1/sigma with sigma being the (known) standard errors of
(Gaussian distributed) data points, in which case the unscaled matrix is
Expand Down

0 comments on commit e6a0403

Please sign in to comment.