File tree Expand file tree Collapse file tree 4 files changed +48
-2
lines changed Expand file tree Collapse file tree 4 files changed +48
-2
lines changed Original file line number Diff line number Diff line change 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>
450451Oliver Eberle <oliver_eberle@web.de>
451452Oleksiy Kononenko <Oleksiy.S.Kononenko@gmail.com>
452453Oleksiy Kononenko <Oleksiy.S.Kononenko@gmail.com> <35204136+oleksiyskononenko@users.noreply.github.com>
454+ Olivier Barthelemy <perso.olivier.barthelemy@gmail.com>
453455Omar Ali <Omarh90@gmail.com>
454456Omid Rajaei <rajaei.net@gmail.com>
455457Omid Rajaei <rajaei.net@gmail.com> <89868505+rajaeinet@users.noreply.github.com>
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -12,6 +12,25 @@ release are 3.9-3.12.
1212Contributors
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
C8F1
td>+
1525
1626Pull 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments