diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-08-15 09:55:41 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-08-15 09:55:41 -0700 |
commit | 580a3b60abfb9fa7f9866a87dc90f7bbc6bed184 (patch) | |
tree | 80de6fa4c44726b7b146e60c02a31e94ff942cb9 /doc | |
parent | 4d6575b9dfbd07b8d78d8d837d0f4810974f943f (diff) | |
parent | df1aa99739ce194713c11a3685b9e99ac1ee1f94 (diff) | |
download | numpy-580a3b60abfb9fa7f9866a87dc90f7bbc6bed184.tar.gz |
Merge pull request #3608 from charris/remove-1.8-diagonal-refs
DOC: Remove references to diagonal changes in 1.8.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.8.0-notes.rst | 5 |
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 db662e36c..c92cf6ebd 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 |