changeset 10292:c1246f17119e

update NEWS
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 10 Feb 2010 07:33:20 +0100
parents fc879f361bda
children ba373aea03d9
files ChangeLog NEWS
diffstat 2 files changed, 12 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-10  Jaroslav Hajek  <highegg@gmail.com>
+
+	* NEWS: Update.
+
 2010-02-08  John W. Eaton  <jwe@octave.org>
 
 	* bootstrap.conf (gnulib_modules): Include progname in the list.
--- a/NEWS
+++ b/NEWS
@@ -61,10 +61,11 @@
  ** The behavior of library functions `ismatrix', `issquare', and
     `issymmetric' has been changed for better consistency.
     
-    * The `ismatrix' function now returns true for all numeric and
-      logical 2d or Nd matrices.  Previously, `ismatrix' returned false
-      if the first or second dimension was zero.  Hence, `ismatrix ([])'
-      was false, while `ismatrix (zeros (1,2,0))' was true.
+    * The `ismatrix' function now returns true for all numeric,
+      logical and character 2d or Nd matrices.  Previously, `ismatrix' 
+      returned false if the first or second dimension was zero.
+      Hence, `ismatrix ([])' was false, 
+      while `ismatrix (zeros (1,2,0))' was true.
 
     * The `issquare' function now returns a logical scalar, and is
       equivalent to the expression
@@ -218,6 +219,9 @@
  ** The accumarray function has been optimized and is now significantly faster 
     in certain important cases.
 
+ ** The behavior of isreal and isnumeric functions was changed to be more
+    Matlab-compatible.
+
 Summary of important user-visible changes for version 3.2:
 ---------------------------------------------------------