comparison NEWS @ 10406:0c8d2278c57f

update NEWS
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 09 Mar 2010 08:08:42 +0100
parents ee93dbfba45b
children 0a210203481b
comparison
equal deleted inserted replaced
10405:cc69a17ec801 10406:0c8d2278c57f
222 ** The accumarray function has been optimized and is now significantly faster 222 ** The accumarray function has been optimized and is now significantly faster
223 in certain important cases. 223 in certain important cases.
224 224
225 ** The behavior of isreal and isnumeric functions was changed to be more 225 ** The behavior of isreal and isnumeric functions was changed to be more
226 Matlab-compatible. 226 Matlab-compatible.
227
228 ** The integer math & conversion warnings (Octave:int-convert-nan,
229 Octave:int-convert-non-int-val, Octave:int-convert-overflow,
230 Octave:int-math-overflow) have been removed.
227 231
228 Summary of important user-visible changes for version 3.2: 232 Summary of important user-visible changes for version 3.2:
229 --------------------------------------------------------- 233 ---------------------------------------------------------
230 234
231 ** Compatibility with Matlab graphics has been improved. 235 ** Compatibility with Matlab graphics has been improved.