File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,18 @@ Multiple field selection from a array of structured type currently
32
32
returns a new array and raises a FutureWarning. In 1.9 it will return a
33
33
readonly view.
34
34
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.
36
37
37
38
Compatibility notes
38
39
===================
39
40
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
+
40
47
The hash function of numpy.void scalars has been changed. Previously the
41
48
pointer to the data was hashed as an integer. Now, the hash function uses
42
49
the tuple-hash algorithm to combine the hash functions of the elements of
You can’t perform that action at this time.
0 commit comments