22Contributors
33============
44
5- A total of 132 people contributed to this release. People with a "+" by their
5+ A total of 134 people contributed to this release. People with a "+" by their
66names contributed a patch for the first time.
77
88* !DWesl
9+ * !EarlMilktea +
10+ * !amotzop +
911* !fengluoqiuwu
1012* !h-vetinari
13+ * !karl3wm +
1114* !partev
15+ * !samir539 +
16+ * !wenlong2 +
1217* Aarni Koskela +
1318* Abdu Zoghbi +
1419* Abhishek Kumar
@@ -50,6 +55,7 @@ names contributed a patch for the first time.
5055* GUAN MING
5156* Giovanni Del Monte
5257* Guan Ming(Wesley) Chiu +
58+ * Guido Imperiale +
5359* Gyeongjae Choi +
5460* Halle Loveday +
5561* Hannah Wheeler +
@@ -64,6 +70,7 @@ names contributed a patch for the first time.
6470* Jake VanderPlas
6571* Jiachen An +
6672* Jiuding Tan (谭九鼎)
73+ * Joe Rickerby +
6774* John Kirkham
6875* John Stilley +
6976* Jonathan Albrecht +
@@ -109,7 +116,6 @@ names contributed a patch for the first time.
109116* Rohit Goswami
110117* Ross Barnowski
111118* Roy Smart
112- * S.S. +
113119* Saransh Chopra
114120* Saraswathy Kalaiselvan +
115121* Sayed Adel
@@ -127,21 +133,17 @@ names contributed a patch for the first time.
127133* Wang Yang (杨旺) +
128134* Warren Weckesser
129135* Warrick Ball
130- * Wenlong +
131136* William Andrea
132137* Yakov Danishevsky +
133138* Yichi Zhang +
134- * Your Name +
135139* Yuvraj Pradhan +
136140* dependabot[bot]
137141* hfloveday12 +
138- * karl +
139- * samir539 +
140142
141143Pull requests merged
142144====================
143145
144- A total of 543 pull requests were merged for this release.
146+ A total of 556 pull requests were merged for this release.
145147
146148* `#22718 <https://github.com/numpy/numpy/pull/22718 >`__: DOC: Add docs on using GitHub Codespaces for NumPy development
147149* `#25675 <https://github.com/numpy/numpy/pull/25675 >`__: ENH: add matvec and vecmat gufuncs
@@ -686,4 +688,17 @@ A total of 543 pull requests were merged for this release.
686688* `#29043 <https://github.com/numpy/numpy/pull/29043 >`__: BUG: Avoid compile errors in f2py modules
687689* `#29044 <https://github.com/numpy/numpy/pull/29044 >`__: BUG: Fix f2py derived types in modules
688690* `#29046 <https://github.com/numpy/numpy/pull/29046 >`__: BUG: Fix cache use regression
691+ * `#29047 <https://github.com/numpy/numpy/pull/29047 >`__: REL: Prepare for the NumPy 2.3.0rc1 release [wheel build]
692+ * `#29070 <https://github.com/numpy/numpy/pull/29070 >`__: TYP: Various typing fixes.
693+ * `#29072 <https://github.com/numpy/numpy/pull/29072 >`__: MAINT: use pypy 3.11 nightly which has a fix for ctypeslib
694+ * `#29073 <https://github.com/numpy/numpy/pull/29073 >`__: BLD: use sonoma image on Cirrus for wheel build
695+ * `#29074 <https://github.com/numpy/numpy/pull/29074 >`__: BUG: add bounds-checking to in-place string multiply
696+ * `#29082 <https://github.com/numpy/numpy/pull/29082 >`__: BLD: bump OpenBLAS version, use OpenBLAS for win-arm64 [wheel...
697+ * `#29089 <https://github.com/numpy/numpy/pull/29089 >`__: MNT: Avoid use of deprecated _PyDict_GetItemStringWithError in...
698+ * `#29099 <https://github.com/numpy/numpy/pull/29099 >`__: BUG: f2py: thread-safe forcomb (#29091)
699+ * `#29100 <https://github.com/numpy/numpy/pull/29100 >`__: TYP: fix NDArray[integer] inplace operator mypy issue
700+ * `#29101 <https://github.com/numpy/numpy/pull/29101 >`__: PERF: Make NpzFile member existence constant time
701+ * `#29116 <https://github.com/numpy/numpy/pull/29116 >`__: MAINT: Update to vs2022 in NumPy 2.3.x [wheel build]
702+ * `#29118 <https://github.com/numpy/numpy/pull/29118 >`__: MAINT: fix SPDX license expressions for LAPACK, GCC runtime libs
703+ * `#29132 <https://github.com/numpy/numpy/pull/29132 >`__: MAINT: Fix for segfaults with GCC 15
689704
0 commit comments