10000 REL: Prepare 1.21.0 release by charris · Pull Request #19073 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

REL: Prepare 1.21.0 release #19073

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 23, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
MAINT: Update cversions.
No changes for the NumPy 1.21.x release.
  • Loading branch information
charris committed May 23, 2021
commit b167abfa820bb3da6ee0f2a35b11a16bd8506b95
1 change: 1 addition & 0 deletions numpy/core/code_generators/cversions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@
# Version 14 (NumPy 1.20)
# DType related API additions.
# A new field was added to the end of PyArrayObject_fields.
# Version 14 (NumPy 1.21) No change.
0x0000000e = 17a0f366e55ec05e5c5c149123478452
1 change: 1 addition & 0 deletions numpy/core/setup_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
# 0x0000000d - 1.16.x
# 0x0000000d - 1.19.x
# 0x0000000e - 1.20.x
# 0x0000000e - 1.21.x
C_API_VERSION = 0x0000000e

class MismatchCAPIWarning(Warning):
Expand Down
0