diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-08-19 13:39:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-19 13:39:51 +0300 |
commit | 05a88ad2aacd16f8e38a44fece6588f6ee840a32 (patch) | |
tree | 271faeb5160242100e123296905fc72d4056e62d /doc/release | |
parent | 0dc55882a976630d832ebebdb58350d9c26205fe (diff) | |
parent | 26734efdb1c8ee269bb97acc22b587027a5a3f88 (diff) | |
download | numpy-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/release')
-rw-r--r-- | doc/release/upcoming_changes/16911.deprecation.rst | 2 |
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. |