# HG changeset patch # User Rik # Date 1648698486 25200 # Node ID 6ddc9c9bab502e3433db2102afc4da96c6bbd6d3 # Parent 5d3faba0342ea039eec3ff4a5caa212bf2ea2a6d NEWS.8.md: Add notes to Matlab Compatibility section. * NEWS.8.md: Add notes about cylinder() and clock() to Matlab Compatibility section. Wrap long-line discussion of sparse_auto_mutate() to 72 characters. diff -r 5d3faba0342e -r 6ddc9c9bab50 etc/NEWS.8.md --- a/etc/NEWS.8.md Wed Mar 30 20:40:27 2022 -0700 +++ b/etc/NEWS.8.md Wed Mar 30 20:48:06 2022 -0700 @@ -17,6 +17,10 @@ ### Matlab compatibility +- `cylinder` now accepts a scalar for the radius argument. + +- `clock` now has an optional second output `ISDST` which indicates if + Daylight Savings Time is in effect for the system's time zone. ### Alphabetical list of new functions added in Octave 8 @@ -34,7 +38,12 @@ `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 `sparse_auto_mutate` function no longer has any effect on Octave's + behavior. Previously, 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.