# HG changeset patch # User Rik # Date 1322021422 28800 # Node ID 8cb79741769d17e2bcee55d62d17ac0dabfec10e # Parent 043aead8ed89557e9c80436f21c95f0cf69d26c2 doc: Update NEWS file with more 3.6.0 features * NEWS: Update file with more 3.6.0 features diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -72,21 +72,27 @@ Now accepts cellstr inputs. ** Octave warning IDs updated + "associativity-change": removed + "complex-cmp-ops" : removed "empty-list-elements" : removed "fortran-indexing" : removed - "complex-cmp-ops" : removed + "precedence-change" : removed "string-concat" : renamed to "mixed-string-concat" ** Matlab-compatible preference functions added: addpref getpref ispref rmpref setpref + ** New keyword parfor + parfor (parallel for loop) is now recognized as a valid keyword. + Implementation, however, is still mapped to an ordinary for loop. + ** Other new functions added in 3.6.0: - is_dq_string python zscore - is_sq_string usejava - nthargout waitbar - + is_dq_string nthargout usejava + is_sq_string python waitbar + narginchk recycle zscore + ** Deprecated functions. The following functions were deprecated in Octave 3.2 and have been