comparison NEWS @ 10208:c54ee101d13c

update NEWS
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 27 Jan 2010 13:30:41 +0100
parents 4de5c28733d5
children cb7d1b220f1c
comparison
equal deleted inserted replaced
10207:76a880a588ce 10208:c54ee101d13c
207 implementations, facilitating significantly more efficient searching 207 implementations, facilitating significantly more efficient searching
208 and replacing in strings, especially with longer patterns. The code 208 and replacing in strings, especially with longer patterns. The code
209 of `strcat' has been vectorized and is now much more efficient when 209 of `strcat' has been vectorized and is now much more efficient when
210 many strings are concatenated. The `strcmpi' and `strncmpi' 210 many strings are concatenated. The `strcmpi' and `strncmpi'
211 functions are now built-in functions, providing better performance. 211 functions are now built-in functions, providing better performance.
212
213 ** Matlab-style ignoring input and output function arguments using tilde (~)
214 is now supported. For more details, consult the manual.
215
212 216
213 Summary of important user-visible changes for version 3.2: 217 Summary of important user-visible changes for version 3.2:
214 --------------------------------------------------------- 218 ---------------------------------------------------------
215 219
216 ** Compatibility with Matlab graphics has been improved. 220 ** Compatibility with Matlab graphics has been improved.