summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-11-22 10:15:51 -0700
committerCharles Harris <charlesr.harris@gmail.com>2016-11-22 10:15:51 -0700
commit38ba1e3c1ce6895ab2c0b3f61c2ad95e6db757bf (patch)
treefe4d5bc55da30b20ade4fef096e20fef301cb8ee /doc
parent013dd26851bfcac73671fd3df85cf8a04c1ff200 (diff)
downloadnumpy-38ba1e3c1ce6895ab2c0b3f61c2ad95e6db757bf.tar.gz
DEP: Make non-integer partition index raise TypeError.
Non-integer index has been deprecated since NumPy 1.8.0.
Diffstat (limited to 'doc')
-rw-r--r--doc/release/1.13.0-notes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release/1.13.0-notes.rst b/doc/release/1.13.0-notes.rst
index 4b8bcc973..a9f533b45 100644
--- a/doc/release/1.13.0-notes.rst
+++ b/doc/release/1.13.0-notes.rst
@@ -30,6 +30,8 @@ Compatibility notes
DeprecationWarning to error
~~~~~~~~~~~~~~~~~~~~~~~~~~~
+* Non-integer partition index now raises TypeError.
+
FutureWarning to changed behavior
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~