diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2020-11-27 07:55:36 -0700 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2020-11-27 08:12:20 -0700 |
| commit | a37b3a82f1abc3e73287883acfd2b06f88a09f13 (patch) | |
| tree | 20cc1acf844546c4fa72aa8dfe11c78a504bc2af /numpy | |
| parent | 4635c9966f9f9a1bbb775fafc4096fddee8160dd (diff) | |
| download | numpy-a37b3a82f1abc3e73287883acfd2b06f88a09f13.tar.gz | |
MAINT: Update master after 1.20.x branch.v1.21.0.dev0
- Update setup.py
- Update pavement.py
- Add 1.21.0-note.rst
- Update npyconfig.h
- Clear release/upcoming_changes
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/core/include/numpy/numpyconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/include/numpy/numpyconfig.h b/numpy/core/include/numpy/numpyconfig.h index e39303123..a1b1de0ef 100644 --- a/numpy/core/include/numpy/numpyconfig.h +++ b/numpy/core/include/numpy/numpyconfig.h @@ -42,5 +42,6 @@ #define NPY_1_18_API_VERSION 0x00000008 #define NPY_1_19_API_VERSION 0x00000008 #define NPY_1_20_API_VERSION 0x0000000e +#define NPY_1_21_API_VERSION 0x0000000e #endif |
