Mercurial > hg > octave-lyh
diff NEWS @ 12713:8176c16628c8 stable
doc: Add note about str2double API change to NEWS.
* NEWS: Add note about str2double API change.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 06 Jun 2011 20:21:19 -0700 |
parents | 89638f2b844a |
children | 6ed1e0be181e |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -262,6 +262,11 @@ of `strcat' has been vectorized and is now much more efficient when many strings are concatenated. The `strcmpi' and `strncmpi' functions are now built-in functions, providing better performance. + + ** 'str2double' now has a compiled implementation and the API conforms + to Matlab. The additional Octave-specific features of returning a + boolean matrix indicating which elements were successfully converted + has been removed. ** Matlab-style ignoring input and output function arguments using tilde (~) is now supported. Ignored output arguments may be