@@ -9,10 +9,56 @@ discovered after the 1.26.1 release. The 1.26.release series is the last
9
9
planned minor release series before NumPy 2.0. The Python versions supported by
10
10
this release are 3.9-3.12.
11
11
12
+
12
13
Contributors
13
14
============
14
15
16
+ A total of 13 people contributed to this release. People with a "+" by their
17
+ names contributed a patch for the first time.
18
+
19
+ * @stefan6419846
20
+ * @thalassemia +
21
+ * Andrew Nelson
22
+ * Charles Bousseau +
23
+ * Charles Harris
24
+ * Marcel Bargull +
25
+ * Mark Mentovai +
26
+ * Matti Picus
27
+ * Nathan Goldbaum
28
+ * Ralf Gommers
29
+ * Sayed Adel
30
+ * Sebastian Berg
31
+ * William Ayd +
32
+
15
33
16
34
Pull requests merged
17
35
====================
18
36
37
+ A total of 25 pull requests were merged for this release.
38
+
39
+ * `#24814 <https://github.com/numpy/numpy/pull/24814 >`__: MAINT: align test_dispatcher s390x targets with _umath_tests_mtargets
40
+ * `#24929 <https://github.com/numpy/numpy/pull/24929 >`__: MAINT: prepare 1.26.x for further development
41
+ * `#24955 <https://github.com/numpy/numpy/pull/24955 >`__: ENH: Add Cython enumeration for NPY_FR_GENERIC
42
+ * `#24962 <https://github.com/numpy/numpy/pull/24962 >`__: REL: Remove Python upper version from the release branch
43
+ * `#24971 <https://github.com/numpy/numpy/pull/24971 >`__: BLD: Use the correct Python interpreter when running tempita.py
44
+ * `#24972 <https://github.com/numpy/numpy/pull/24972 >`__: MAINT: Remove unhelpful error replacements from ``import_array() ``
45
+ * `#24977 <https://github.com/numpy/numpy/pull/24977 >`__: BLD: use classic linker on macOS, the new one in XCode 15 has...
46
+ * `#25003 <https://github.com/numpy/numpy/pull/25003 >`__: BLD: musllinux_aarch64 [wheel build]
47
+ * `#25043 <https://github.com/numpy/numpy/pull/25043 >`__: MAINT: Update mailmap
48
+ * `#25049 <https://github.com/numpy/numpy/pull/25049 >`__: MAINT: Update meson build infrastructure.
49
+ * `#25071 <https://github.com/numpy/numpy/pull/25071 >`__: MAINT: Split up .github/workflows to match main
50
+ * `#25083 <https://github.com/numpy/numpy/pull/25083 >`__: BUG: Backport fix build on ppc64 when the baseline set to Power9...
51
+ * `#25093 <https://github.com/numpy/numpy/pull/25093 >`__: BLD: Fix features.h detection for Meson builds [1.26.x Backport]
52
+ * `#25095 <https://github.com/numpy/numpy/pull/25095 >`__: BUG: Avoid intp conversion regression in Cython 3 (backport)
53
+ * `#25107 <https://github.com/numpy/numpy/pull/25107 >`__: CI: remove obsolete jobs, and move macOS and conda Azure jobs...
54
+ * `#25108 <https://github.com/numpy/numpy/pull/25108 >`__: CI: Add linux_qemu action and remove travis testing.
55
+ * `#25112 <https://github.com/numpy/numpy/pull/25112 >`__: MAINT: Update .spin/cmds.py from main.
56
+ * `#25113 <https://github.com/numpy/numpy/pull/25113 >`__: DOC: Visually divide main license and bundled licenses in wheels
57
+ * `#25115 <https://github.com/numpy/numpy/pull/25115 >`__: MAINT: Add missing ``noexcept `` to shuffle helpers
58
+ * `#25116 <https://github.com/numpy/numpy/pull/25116 >`__: DOC: Fix license identifier for OpenBLAS
59
+ * `#25117 <https://github.com/numpy/numpy/pull/25117 >`__: BLD: improve detection of Netlib libblas/libcblas/liblapack
60
+ * `#25118 <https://github.com/numpy/numpy/pull/25118 >`__: MAINT: Make bitfield integers unsigned
61
+ * `#25119 <https://github.com/numpy/numpy/pull/25119 >`__: BUG: Make n a long int for np.random.multinomial
62
+ * `#25120 <https://github.com/numpy/numpy/pull/25120 >`__: BLD: change default of the ``allow-noblas `` option to true.
63
+ * `#25121 <https://github.com/numpy/numpy/pull/25121 >`__: BUG: ensure passing ``np.dtype `` to itself doesn't crash
64
+
0 commit comments