diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/upcoming_changes/14794.deprecation.rst | 7 | ||||
-rw-r--r-- | doc/source/release.rst | 1 |
2 files changed, 1 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 diff --git a/doc/source/release.rst b/doc/source/release.rst index 0343275a5..26373ad07 100644 --- a/doc/source/release.rst +++ b/doc/source/release.rst @@ -5,6 +5,7 @@ Release Notes .. toctree:: :maxdepth: 3 + 1.19.0 <release/1.19.0-notes> 1.18.0 <release/1.18.0-notes> 1.17.4 <release/1.17.4-notes> 1.17.3 <release/1.17.3-notes> |