Mercurial > hg > octave-lyh
diff NEWS @ 13848:40e32fe44aaa
Ugrade time functions to accept millisecond format string FFF (Bug #34586)
* datestr.m: Add millisecond FFF format. Change numerical formats 21,22,29
to match Matlab. Remove unused persistent variables. Vectorize some for
loops. Use strrep rather than regexp where possible for speed.
* datevec.m: Add millisecond FFF format. Use strrep rather than regexp where
possible for speed.
* datenum.m: Update docstring. Use modern coding style. Only calculate
second output argument if requested. Allow cellstr inputs.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 09 Nov 2011 14:49:09 -0800 |
parents | 0a158dbdb04a |
children | bdad80f28d5c 8cb79741769d |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -65,6 +65,12 @@ Default options are "Qt Qbb Qc Qx" for 4D and higher voronoi : No default arguments + ** Date/Time functions updated. + Millisecond support with FFF format string now supported. + + datestr : Numerical formats 21, 22, 29 changed to match Matlab. + Now accepts cellstr inputs. + ** Octave warning IDs updated "empty-list-elements" : removed "fortran-indexing" : removed