forked from scipy/scipy
-
Notifications
You must be signed in to change notification settings - Fork 0
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 1.3.0.dev0 and add 1.3.0 release notes
- Loading branch information
1 parent
12a03ad
commit 24617a2
Showing
5 changed files
with
58 additions
and
3 deletions.
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,53 @@ | ||
========================== | ||
SciPy 1.3.0 Release Notes | ||
========================== | ||
|
||
.. note:: Scipy 1.3.0 is not released yet! | ||
|
||
.. contents:: | ||
|
||
SciPy 1.3.0 is the culmination of X 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. Before upgrading, we recommend that users check that | ||
their own code does not use deprecated SciPy functionality (to do so, | ||
run your code with ``python -Wd`` and check for ``DeprecationWarning`` s). | ||
Our development attention will now shift to bug-fix releases on the | ||
1.3.x branch, and on adding new features on the master branch. | ||
|
||
This release requires Python 2.7 or 3.4+ and NumPy 1.8.2 or greater. | ||
|
||
For running on PyPy, PyPy3 6.0+ and NumPy 1.15.0 are required. | ||
|
||
Highlights of this release | ||
-------------------------- | ||
|
||
- | ||
|
||
New features | ||
============ | ||
|
||
|
||
Deprecated features | ||
=================== | ||
|
||
|
||
Backwards incompatible changes | ||
============================== | ||
|
||
|
||
Other changes | ||
============= | ||
|
||
|
||
Authors | ||
======= | ||
|
||
|
||
Issues closed | ||
------------- | ||
|
||
Pull requests | ||
------------- |
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/1.3.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 |
---|---|---|
|
@@ -5,6 +5,7 @@ Release Notes | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
release.1.3.0 | ||
release.1.2.0 | ||
release.1.1.0 | ||
release.1.0.1 | ||
|
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
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