summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2019-12-03 16:45:09 -0700
committerCharles Harris <charlesr.harris@gmail.com>2019-12-03 17:53:41 -0700
commitfbcb58ca2c17217f5dc85cb669ea651b7799b60c (patch)
treeca3354b604387d1b0b9dca307c84f59cb3e3fbf4 /doc/release
parentfdd8395f21a252373ff17fd43185c42e040c1b64 (diff)
downloadnumpy-fbcb58ca2c17217f5dc85cb669ea651b7799b60c.tar.gz
REL: Update master after 1.18.x branch.
Apart from the usual modifications, this - Removes a release note snippet added after towncrier was run - Removes testing on Python 3.5 as it is dropped for 1.19.x.
Diffstat (limited to 'doc/release')
-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