diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-01-30 13:50:57 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2021-01-30 18:55:06 -0700 |
commit | 3b6414c60ae869affdee4fb0bee2ec7b6a602efc (patch) | |
tree | 233a28a48d6c621f0c42b913f7ab5211db5cf6a5 /doc/source/release/1.20.0-notes.rst | |
parent | 5de64de6dbdf89b1bd8828c59393c4239364755a (diff) | |
download | numpy-3b6414c60ae869affdee4fb0bee2ec7b6a602efc.tar.gz |
REL: Update master after 1.20.0 release.
Diffstat (limited to 'doc/source/release/1.20.0-notes.rst')
-rw-r--r-- | doc/source/release/1.20.0-notes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/release/1.20.0-notes.rst b/doc/source/release/1.20.0-notes.rst index 5d3b5f63d..b8b7a0c79 100644 --- a/doc/source/release/1.20.0-notes.rst +++ b/doc/source/release/1.20.0-notes.rst @@ -3,8 +3,8 @@ ========================== NumPy 1.20.0 Release Notes ========================== -This NumPy release is the largest so made to date, some 648 PRs contributed by -182 people have been merged. See the list of highlights below for more details. +This NumPy release is the largest so made to date, some 684 PRs contributed by +184 people have been merged. See the list of highlights below for more details. The Python versions supported for this release are 3.7-3.9, support for Python 3.6 has been dropped. Highlights are |