Skip to content

Commit 13b0b27

Browse files
committed
Merge pull request numpy#3633 from charris/update-release-notes
DOC: Update 1.8.0-notes.rst
2 parents 59eea0c + 577183e commit 13b0b27

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/release/1.8.0-notes.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,18 @@ Multiple field selection from a array of structured type currently
3232
returns a new array and raises a FutureWarning. In 1.9 it will return a
3333
readonly view.
3434

35-
The numeric and numarray compatibility modules will be removed in 1.9.
35+
The numpy/oldnumeric and numpy/numarray compatibility modules will be
36+
removed in 1.9.
3637

3738
Compatibility notes
3839
===================
3940

41+
The doc/sphinxext content has been moved into its own github repository,
42+
and is included in numpy as a submodule. See the instructions in
43+
doc/HOWTO_BUILD_DOCS.rst.txt for how to access the content.
44+
45+
.. _numpydoc: https://github.com/numpy/numpydoc
46+
4047
The hash function of numpy.void scalars has been changed. Previously the
4148
pointer to the data was hashed as an integer. Now, the hash function uses
4249
the tuple-hash algorithm to combine the hash functions of the elements of

0 commit comments

Comments
 (0)