Skip to content

Commit 6961f60

Browse files
committed
REL: Prepare for the NumPy 1.26.2 release
- Create the 1.26.2-changelog.rst - Update the 1.26.2-notes.rst [wheel build]
1 parent d81f0ae commit 6961f60

File tree

2 files changed

+97
-0
lines changed

2 files changed

+97
-0
lines changed

doc/changelog/1.26.2-changelog.rst

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

doc/source/release/1.26.2-notes.rst

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,56 @@ discovered after the 1.26.1 release. The 1.26.release series is the last
99
planned minor release series before NumPy 2.0. The Python versions supported by
1010
this release are 3.9-3.12.
1111

12+
1213
Contributors
1314
============
1415

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+
1533

1634
Pull requests merged
1735
====================
1836

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

Comments
 (0)