-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REL: set version to 0.15.0 and add release notes.
- Loading branch information
Showing
5 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
========================== | ||
Weave 0.15.0 Release Notes | ||
========================== | ||
|
||
Weave provides tools for including C/C++ code within Python code. Inlining | ||
C/C++ code within Python generally results in speedups of 1.5x to 30x over | ||
algorithms written in pure Python. | ||
|
||
Weave is the stand-alone version of the deprecated Scipy submodule scipy.weave. | ||
It is Python 2.x only, and is provided for users that need new versions of | ||
Scipy (from which the weave submodule may be removed) but have existing code | ||
that still depends on scipy.weave. For new code, users are recommended to use | ||
Cython. | ||
|
||
Weave 0.15.0 is the first release of Weave as a standalone package. It is | ||
numbered 0.15.0, because it was split from Scipy after the 0.14.0 release of | ||
that package. No new functionality is included in this release compared to | ||
Scipy 0.14.0, only changes needed to make Weave a standalone package. | ||
|
||
This release requires Python 2.6 or 2.7. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,6 @@ are recommended to use Cython. | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
release | ||
tutorial | ||
api_reference |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.. include:: ../release/0.15.0-notes.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
************* | ||
Release Notes | ||
************* | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
release.0.15.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters