Skip to content

Commit

Permalink
Merge pull request numpy#3633 from charris/update-release-notes
Browse files Browse the repository at this point in the history
DOC: Update 1.8.0-notes.rst
  • Loading branch information
charris committed Aug 18, 2013
2 parents 59eea0c + 577183e commit 13b0b27
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/release/1.8.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13b0b27

Please sign in to comment.