diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-08-18 09:15:00 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-08-18 09:15:00 -0700 |
commit | 13b0b272f764c14bc4ac34f5b19fd030d9c611a4 (patch) | |
tree | 9bf4d3cbf4fbcae119e1e46d87c0787298f281af | |
parent | 59eea0cbb03ae77378b664f4d5b263cbe84daab9 (diff) | |
parent | 577183ec731425af8adeb790fe6527412666f838 (diff) | |
download | numpy-13b0b272f764c14bc4ac34f5b19fd030d9c611a4.tar.gz |
Merge pull request #3633 from charris/update-release-notes
DOC: Update 1.8.0-notes.rst
-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 |