summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/14718.compatibility.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release/upcoming_changes/14718.compatibility.rst')
-rw-r--r--doc/release/upcoming_changes/14718.compatibility.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/release/upcoming_changes/14718.compatibility.rst b/doc/release/upcoming_changes/14718.compatibility.rst
deleted file mode 100644
index 3d6e71ead..000000000
--- a/doc/release/upcoming_changes/14718.compatibility.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-``np.can_cast(np.uint64, np.timedelta64, casting='safe')`` is now ``False``
----------------------------------------------------------------------------
-
-Previously this was ``True`` - however, this was inconsistent with ``uint64``
-not being safely castable to ``int64``, and resulting in strange type
-resolution.
-
-If this impacts your code, cast ``uint64`` to ``int64`` first.