Skip to content

Commit

Permalink
REL: NumPy 1.20.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed May 9, 2021
1 parent a438741 commit 27b98cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion doc/changelog/1.20.3-changelog.rst
Expand Up @@ -16,7 +16,7 @@ names contributed a patch for the first time.
Pull requests merged
====================

A total of 13 pull requests were merged for this release.
A total of 15 pull requests were merged for this release.

* `#18763 <https://github.com/numpy/numpy/pull/18763>`__: BUG: Correct ``datetime64`` missing type overload for ``datetime.date``...
* `#18764 <https://github.com/numpy/numpy/pull/18764>`__: MAINT: Remove ``__all__`` in favor of explicit re-exports
Expand All @@ -31,3 +31,5 @@ A total of 13 pull requests were merged for this release.
* `#18924 <https://github.com/numpy/numpy/pull/18924>`__: MAINT, CI: treats _SIMD module build warnings as errors through...
* `#18925 <https://github.com/numpy/numpy/pull/18925>`__: BUG: for MINGW, threads.h existence test requires GLIBC > 2.12
* `#18941 <https://github.com/numpy/numpy/pull/18941>`__: BUG: Make changelog recognize gh- as a PR number prefix.
* `#18948 <https://github.com/numpy/numpy/pull/18948>`__: REL, DOC: Prepare for the NumPy 1.20.3 release.
* `#18953 <https://github.com/numpy/numpy/pull/18953>`__: BUG: Fix failing mypy test in 1.20.x.
4 changes: 3 additions & 1 deletion doc/source/release/1.20.3-notes.rst
Expand Up @@ -24,7 +24,7 @@ names contributed a patch for the first time.
Pull requests merged
====================

A total of 13 pull requests were merged for this release.
A total of 15 pull requests were merged for this release.

* `#18763 <https://github.com/numpy/numpy/pull/18763>`__: BUG: Correct ``datetime64`` missing type overload for ``datetime.date``...
* `#18764 <https://github.com/numpy/numpy/pull/18764>`__: MAINT: Remove ``__all__`` in favor of explicit re-exports
Expand All @@ -39,3 +39,5 @@ A total of 13 pull requests were merged for this release.
* `#18924 <https://github.com/numpy/numpy/pull/18924>`__: MAINT, CI: treats _SIMD module build warnings as errors through...
* `#18925 <https://github.com/numpy/numpy/pull/18925>`__: BUG: for MINGW, threads.h existence test requires GLIBC > 2.12
* `#18941 <https://github.com/numpy/numpy/pull/18941>`__: BUG: Make changelog recognize gh- as a PR number prefix.
* `#18948 <https://github.com/numpy/numpy/pull/18948>`__: REL, DOC: Prepare for the NumPy 1.20.3 release.
* `#18953 <https://github.com/numpy/numpy/pull/18953>`__: BUG: Fix failing mypy test in 1.20.x.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -57,7 +57,7 @@
MAJOR = 1
MINOR = 20
MICRO = 3
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

# The first version not in the `Programming Language :: Python :: ...` classifiers above
Expand Down

0 comments on commit 27b98cb

Please sign in to comment.