summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-08-12 15:03:47 -0600
committerCharles Harris <charlesr.harris@gmail.com>2013-08-12 15:03:47 -0600
commitdf1aa99739ce194713c11a3685b9e99ac1ee1f94 (patch)
tree1a1a27af47a7c66ea1ce7158d0fb9fd45cf31ea0 /doc
parent505dc05eee8362db98919b8ecd485fb5d8100e42 (diff)
downloadnumpy-df1aa99739ce194713c11a3685b9e99ac1ee1f94.tar.gz
DOC: Remove references to diagonal changes in 1.8.
Not happening. Also remove reference to selecting multiple fields out of an array returning a view from 1.8.0 release notes. Closes #3228.
Diffstat (limited to 'doc')
-rw-r--r--doc/release/1.8.0-notes.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/release/1.8.0-notes.rst b/doc/release/1.8.0-notes.rst
index 6fd3917da..7c5ade78f 100644
--- a/doc/release/1.8.0-notes.rst
+++ b/doc/release/1.8.0-notes.rst
@@ -23,11 +23,6 @@ Support for SCons has been removed.
Compatibility notes
===================
-numpy.diag, np.diagonal, and the diagonal method of ndarrays return a view
-onto the original array, instead of producing a copy.
-
-selecting multiple fields out of an array also produces a view.
-
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