[Scipy-svn] r5479 - trunk/doc/release

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Jan 18 02:10:45 EST 2009


Author: wnbell
Date: 2009-01-18 01:10:41 -0600 (Sun, 18 Jan 2009)
New Revision: 5479

Modified:
   trunk/doc/release/0.7.0-notes.rst
Log:
make note of the change to loadmat's squeeze_me parameter in the 
release notes.  resolves ticket #850


Modified: trunk/doc/release/0.7.0-notes.rst
===================================================================
--- trunk/doc/release/0.7.0-notes.rst	2009-01-17 19:46:56 UTC (rev 5478)
+++ trunk/doc/release/0.7.0-notes.rst	2009-01-18 07:10:41 UTC (rev 5479)
@@ -219,6 +219,8 @@
 * new struct_as_record keyword argument to ``loadmat``, which loads
   struct arrays in matlab as record arrays in numpy
 * string arrays have ``dtype='U...'`` instead of ``dtype=object``
+* ``loadmat`` no longer squeezes singleton dimensions, i.e.
+  ``squeeze_me=False`` by default
 
 New Hierarchical Clustering module
 ----------------------------------




More information about the Scipy-svn mailing list