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

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Jan 25 13:50:56 EST 2009


Author: wnbell
Date: 2009-01-25 12:50:54 -0600 (Sun, 25 Jan 2009)
New Revision: 5522

Modified:
   trunk/doc/release/0.7.0-notes.rst
Log:
added note about change to spdiags()


Modified: trunk/doc/release/0.7.0-notes.rst
===================================================================
--- trunk/doc/release/0.7.0-notes.rst	2009-01-25 18:28:00 UTC (rev 5521)
+++ trunk/doc/release/0.7.0-notes.rst	2009-01-25 18:50:54 UTC (rev 5522)
@@ -160,6 +160,9 @@
 
 * ``A = csr_matrix( rand(3,3) )`` and ``B = lil_matrix( [[1,2],[3,4]] )``
 
+The handling of diagonals in the ``spdiags`` function has been changed.
+It now agrees with the MATLAB(TM) function of the same name.
+  
 Numerous efficiency improvements to format conversions and sparse
 matrix arithmetic have been made.  Finally, this release contains
 numerous bugfixes.




More information about the Scipy-svn mailing list