summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-11-14 18:58:02 -0800
committermattip <matti.picus@gmail.com>2018-11-15 10:17:55 -0800
commite85233f414ba7c7a20ec7c61e3733f666a0046fd (patch)
tree3f32ce37ee97c1a4b9783d009644471b0b490e6a /doc
parentd1e0a43ff910e15034997b9b646b38014382fe6e (diff)
downloadnumpy-e85233f414ba7c7a20ec7c61e3733f666a0046fd.tar.gz
DEP: remove deprecated numpy.lib.function_base.unique
Diffstat (limited to 'doc')
-rw-r--r--doc/release/1.16.0-notes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release/1.16.0-notes.rst b/doc/release/1.16.0-notes.rst
index 7f2a843eb..412ed9d8f 100644
--- a/doc/release/1.16.0-notes.rst
+++ b/doc/release/1.16.0-notes.rst
@@ -59,6 +59,9 @@ Expired deprecations
* NaT comparisons now return ``False`` without a warning, finishing a
deprecation cycle begun in NumPy 1.11.
+* ``np.lib.function_base.unique`` was removed, finishing a deprecation cycle
+ begun in NumPy 1.4. Use `numpy.unique` instead.
+
Compatibility notes
===================