[Scipy-svn] r6689 - in trunk/doc: release source

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Sep 5 10:11:48 EDT 2010


Author: ptvirtan
Date: 2010-09-05 09:11:48 -0500 (Sun, 05 Sep 2010)
New Revision: 6689

Added:
   trunk/doc/source/release.0.7.0.rst
   trunk/doc/source/release.0.7.1.rst
   trunk/doc/source/release.0.7.2.rst
   trunk/doc/source/release.0.8.0.rst
   trunk/doc/source/release.0.9.0.rst
Removed:
   trunk/doc/source/release.prev.rst
Modified:
   trunk/doc/release/0.7.0-notes.rst
   trunk/doc/release/0.9.0-notes.rst
   trunk/doc/source/release.rst
Log:
DOC: adjust the way how release notes are included

Modified: trunk/doc/release/0.7.0-notes.rst
===================================================================
--- trunk/doc/release/0.7.0-notes.rst	2010-09-05 14:11:28 UTC (rev 6688)
+++ trunk/doc/release/0.7.0-notes.rst	2010-09-05 14:11:48 UTC (rev 6689)
@@ -39,7 +39,7 @@
 to become more involved.
 
 Python 2.6 and 3.0
-------------------
+==================
 
 A significant amount of work has gone into making SciPy compatible
 with Python 2.6; however, there are still some issues in this regard.
@@ -55,7 +55,7 @@
 currently, we don't have any timeline or roadmap for this transition.
 
 Major documentation improvements
---------------------------------
+================================
 
 SciPy documentation is greatly improved; you can view a HTML reference
 manual `online <http://docs.scipy.org/>`__ or download it as a PDF
@@ -75,7 +75,7 @@
 documentation editor at http://docs.scipy.org/ and correct the issues.
 
 Running Tests
--------------
+=============
 
 NumPy 1.2 introduced a new testing framework based on `nose
 <http://somethingaboutorange.com/mrl/projects/nose/>`__.  Starting with
@@ -97,7 +97,7 @@
 that number, with just over 4,000 unit tests.
 
 Building SciPy
---------------
+==============
 
 Support for NumScons has been added. NumScons is a tentative new build
 system for NumPy/SciPy, using `SCons <http://www.scons.org/>`__ at its
@@ -113,7 +113,7 @@
 cooperation.
 
 Sandbox Removed
----------------
+===============
 
 While porting SciPy to NumPy in 2005, several packages and modules
 were moved into ``scipy.sandbox``.  The sandbox was a staging ground
@@ -126,7 +126,7 @@
 replaced by other code.
 
 Sparse Matrices
----------------
+===============
 
 Sparse matrices have seen extensive improvements.  There is now
 support for integer dtypes such ``int8``, ``uint32``, etc.  Two new
@@ -169,7 +169,7 @@
 numerous bugfixes.
 
 Statistics package
-------------------
+==================
 
 Statistical functions for masked arrays have been added, and are
 accessible through ``scipy.stats.mstats``. The functions are similar
@@ -198,7 +198,7 @@
 enhancements in the next release of scipy.
 
 Reworking of IO package
------------------------
+=======================
 
 The IO code in both NumPy and SciPy is being extensively
 reworked. NumPy will be where basic code for reading and writing NumPy
@@ -227,7 +227,7 @@
   ``squeeze_me=False`` by default
 
 New Hierarchical Clustering module
-----------------------------------
+==================================
 
 This module adds new hierarchical clustering functionality to the
 ``scipy.cluster`` package. The function interfaces are similar to the
@@ -251,7 +251,7 @@
 matplotlib.
 
 New Spatial package
--------------------
+===================
 
 The new spatial package contains a collection of spatial algorithms
 and data structures, useful for spatial statistics and clustering
@@ -278,14 +278,14 @@
 distance matrices between square and condensed forms.
 
 Reworked fftpack package
-------------------------
+========================
 
 FFTW2, FFTW3, MKL and DJBFFT wrappers have been removed. Only (NETLIB)
 fftpack remains. By focusing on one backend, we hope to add new
 features - like float32 support - more easily.
 
 New Constants package
----------------------
+=====================
 
 ``scipy.constants`` provides a collection of physical constants and
 conversion factors.  These constants are taken from CODATA Recommended
@@ -296,7 +296,7 @@
 unless otherwise stated.  Several helper functions are provided.
 
 New Radial Basis Function module
---------------------------------
+================================
 
 ``scipy.interpolate`` now contains a Radial Basis Function module.
 Radial basis functions can be used for smoothing/interpolating
@@ -304,14 +304,14 @@
 extrapolation outside of the observed data range.
 
 New complex ODE integrator
---------------------------
+==========================
 
 ``scipy.integrate.ode`` now contains a wrapper for the ZVODE
 complex-valued ordinary differential equation solver (by Peter
 N. Brown, Alan C. Hindmarsh, and George D. Byrne).
 
 New generalized symmetric and hermitian eigenvalue problem solver
------------------------------------------------------------------
+=================================================================
 
 ``scipy.linalg.eigh`` now contains wrappers for more LAPACK symmetric
 and hermitian eigenvalue problem solvers. Users can now solve
@@ -320,7 +320,7 @@
 usage. The signature of the ``scipy.linalg.eigh`` changed accordingly.
 
 Bug fixes in the interpolation package
---------------------------------------
+======================================
 
 The shape of return values from ``scipy.interpolate.interp1d`` used to
 be incorrect, if interpolated data had more than 2 dimensions and the
@@ -330,14 +330,14 @@
 revise their code if it relies on the previous behavior.
 
 Weave clean up
---------------
+==============
 
 There were numerous improvements to ``scipy.weave``.  ``blitz++`` was
 relicensed by the author to be compatible with the SciPy license.
 ``wx_spec.py`` was removed.
 
 Known problems
---------------
+==============
 
 Here are known problems with scipy 0.7.0:
 

Modified: trunk/doc/release/0.9.0-notes.rst
===================================================================
--- trunk/doc/release/0.9.0-notes.rst	2010-09-05 14:11:28 UTC (rev 6688)
+++ trunk/doc/release/0.9.0-notes.rst	2010-09-05 14:11:48 UTC (rev 6689)
@@ -88,10 +88,14 @@
 in ``scipy.optimize``.  The following methods are implemented:
 
 * Newton-Krylov (``scipy.optimize.newton_krylov``)
+
 * (Generalized) secant methods:
+
   - Limited-memory Broyden methods (``scipy.optimize.broyden1``,
     ``scipy.optimize.broyden2``)
+
   - Anderson method (``scipy.optimize.anderson``)
+
 * Simple iterations (``scipy.optimize.diagbroyden``,
   ``scipy.optimize.excitingmixing``, ``scipy.optimize.linearmixing``)
 

Added: trunk/doc/source/release.0.7.0.rst
===================================================================
--- trunk/doc/source/release.0.7.0.rst	                        (rev 0)
+++ trunk/doc/source/release.0.7.0.rst	2010-09-05 14:11:48 UTC (rev 6689)
@@ -0,0 +1 @@
+.. include:: ../release/0.7.0-notes.rst

Added: trunk/doc/source/release.0.7.1.rst
===================================================================
--- trunk/doc/source/release.0.7.1.rst	                        (rev 0)
+++ trunk/doc/source/release.0.7.1.rst	2010-09-05 14:11:48 UTC (rev 6689)
@@ -0,0 +1 @@
+.. include:: ../release/0.7.1-notes.rst

Added: trunk/doc/source/release.0.7.2.rst
===================================================================
--- trunk/doc/source/release.0.7.2.rst	                        (rev 0)
+++ trunk/doc/source/release.0.7.2.rst	2010-09-05 14:11:48 UTC (rev 6689)
@@ -0,0 +1 @@
+.. include:: ../release/0.7.2-notes.rst

Added: trunk/doc/source/release.0.8.0.rst
===================================================================
--- trunk/doc/source/release.0.8.0.rst	                        (rev 0)
+++ trunk/doc/source/release.0.8.0.rst	2010-09-05 14:11:48 UTC (rev 6689)
@@ -0,0 +1 @@
+.. include:: ../release/0.8.0-notes.rst

Added: trunk/doc/source/release.0.9.0.rst
===================================================================
--- trunk/doc/source/release.0.9.0.rst	                        (rev 0)
+++ trunk/doc/source/release.0.9.0.rst	2010-09-05 14:11:48 UTC (rev 6689)
@@ -0,0 +1 @@
+.. include:: ../release/0.9.0-notes.rst

Deleted: trunk/doc/source/release.prev.rst
===================================================================
--- trunk/doc/source/release.prev.rst	2010-09-05 14:11:28 UTC (rev 6688)
+++ trunk/doc/source/release.prev.rst	2010-09-05 14:11:48 UTC (rev 6689)
@@ -1,27 +0,0 @@
-###################################
-Release Notes for previous versions
-###################################
-
-=====
-0.8.0
-=====
-
-.. include:: ../release/0.8.0-notes.rst
-
-=====
-0.7.2
-=====
-
-.. include:: ../release/0.7.2-notes.rst
-
-=====
-0.7.1
-=====
-
-.. include:: ../release/0.7.1-notes.rst
-
-=====
-0.7.0
-=====
-
-.. include:: ../release/0.7.0-notes.rst

Modified: trunk/doc/source/release.rst
===================================================================
--- trunk/doc/source/release.rst	2010-09-05 14:11:28 UTC (rev 6688)
+++ trunk/doc/source/release.rst	2010-09-05 14:11:48 UTC (rev 6689)
@@ -3,8 +3,12 @@
 *************
 
 .. toctree::
-   :maxdepth: 0
+   :maxdepth: 1
 
-   release.prev
+   release.0.9.0
+   release.0.8.0
+   release.0.7.2
+   release.0.7.1
+   release.0.7.0
 
 .. include:: ../release/0.9.0-notes.rst




More information about the Scipy-svn mailing list