[Scipy-svn] r5573 - branches/0.7.x/doc/release

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Feb 19 15:40:22 EST 2009


Author: stefan
Date: 2009-02-19 14:38:53 -0600 (Thu, 19 Feb 2009)
New Revision: 5573

Modified:
   branches/0.7.x/doc/release/0.7.0-notes.rst
Log:
Backport 0.7.0 release notes from trunk.


Modified: branches/0.7.x/doc/release/0.7.0-notes.rst
===================================================================
--- branches/0.7.x/doc/release/0.7.0-notes.rst	2009-02-19 20:36:25 UTC (rev 5572)
+++ branches/0.7.x/doc/release/0.7.0-notes.rst	2009-02-19 20:38:53 UTC (rev 5573)
@@ -223,6 +223,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