changeset 30820:3ee2fba50b72

* NEWS.8: Note change in sparse_auto_mutate.
author John W. Eaton <jwe@octave.org>
date Fri, 04 Mar 2022 14:24:01 -0500
parents 1385d0c8fa8c
children 35b6f68c8e46
files etc/NEWS.8.md
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.8.md	Thu Mar 03 16:16:52 2022 -0500
+++ b/etc/NEWS.8.md	Fri Mar 04 14:24:01 2022 -0500
@@ -32,7 +32,9 @@
   Function               | Replacement
   -----------------------|------------------
   `shift`                | `circshift`
+  `sparse_auto_mutate`   | none (see below)
 
+- The `sparse_auto_mutate` function no longer has any effect on Octave's behavior.  Prevoiusly, after calling `sparse_auto_mutate (true)`, Octave would automatically convert sparse matrices to full when a sparse matrix required more memory than simply using full matrix storage.  This setting was `false` by default for compatibility with Matlab.  Now you must manually convert to full storage when desired.
 
 The following functions were deprecated in Octave 6 and have been removed
 from Octave 8.