diff NEWS @ 9722:97d683d8b9ff

update NEWS
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 13 Oct 2009 12:37:51 +0200
parents 4fd71e875120
children 30d62079c493
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -116,6 +116,11 @@
     return the triangular matrix factors with proper internal matrix_type set, so that it
     won't need to be computed when the matrix is used for division.
 
+ ** The built-in "sum" function now handles the non-native summation (i.e. double precision
+    sum of single or integer inputs) more efficiently, avoiding a temporary conversion of
+    the whole input array to doubles. Further, "sum" can now accept an "extra" option argument,
+    using a compensated summation algorithm rather than a straightforward sum, which significantly
+    improves precision if lots of cancellation occurs in the summation.
 
 Summary of important user-visible changes for version 3.2:
 ---------------------------------------------------------