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

scipy-svn at scipy.org scipy-svn at scipy.org
Mon Feb 28 01:55:58 EST 2011


Author: rgommers
Date: 2011-02-28 00:55:57 -0600 (Mon, 28 Feb 2011)
New Revision: 7179

Modified:
   trunk/doc/release/0.10.0-notes.rst
   trunk/doc/release/0.9.0-notes.rst
Log:
DOC: update 0.9.0 release notes from 0.9.x branch, and fix reST error in 0.10.0 notes.

Modified: trunk/doc/release/0.10.0-notes.rst
===================================================================
--- trunk/doc/release/0.10.0-notes.rst	2011-02-27 12:09:34 UTC (rev 7178)
+++ trunk/doc/release/0.10.0-notes.rst	2011-02-28 06:55:57 UTC (rev 7179)
@@ -1,6 +1,6 @@
-=========================
+==========================
 SciPy 0.10.0 Release Notes
-=========================
+==========================
 
 .. note:: Scipy 0.10.0 is not released yet!
 

Modified: trunk/doc/release/0.9.0-notes.rst
===================================================================
--- trunk/doc/release/0.9.0-notes.rst	2011-02-27 12:09:34 UTC (rev 7178)
+++ trunk/doc/release/0.9.0-notes.rst	2011-02-28 06:55:57 UTC (rev 7179)
@@ -2,11 +2,9 @@
 SciPy 0.9.0 Release Notes
 =========================
 
-.. note:: Scipy 0.9.0 is not released yet!
-
 .. contents::
 
-SciPy 0.9.0 is the culmination of XXX months of hard work. It contains
+SciPy 0.9.0 is the culmination of 6 months of hard work. It contains
 many new features, numerous bug-fixes, improved test coverage and
 better documentation.  There have been a number of deprecations and
 API changes in this release, which are documented below.  All users
@@ -22,9 +20,7 @@
 major milestone in the development of SciPy, after which changing the
 package structure or API will be much more difficult.  Whilst these
 pre-1.0 releases are considered to have "Beta" status, we are
-committed to making them as bug-free as possible.  For example, in
-addition to fixing numerous bugs in this release, we have also doubled
-the number of unit tests since the last release.
+committed to making them as bug-free as possible.  
 
 However, until the 1.0 release, we are aggressively reviewing and
 refining the functionality, organization, and interface. This is being
@@ -34,11 +30,24 @@
 project - everything - from which algorithms we implement, to details
 about our function's call signatures.
 
+
 Python 3
 ========
 
-Scipy 0.9.0 has full support for Python 3.
+Scipy 0.9.0 is the first SciPy release to support Python 3. The only module
+that is not yet ported is ``scipy.weave``.
 
+
+Scipy source code location to be changed
+========================================
+
+Soon after this release, Scipy will stop using SVN as the version control
+system, and move to Git. The development source code for Scipy can from then on
+be found at
+
+    http://github.com/scipy/scipy
+
+
 New features
 ============
 




More information about the Scipy-svn mailing list