8000 Merge pull request #19197 from charris/prepare-for-1.21.0rc2 · lithomas1/numpy@e40a0b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit e40a0b2

Browse files
authored
Merge pull request numpy#19197 from charris/prepare-for-1.21.0rc2
REL: Prepare for NumPy 1.20.0rc2 release.
2 parents 9fa3b04 + 5567fa9 commit e40a0b2

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ Helder Oliveira <heldercro@gmail.com>
192192
Hemil Desai <desai38@purdue.edu>
193193
Hiroyuki V. Yamazaki <hiroyuki.vincent.yamazaki@gmail.com>
194194
Hugo van Kemenade <hugovk@users.noreply.github.com>
195+
I-Shen Leong <i-shenl@activestate.com>
195196
Inessa Pawson <albuscode@gmail.com>
196197
Irvin Probst <irvin.probst@ensta-bretagne.fr>
197198
Isabela Presedo-Floyd <irpf.design@gmail.com> <ipresedo@calpoly.edu>

doc/changelog/1.21.0-changelog.rst

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors
33
============
44

5-
A total of 171 people contributed to this release. People with a "+" by their
5+
A total of 173 people contributed to this release. People with a "+" by their
66
names contributed a patch for the first time.
77

88
* @8bitmp3 +
@@ -79,6 +79,7 @@ names contributed a patch for the first time.
7979
* Greg Lucas +
8080
* Hollow Man +
8181
* Holly Corbett +
82+
* I-Shen Leong +
8283
* Inessa Pawson
8384
* Isabela Presedo-Floyd
8485
* Ismael Jimenez +
@@ -90,6 +91,7 @@ names contributed a patch for the first time.
9091
* Jody Klymak +
9192
* Joseph Fox-Rabinovitz
9293
* Jérome Eertmans +
94+
* Jérôme Kieffer +
9395
* Kamil Choudhury +
9496
* Kasia Leszek +
9597
* Keller Meier +
@@ -180,7 +182,7 @@ names contributed a patch for the first time.
180182
Pull requests merged
181183
====================
182184

183-
A total of 561 pull requests were merged for this release.
185+
A total of 571 pull requests were merged for this release.
184186

185187
* `#13578 <https://github.com/numpy/numpy/pull/13578>`__: DEP: Deprecate `data_type.dtype` if attribute is not already...
186188
* `#15269 <https://github.com/numpy/numpy/pull/15269>`__: ENH: Implement faster keyword argument parsing capable of ``METH_FASTCALL``
@@ -743,3 +745,14 @@ A total of 561 pull requests were merged for this release.
743745
* `#19073 <https://github.com/numpy/numpy/pull/19073>`__: REL: Prepare 1.21.0 release
744746
* `#19074 <https://github.com/numpy/numpy/pull/19074>`__: BUG: Fix compile-time test of POPCNT
745747
* `#19075 <https://github.com/numpy/numpy/pull/19075>`__: BUG: Fix test_numpy_version.
748+
* `#19094 <https://github.com/numpy/numpy/pull/19094>`__: BUG: Fixed an issue wherein `_GenericAlias.__getitem__` would...
749+
* `#19100 <https://github.com/numpy/numpy/pull/19100>`__: BUG: Linter should only run on pull requests.
750+
* `#19120 <https://github.com/numpy/numpy/pull/19120>`__: BUG: Fix setup.py to work in maintenance branches.
751+
* `#19144 <https://github.com/numpy/numpy/pull/19144>`__: BUG: expose short_version as previously in version.py
752+
* `#19175 <https://github.com/numpy/numpy/pull/19175>`__: API: Delay string and number promotion deprecation/future warning
753+
* `#19178 <https://github.com/numpy/numpy/pull/19178>`__: BUG, SIMD: Fix detect host/native CPU features on ICC at compile-time
754+
* `#19180 <https://github.com/numpy/numpy/pull/19180>`__: BUG: Add -std=c99 to intel icc compiler flags on linux
755+
* `#19193 <https://github.com/numpy/numpy/pull/19193>`__: NEP: Accept NEP 35 as final
756+
* `#19194 <https://github.com/numpy/numpy/pull/19194>`__: MAINT, BUG: Adapt `castingimpl.casting` to denote a minimal level
757+
* `#19197 <https://github.com/numpy/numpy/pull/19197>`__: DOC: Prepare for NumPy 1.20.0rc2 release.
758+

doc/source/release/1.21.0-notes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ The NumPy 1.21.0 release highlights are
77

88
* continued SIMD work covering more functions and platforms,
99
* initial work on the new dtype infrastructure and casting,
10+
* universal2 wheels for Python 3.8 and Python 3.9 on Mac,
1011
* improved documentation,
1112
* improved annotations,
12-
* the new ``PCG64DXSM`` bitgenerator for random numbers.
13+
* new ``PCG64DXSM`` bitgenerator for random numbers.
1314

1415
In addition there are the usual large number of bug fixes and other improvements.
1516

0 commit comments

Comments
 (0)
0