@@ -22,6 +22,7 @@ The highlights of this release are:
22
22
- Use of the Meson build system
23
23
- Updated SIMD support
24
24
- f2py fixes, meson and bind(x) support
25
+ - Support for the updated Accelerate BLAS/LAPACK library
25
26
26
27
The Python versions supported in this release are 3.9-3.12.
27
28
@@ -145,15 +146,17 @@ therefore would like to see all potential blockers surfaced early on in the
145
146
Contributors
146
147
============
147
148
148
- A total of 18 people contributed to this release. People with a "+" by their
149
+ A total of 20 people contributed to this release. People with a "+" by their
149
150
names contributed a patch for the first time.
150
151
151
152
* @DWesl
152
153
* Albert Steppi +
153
154
* Bas van Beek
154
155
* Charles Harris
155
156
* Developer-Ecosystem-Engineering
157
+ * Filipe Laíns +
156
158
* Jake Vanderplas
159
+ * Liang Yan +
157
160
* Marten van Kerkwijk
158
161
* Matti Picus
159
162
* Melissa Weber Mendonça
@@ -171,7 +174,7 @@ names contributed a patch for the first time.
171
174
Pull requests merged
172
175
====================
173
176
174
- A total of 51 pull requests were merged for this release.
177
+ A total of 59 pull requests were merged for this release.
175
178
176
179
* `#24305 <https://github.com/numpy/numpy/pull/24305 >`__: MAINT: Prepare 1.26.x branch for development
177
180
* `#24308 <https://github.com/numpy/numpy/pull/24308 >`__: MAINT: Massive update of files from main for numpy 1.26
@@ -224,3 +227,11 @@ A total of 51 pull requests were merged for this release.
224
227
* `#24638 <https://github.com/numpy/numpy/pull/24638 >`__: MAINT: Bump actions/checkout from 3.6.0 to 4.0.0
225
228
* `#24647 <https://github.com/numpy/numpy/pull/24647 >`__: ENH: ``meson `` backend for ``f2py ``
226
229
* `#24648 <https://github.com/numpy/numpy/pull/24648 >`__: MAINT: Refactor partial load Workaround for Clang
230
+ * `#24653 <https://github.com/numpy/numpy/pull/24653 >`__: REL: Prepare for the NumPy 1.26.0rc1 release.
231
+ * `#24659 <https://github.com/numpy/numpy/pull/24659 >`__: BLD: allow specifying the long double format to avoid the runtime...
232
+ * `#24665 <https://github.com/numpy/numpy/pull/24665 >`__: BLD: fix bug in random.mtrand extension, don't link libnpyrandom
233
+ * `#24675 <https://github.com/numpy/numpy/pull/24675 >`__: BLD: build wheels for 32-bit Python on Windows, using MSVC
234
+ * `#24700 <https://github.com/numpy/numpy/pull/24700 >`__: BLD: fix issue with compiler selection during cross compilation
235
+ * `#24701 <https://github.com/numpy/numpy/pull/24701 >`__: BUG: Fix data stmt handling for complex values in f2py
236
+ * `#24707 <https://github.com/numpy/numpy/pull/24707 >`__: TYP: Add annotations for the py3.12 buffer protocol
237
+ * `#24718 <https://github.com/numpy/numpy/pull/24718 >`__: DOC: fix a few doc build issues on 1.26.x and update `spin docs `...
0 commit comments