8000 Merge pull request #26361 from charris/prepare-1.26.5 · numpy/numpy@4bb5291 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4bb5291

Browse files
authored
Merge pull request #26361 from charris/prepare-1.26.5
REL: Prepare for the NumPy 1.26.5 release [wheel build].
2 parents 37a5ceb + ab7b027 commit 4bb5291

File tree

4 files changed

+48
-2
lines changed

4 files changed

+48
-2
lines changed

.mailmap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
#
88
# This file is up-to-date if the command git log --format="%aN <%aE>" | sort -u
99
# gives no duplicates.
10-
10+
11+
@cook-1229 <70235336+cook-1229@users.noreply.github.com>
1112
@8bitmp3 <19637339+8bitmp3@users.noreply.github.com>
1213
@DWesl <22566757+DWesl@users.noreply.github.com>
1314
@Endolith <endolith@gmail.com>
@@ -450,6 +451,7 @@ Norwid Behrnd <nbehrnd@yahoo.com> <nbehrnd@users.noreply.github.com>
450451
Oliver Eberle <oliver_eberle@web.de>
451452
Oleksiy Kononenko <Oleksiy.S.Kononenko@gmail.com>
452453
Oleksiy Kononenko <Oleksiy.S.Kononenko@gmail.com> <35204136+oleksiyskononenko@users.noreply.github.com>
454+
Olivier Barthelemy <perso.olivier.barthelemy@gmail.com>
453455
Omar Ali <Omarh90@gmail.com>
454456
Omid Rajaei <rajaei.net@gmail.com>
455457
Omid Rajaei <rajaei.net@gmail.com> <89868505+rajaeinet@users.noreply.github.com>

doc/changelog/1.26.5-changelog.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Contributors
3+
============
4+
5+
A total of 6 people contributed to this release. People with a "+" by their
6+
names contributed a patch for the first time.
7+
8+
* @cook-1229 +
9+
* Benjamin A. Beasley +
10+
* Charles Harris
11+
* Gonzalo Tornaría +
12+
* Olivier Barthelemy +
13+
* Sebastian Berg
14+
15+
Pull requests merged
16+
====================
17+
18+
A total of 6 pull requests were merged for this release.
19+
20+
* `#25617 <https://github.com/numpy/numpy/pull/25617>`__: BUG: Pass newline to datasource.open() in numpy.lib.npio.
21+
* `#25771 <https://github.com/numpy/numpy/pull/25771>`__: MAINT: prepare 1.26.x for further development
22+
* `#25818 <https://github.com/numpy/numpy/pull/25818>`__: MAINT: Propagate requirement of cython 0.29.34
23+
* `#26021 <https://github.com/numpy/numpy/pull/26021>`__: BUG: Fix reference leak in niche user old user dtypes
24+
* `#26132 <https://github.com/numpy/numpy/pull/26132>`__: MAINT: add missing noexcept clauses (1/2)
25+
* `#26301 <https://github.com/numpy/numpy/pull/26301>`__: BLD: In 1.26.x, do not upper-bound the meson-python version

doc/source/release/1.26.5-notes.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,25 @@ release are 3.9-3.12.
1212
Contributors
1313
============
1414

15+
A total of 6 people contributed to this release. People with a "+" by their
16+
names contributed a patch for the first time.
17+
18+
* @cook-1229 +
19+
* Benjamin A. Beasley +
20+
* Charles Harris
21+
* Gonzalo Tornaría +
22+
* Olivier Barthelemy +
23+
* Sebastian Berg
24+
1525

1626
Pull requests merged
1727
====================
28+
29+
A total of 6 pull requests were merged for this release.
30+
31+
* `#25617 <https://github.com/numpy/numpy/pull/25617>`__: BUG: Pass newline to datasource.open() in numpy.lib.npio.
32+
* `#25771 <https://github.com/numpy/numpy/pull/25771>`__: MAINT: prepare 1.26.x for further development
33+
* `#25818 <https://github.com/numpy/numpy/pull/25818>`__: MAINT: Propagate requirement of cython 0.29.34
34+
* `#26021 <https://github.com/numpy/numpy/pull/26021>`__: BUG: Fix reference leak in niche user old user dtypes
35+
* `#26132 <https://github.com/numpy/numpy/pull/26132>`__: MAINT: add missing noexcept clauses (1/2)
36+
* `#26301 <https://github.com/numpy/numpy/pull/26301>`__: BLD: In 1.26.x, do not upper-bound the meson-python version

tools/ci/cirrus_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ macosx_arm64_task:
8686
8787
build_script:
8888
- brew install python@3.10
89-
- ln -s python3 /opt/homebrew/opt/python@3.10/bin/python
89+
- ln -sf python3 /opt/homebrew/opt/python@3.10/libexec/bin/python
9090
- which python
9191
# needed for submodules
9292
- git submodule update --init

0 commit comments

Comments
 (0)
0