2
2
Contributors
3
3
============
4
4
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
6
6
names contributed a patch for the first time.
7
7
8
8
* !DWesl
9
+ * !EarlMilktea +
10
+ * !amotzop +
9
11
* !fengluoqiuwu
10
12
* !h-vetinari
13
+ * !karl3wm +
11
14
* !partev
15
+ * !samir539 +
16
+ * !wenlong2 +
12
17
* Aarni Koskela +
13
18
* Abdu Zoghbi +
14
19
* Abhishek Kumar
@@ -50,6 +55,7 @@ names contributed a patch for the first time.
50
55
* GUAN MING
51
56
* Giovanni Del Monte
52
57
* Guan Ming(Wesley) Chiu +
58
+ * Guido Imperiale +
53
59
* Gyeongjae Choi +
54
60
* Halle Loveday +
55
61
* Hannah Wheeler +
@@ -64,6 +70,7 @@ names contributed a patch for the first time.
64
70
* Jake VanderPlas
65
71
* Jiachen An +
66
72
* Jiuding Tan (谭九鼎)
73
+ * Joe Rickerby +
67
74
* John Kirkham
68
75
* John Stilley +
69
76
* Jonathan Albrecht +
@@ -109,7 +116,6 @@ names contributed a patch for the first time.
109
116
* Rohit Goswami
110
117
* Ross Barnowski
111
118
* Roy Smart
112
- * S.S. +
113
119
* Saransh Chopra
114
120
* Saraswathy Kalaiselvan +
115
121
* Sayed Adel
@@ -127,21 +133,17 @@ names contributed a patch for the first time.
127
133
* Wang Yang (杨旺) +
128
134
* Warren Weckesser
129
135
* Warrick Ball
130
- * Wenlong +
131
136
* William Andrea
132
137
* Yakov Danishevsky +
133
138
* Yichi Zhang +
134
- * Your Name +
135
139
* Yuvraj Pradhan +
136
140
* dependabot[bot]
137
141
* hfloveday12 +
138
- * karl +
139
- * samir539 +
140
142
141
143
Pull requests merged
142
144
====================
143
145
144
- A total of 543 pull requests were merged for this release.
146
+ A total of 556 pull requests were merged for this release.
145
147
146
148
* `#22718 <https://github.com/numpy/numpy/pull/22718 >`__: DOC: Add docs on using GitHub Codespaces for NumPy development
147
149
* `#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.
686
688
* `#29043 <https://github.com/numpy/numpy/pull/29043 >`__: BUG: Avoid compile errors in f2py modules
687
689
* `#29044 <https://github.com/numpy/numpy/pull/29044 >`__: BUG: Fix f2py derived types in modules
688
690
* `#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
689
704
0 commit comments