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

scipy-svn at scipy.org scipy-svn at scipy.org
Wed Dec 31 17:06:02 EST 2008


Author: jarrod.millman
Date: 2008-12-31 16:06:00 -0600 (Wed, 31 Dec 2008)
New Revision: 5311

Modified:
   trunk/doc/release/0.7.0-notes.rst
Log:
add blurb about deprecated io functions


Modified: trunk/doc/release/0.7.0-notes.rst
===================================================================
--- trunk/doc/release/0.7.0-notes.rst	2008-12-31 20:36:21 UTC (rev 5310)
+++ trunk/doc/release/0.7.0-notes.rst	2008-12-31 22:06:00 UTC (rev 5311)
@@ -75,7 +75,14 @@
 NumPy 1.1.0 and will take place over many release.  SciPy 0.7.0 has several
 changes including:
 
-* many of the functions in scipy.io have been deprecated
+* Several functions in ``scipy.io`` have been deprecated and will be removed
+  in the 0.8.0 release including ``npfile``, ``save``, ``load``, ``create_module``,
+  ``create_shelf``, ``objload``, ``objsave``, ``fopen``, ``read_array``,
+  ``write_array``, ``fread``, ``fwrite``, ``bswap``, ``packbits``, ``unpackbits``,
+  and ``convert_objectarray``.  Some of these functions have been replaced by
+  NumPy's raw reading and writing capabilities, memory-mapping capabilities,
+  or array methods.  Others have been moved from SciPy to NumPy, since basic
+  array reading and writing capability is now handled by NumPy.
 * the Matlab (TM) file readers/writers have a number of improvements:
 
  * default version 5




More information about the Scipy-svn mailing list