summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/14794.deprecation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release/upcoming_changes/14794.deprecation.rst')
-rw-r--r--doc/release/upcoming_changes/14794.deprecation.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/release/upcoming_changes/14794.deprecation.rst b/doc/release/upcoming_changes/14794.deprecation.rst
deleted file mode 100644
index b84bc1c61..000000000
--- a/doc/release/upcoming_changes/14794.deprecation.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-Deprecate automatic ``dtype=object`` for ragged input
------------------------------------------------------
-Calling ``np.array([[1, [1, 2, 3]])`` will issue a ``DeprecationWarning`` as
-per `NEP 34`_. Users should explicitly use ``dtype=object`` to avoid the
-warning.
-
-.. _`NEP 34`: https://numpy.org/neps/nep-0034.html