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

scipy-svn at scipy.org scipy-svn at scipy.org
Mon Oct 25 16:10:08 EDT 2010


Author: ptvirtan
Date: 2010-10-25 15:10:06 -0500 (Mon, 25 Oct 2010)
New Revision: 6856

Modified:
   trunk/doc/release/0.9.0-notes.rst
Log:
DOC: update release notes

Modified: trunk/doc/release/0.9.0-notes.rst
===================================================================
--- trunk/doc/release/0.9.0-notes.rst	2010-10-24 19:19:41 UTC (rev 6855)
+++ trunk/doc/release/0.9.0-notes.rst	2010-10-25 20:10:06 UTC (rev 6856)
@@ -37,10 +37,8 @@
 Python 3
 ========
 
-.. note:: This is the goal, we aren't there yet!
+Scipy 0.9.0 has full support for Python 3.
 
-Scipy 0.9.0 is the first release to have full support for Python 3.
-
 Deprecated features
 ===================
 
@@ -102,5 +100,13 @@
 The ``scipy.optimize.nonlin`` module was completely rewritten, and
 some of the functions were deprecated (see above).
 
+
+New linear algebra routines (``scipy.linalg``)
+----------------------------------------------
+
+Scipy now contains routines for effectively solving triangular
+equation systems (``scipy.linalg.solve_triangular``).
+
+
 Removed features
 ================




More information about the Scipy-svn mailing list