-
-
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: add 0.17.0 release notes and set version to 0.17.0
- Loading branch information
Showing
4 changed files
with
20 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,17 @@ | ||
========================== | ||
Weave 0.17.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 now-removed SciPy submodule ``scipy.weave``. | ||
It is Python 2.x only, and is provided for users that need new versions of | ||
SciPy but have existing code that still depends on ``scipy.weave``. For new code, | ||
users are recommended to use Cython. | ||
|
||
Weave 0.17.0 is a maintenance release that fixes compatibility with NumPy | ||
1.16.x. | ||
|
||
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
.. include:: ../release/0.17.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 |
---|---|---|
|
@@ -7,3 +7,4 @@ Release Notes | |
|
||
release.0.15.0 | ||
release.0.16.0 | ||
release.0.17.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