summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-08-19 13:39:51 +0300
committerGitHub <noreply@github.com>2020-08-19 13:39:51 +0300
commit05a88ad2aacd16f8e38a44fece6588f6ee840a32 (patch)
tree271faeb5160242100e123296905fc72d4056e62d /doc
parent0dc55882a976630d832ebebdb58350d9c26205fe (diff)
parent26734efdb1c8ee269bb97acc22b587027a5a3f88 (diff)
downloadnumpy-05a88ad2aacd16f8e38a44fece6588f6ee840a32.tar.gz
Merge pull request #17058 from BvB93/trim_zeros2
MAINT: Revert boolean casting back to elementwise comparisons in `trim_zeros`
Diffstat (limited to 'doc')
-rw-r--r--doc/release/upcoming_changes/16911.deprecation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/upcoming_changes/16911.deprecation.rst b/doc/release/upcoming_changes/16911.deprecation.rst
index d4dcb629c..8f38ed989 100644
--- a/doc/release/upcoming_changes/16911.deprecation.rst
+++ b/doc/release/upcoming_changes/16911.deprecation.rst
@@ -4,4 +4,4 @@ The ``trim_zeros`` function will, in the future, require an array with the
following two properties:
* It must be 1D.
-* It must be convertable into a boolean array.
+* It must support elementwise comparisons with zero.