diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-06-22 17:23:44 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-06-22 17:23:44 -0600 |
commit | 949df02d9477bd368837cc667bce3a8c23eb8413 (patch) | |
tree | e53345d835a9f07108044e39c11cd9ef5ac1d371 | |
parent | 81c2c16f3218c879f5bfeacd80f237336e56584d (diff) | |
download | numpy-949df02d9477bd368837cc667bce3a8c23eb8413.tar.gz |
DOC: Document bogus stride fix for release.
Add explanation and patch link to doc/HOWTO_RELEASE.rst.txt.
[ci skip]
-rw-r--r-- | doc/HOWTO_RELEASE.rst.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt index cde342a74..1847fd866 100644 --- a/doc/HOWTO_RELEASE.rst.txt +++ b/doc/HOWTO_RELEASE.rst.txt @@ -310,6 +310,13 @@ Now, set ``release=True`` in setup.py, then git tag <version> git push origin <version> +Apply patch to fix bogus strides +-------------------------------- +NPY_RELAXED_STRIDE_CHECKING was made the default in Numpy 1.10 and bogus +strides are used in the development branch to smoke out problems. The +`patch <https://github.com/numpy/numpy/pull/5996>`_ should be updated if +necessary and applied to the release branch to rationalize the strides. + Update the version of the master branch --------------------------------------- Increment the release number in setup.py. Release candidates should have "rc1" |