diff options
author | Matti Picus <matti.picus@gmail.com> | 2023-03-16 22:20:08 +1100 |
---|---|---|
committer | Matti Picus <matti.picus@gmail.com> | 2023-03-16 22:20:08 +1100 |
commit | 17d655150f3f27318cf2e422d8325a12a26ebf46 (patch) | |
tree | c1d83f46bcb5f4c7c46483ab663dfcc90451e0df | |
parent | 92e489eb3fea7ea4054e319b2d698e435e919704 (diff) | |
download | numpy-17d655150f3f27318cf2e422d8325a12a26ebf46.tar.gz |
DOC: add release note
-rw-r--r-- | doc/release/upcoming_changes/23403.deprecation.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/23403.deprecation.rst b/doc/release/upcoming_changes/23403.deprecation.rst new file mode 100644 index 000000000..1e6d84627 --- /dev/null +++ b/doc/release/upcoming_changes/23403.deprecation.rst @@ -0,0 +1,2 @@ +* Remove deprecated ``casting=None`` from ``np.clip``. The behaviour was + deprecated in NumPy 1.17. |