diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-07-18 23:08:07 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-07-27 20:04:43 +0200 |
commit | 4507dd6252380709eb092064095a1bd07460d14f (patch) | |
tree | 284534c64f43f8daaf325afc462527c2a7d73889 /doc | |
parent | 1c11f980612340fec8af1d11d4b3bb1cbd716cd2 (diff) | |
download | numpy-4507dd6252380709eb092064095a1bd07460d14f.tar.gz |
DOC: document non-integer reduce axis argument deprecation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.9.0-notes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/1.9.0-notes.rst b/doc/release/1.9.0-notes.rst index e1e958e9d..62ff36149 100644 --- a/doc/release/1.9.0-notes.rst +++ b/doc/release/1.9.0-notes.rst @@ -176,6 +176,11 @@ introduced in advanced indexing operations: * Indexing with more then one ellipsis (``...``) is deprecated. +Non-integer reduction axis indexes are deprecated +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Non-integer axis indexes to reduction ufuncs like `add.reduce` or `sum` are +deprecated. + ``promote_types`` and string dtype ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``promote_types`` function now returns a valid string length when given an |