summaryrefslogtreecommitdiff
path: root/doc/HOWTO_RELEASE.rst.txt
diff options
context:
space:
mode:
authorPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-07 09:55:40 +0200
committerPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-07 09:55:40 +0200
commit0a9fb7b7ea94b3d7554ca29c3a40057d22ec1f01 (patch)
tree35fd967e371189cab8cb7b31510522bf34d33c37 /doc/HOWTO_RELEASE.rst.txt
parentdb0b231f17fb2148772181626235e2644eb67c3e (diff)
downloadnumpy-0a9fb7b7ea94b3d7554ca29c3a40057d22ec1f01.tar.gz
DOC: change version references from x.y to x.y.z
Diffstat (limited to 'doc/HOWTO_RELEASE.rst.txt')
-rw-r--r--doc/HOWTO_RELEASE.rst.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt
index 6d0d54e89..bad3e22d8 100644
--- a/doc/HOWTO_RELEASE.rst.txt
+++ b/doc/HOWTO_RELEASE.rst.txt
@@ -302,7 +302,7 @@ to public keyservers, with a command such as::
Apply patch to fix bogus strides
--------------------------------
-NPY_RELAXED_STRIDE_CHECKING was made the default in NumPy 1.10 and bogus
+NPY_RELAXED_STRIDE_CHECKING was made the default in NumPy 1.10.0 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.