diff NEWS @ 29932:b39203a44db2

Call print_struct_array_contents(1) when '--traditional' option used. * NEWS: Announce change in Matlab compatibility section. * basics.txi: Update documentation for '--traditional' mode. * interpreter.cc (Fmaximum_braindamage): Call print_struct_array_contents(1).
author Rik <rik@octave.org>
date Fri, 30 Jul 2021 12:05:48 -0700
parents b436a01d186d
children 00c69fbf1942
line wrap: on
line diff
--- a/NEWS	Fri Jul 30 11:46:05 2021 -0400
+++ b/NEWS	Fri Jul 30 12:05:48 2021 -0700
@@ -180,6 +180,11 @@
 - The functions `quantile` and `prctile` now permit operating on
 dimensions greater than `ndims (x)`.
 
+- The function `iqr` now uses Matlab compatible interpolation for
+quantile values.  Dimension input now allows a vector, "all", and
+dimensions greater than `ndims (x)`.  The function compatibly handles
+`Inf` and `NaN` input values.
+
 - The function `importdata` now produces more compatible results when
 the file contains a 2-D text matrix.
 
@@ -211,10 +216,9 @@
 Matlab code, but for which Octave does not yet implement the
 functionality.  By default, this warning is enabled.
 
-- The function `iqr` now uses Matlab compatible interpolation for
-quantile values.  Dimension input now allows a vector, "all", and
-dimensions greater than `ndims (x)`.  The function compatibly handles
-`Inf` and `NaN` input values.
+- When Octave is started with the `--traditional` option for maximum
+compatibility the `print_struct_array_contents` internal variable is set
+to true.
 
 ### Alphabetical list of new functions added in Octave 7