changeset 20690:dc2be2485968

NEWS: Update with changes to quadl function. * NEWS: Add note about changes to quadl function. Re-wrap lines to 80 characters.
author Rik <rik@octave.org>
date Sun, 08 Nov 2015 21:34:44 -0800
parents 655816377845
children 7751bd56d0be
files NEWS
diffstat 1 files changed, 11 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sun Nov 08 20:07:37 2015 -0800
+++ b/NEWS	Sun Nov 08 21:34:44 2015 -0800
@@ -10,15 +10,14 @@
  ** The parser has been extended to understand binary numbers which begin
     with the prefix '0b' or '0B'.  The value returned is Octave's default
     numeric class of double, not at unsigned integer class.  Therefore numbers
-    greater than flintmax (2^53) will lose some precision.
+    greater than flintmax, i.e., 2^53, will lose some precision.
 
     Examples: 0b101 == 5 or 0B1100_0001 == 0xC1
 
- ** The default colormap is now set to 'viridis' which is also
-    the default colormap in matplotlib. This new colormap fixes
-    some of the main issues with the old default colormap 'jet'
-    such as its bad 'luminance profile' and is also more similar
-    to Matlab's new default colormap 'parula'.
+ ** The default colormap is now set to "viridis" which is also the default
+    colormap in matplotlib.  This new colormap fixes some of the main issues
+    with the old default colormap "jet" such as its bad "luminance profile"
+    and is also more similar to Matlab's new default colormap "parula".
 
  ** Octal ('\NNN') and hex ('\xNN') escape sequences in single quoted
     strings are now interpreted by the function do_string_escapes().
@@ -53,6 +52,12 @@
  ** The surfnorm function now returns unnormalized (magnitude != 1) normal
     vectors for compatibility with Matlab.
 
+ ** The quadl function now uses an absolute, rather than relative, tolerance
+    for Matlab compatibility.  The default tolerance is 1e-6 which may result
+    in lower precision results than previous versions of Octave which used
+    eps as the relative tolerance.  The quadl function has also been extended
+    to return a second output with the total number of function evaluations.
+
  ** Other new functions added in 4.2:
 
       psi