[Scipy-svn] r7000 - in trunk: . doc/release

scipy-svn at scipy.org scipy-svn at scipy.org
Fri Dec 10 21:22:30 EST 2010


Author: rgommers
Date: 2010-12-10 20:22:29 -0600 (Fri, 10 Dec 2010)
New Revision: 7000

Added:
   trunk/doc/release/0.10.0-notes.rst
Modified:
   trunk/setup.py
Log:
Trunk is open for development of 0.10 (? is that the next version) series.

Added: trunk/doc/release/0.10.0-notes.rst
===================================================================
--- trunk/doc/release/0.10.0-notes.rst	                        (rev 0)
+++ trunk/doc/release/0.10.0-notes.rst	2010-12-11 02:22:29 UTC (rev 7000)
@@ -0,0 +1,55 @@
+=========================
+SciPy 0.10.0 Release Notes
+=========================
+
+.. note:: Scipy 0.10.0 is not released yet!
+
+.. contents::
+
+SciPy 0.10.0 is the culmination of XXX 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
+are encouraged to upgrade to this release, as there are a large number
+of bug-fixes and optimizations.  Moreover, our development attention
+will now shift to bug-fix releases on the 0.10.x branch, and on adding
+new features on the development trunk.
+
+This release requires Python 2.4 - 2.7 or 3.1 - and NumPy 1.5 or greater.
+
+Please note that SciPy is still considered to have "Beta" status, as
+we work toward a SciPy 1.0.0 release.  The 1.0.0 release will mark a
+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.
+
+However, until the 1.0 release, we are aggressively reviewing and
+refining the functionality, organization, and interface. This is being
+done in an effort to make the package as coherent, intuitive, and
+useful as possible.  To achieve this, we need help from the community
+of users.  Specifically, we need feedback regarding all aspects of the
+project - everything - from which algorithms we implement, to details
+about our function's call signatures.
+
+
+New features
+============
+
+
+
+Deprecated features
+===================
+
+
+
+Removed features
+================
+
+
+
+Other changes
+=============
+

Modified: trunk/setup.py
===================================================================
--- trunk/setup.py	2010-12-10 12:59:30 UTC (rev 6999)
+++ trunk/setup.py	2010-12-11 02:22:29 UTC (rev 7000)
@@ -42,7 +42,7 @@
 """
 
 MAJOR               = 0
-MINOR               = 9
+MINOR               = 10
 MICRO               = 0
 ISRELEASED          = False
 VERSION             = '%d.%d.%d' % (MAJOR, MINOR, MICRO)




More information about the Scipy-svn mailing list