Skip to content

Commit

Permalink
Merge pull request numpy#4697 from charris/update-1.9.0-notes
Browse files Browse the repository at this point in the history
DOC: Update 1.9.0-notes to mention pairwise summation.
  • Loading branch information
charris committed Jul 7, 2014
2 parents d244ec7 + cdfbc69 commit 594b0de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/release/1.9.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,12 @@ in either an error being raised, or wrong results computed.
Improvements
============

Better numerical stability for sum in some cases
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Pairwise summation is now used in the sum method, but only along the fast
axis and for groups of the values <= 8192 in length. This should also
improve the accuracy of var and std in some common cases.

Percentile implemented in terms of ``np.partition``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
``np.percentile`` has been implemented in terms of ``np.partition`` which
Expand Down

0 comments on commit 594b0de

Please sign in to comment.