diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-08-18 08:19:44 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-08-18 08:19:44 -0600 |
commit | 577183ec731425af8adeb790fe6527412666f838 (patch) | |
tree | b140bacac6fa8eb33ffbe8032d9d86b5f5b7f676 /doc | |
parent | c8312982066dd3a5f43a14934a353cc80159c985 (diff) | |
download | numpy-577183ec731425af8adeb790fe6527412666f838.tar.gz |
DOC: Update 1.8.0-notes.rst
Note that the numpydoc sphinx extensions now reside in their own
repository.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.8.0-notes.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/release/1.8.0-notes.rst b/doc/release/1.8.0-notes.rst index 1e7d00a74..b3e466165 100644 --- a/doc/release/1.8.0-notes.rst +++ b/doc/release/1.8.0-notes.rst @@ -32,11 +32,18 @@ Multiple field selection from a array of structured type currently returns a new array and raises a FutureWarning. In 1.9 it will return a readonly view. -The numeric and numarray compatibility modules will be removed in 1.9. +The numpy/oldnumeric and numpy/numarray compatibility modules will be +removed in 1.9. Compatibility notes =================== +The doc/sphinxext content has been moved into its own github repository, +and is included in numpy as a submodule. See the instructions in +doc/HOWTO_BUILD_DOCS.rst.txt for how to access the content. + +.. _numpydoc: https://github.com/numpy/numpydoc + The hash function of numpy.void scalars has been changed. Previously the pointer to the data was hashed as an integer. Now, the hash function uses the tuple-hash algorithm to combine the hash functions of the elements of |