diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-12-03 16:45:09 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2019-12-03 17:53:41 -0700 |
commit | fbcb58ca2c17217f5dc85cb669ea651b7799b60c (patch) | |
tree | ca3354b604387d1b0b9dca307c84f59cb3e3fbf4 /doc | |
parent | fdd8395f21a252373ff17fd43185c42e040c1b64 (diff) | |
download | numpy-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')
-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> |