2
2
Contributors
3
3
============
4
4
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
6
6
names contributed a patch for the first time.
7
7
8
8
* @8bitmp3 +
@@ -79,6 +79,7 @@ names contributed a patch for the first time.
79
79
* Greg Lucas +
80
80
* Hollow Man +
81
81
* Holly Corbett +
82
+ * I-Shen Leong +
82
83
* Inessa Pawson
83
84
* Isabela Presedo-Floyd
84
85
* Ismael Jimenez +
@@ -90,6 +91,7 @@ names contributed a patch for the first time.
90
91
* Jody Klymak +
91
92
* Joseph Fox-Rabinovitz
92
93
* Jérome Eertmans +
94
+ * Jérôme Kieffer +
93
95
* Kamil Choudhury +
94
96
* Kasia Leszek +
95
97
* Keller Meier +
@@ -180,7 +182,7 @@ names contributed a patch for the first time.
180
182
Pull requests merged
181
183
====================
182
184
183
- A total of 561 pull requests were merged for this release.
185
+ A total of 571 pull requests were merged for this release.
184
186
185
187
* `#13578 <https://github.com/numpy/numpy/pull/13578 >`__: DEP: Deprecate `data_type.dtype ` if attribute is not already...
186
188
* `#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.
743
745
* `#19073 <https://github.com/numpy/numpy/pull/19073 >`__: REL: Prepare 1.21.0 release
744
746
* `#19074 <https://github.com/numpy/numpy/pull/19074 >`__: BUG: Fix compile-time test of POPCNT
745
747
* `#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
+
0 commit comments