Skip to content

Commit 155f152

Browse files
authored
Merge pull request numpy#24149 from charris/post-1.25.1-release-update
MAINT: Update main after 1.25.1 release.
2 parents d0a8c72 + 9805658 commit 155f152

File tree

3 files changed

+82
-0
lines changed

3 files changed

+82
-0
lines changed

doc/changelog/1.25.1-changelog.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
Contributors
3+
============
4+
5+
A total of 10 people contributed to this release. People with a "+" by their
6+
names contributed a patch for the first time.
7+
8+
* Andrew Nelson
9+
* Charles Harris
10+
* Developer-Ecosystem-Engineering
11+
* Hood Chatham
12+
* Nathan Goldbaum
13+
* Rohit Goswami
14+
* Sebastian Berg
15+
* Tim Paine +
16+
* dependabot[bot]
17+
* matoro +
18+
19+
Pull requests merged
20+
====================
21+
22+
A total of 14 pull requests were merged for this release.
23+
24+
* `#23968 <https://github.com/numpy/numpy/pull/23968>`__: MAINT: prepare 1.25.x for further development
25+
* `#24036 <https://github.com/numpy/numpy/pull/24036>`__: BLD: Port long double identification to C for meson
26+
* `#24037 <https://github.com/numpy/numpy/pull/24037>`__: BUG: Fix reduction ``return NULL`` to be ``goto fail``
27+
* `#24038 <https://github.com/numpy/numpy/pull/24038>`__: BUG: Avoid undefined behavior in array.astype()
28+
* `#24039 <https://github.com/numpy/numpy/pull/24039>`__: BUG: Ensure ``__array_ufunc__`` works without any kwargs passed
29+
* `#24117 <https://github.com/numpy/numpy/pull/24117>`__: MAINT: Pin urllib3 to avoid anaconda-client bug.
30+
* `#24118 <https://github.com/numpy/numpy/pull/24118>`__: TST: Pin pydantic<2 in Pyodide workflow
31+
* `#24119 <https://github.com/numpy/numpy/pull/24119>`__: MAINT: Bump pypa/cibuildwheel from 2.13.0 to 2.13.1
32+
* `#24120 <https://github.com/numpy/numpy/pull/24120>`__: MAINT: Bump actions/checkout from 3.5.2 to 3.5.3
33+
* `#24122 <https://github.com/numpy/numpy/pull/24122>`__: BUG: Multiply or Divides using SIMD without a full vector can...
34+
* `#24127 <https://github.com/numpy/numpy/pull/24127>`__: MAINT: testing for IS_MUSL closes #24074
35+
* `#24128 <https://github.com/numpy/numpy/pull/24128>`__: BUG: Only replace dtype temporarily if dimensions changed
36+
* `#24129 <https://github.com/numpy/numpy/pull/24129>`__: MAINT: Bump actions/setup-node from 3.6.0 to 3.7.0
37+
* `#24134 <https://github.com/numpy/numpy/pull/24134>`__: BUG: Fix private procedures in f2py modules

doc/source/release.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release notes
66
:maxdepth: 3
77

88
2.0.0 <release/2.0.0-notes>
9+
1.25.1 <release/1.25.1-notes>
910
1.25.0 <release/1.25.0-notes>
1011
1.24.4 <release/1.24.4-notes>
1112
1.24.3 <release/1.24.3-notes>

doc/source/release/1.25.1-notes.rst

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
.. currentmodule:: numpy
2+
3+
==========================
4+
NumPy 1.25.1 Release Notes
5+
==========================
6+
NumPy 1.25.1 is a maintenance release that fixes bugs and regressions discovered after the
7+
1.25.0 release. The Python versions supported by this release are 3.9-3.11.
8+
9+
Contributors
10+
============
11+
12+
A total of 10 people contributed to this release. People with a "+" by their
13+
names contributed a patch for the first time.
14+
15+
* Andrew Nelson
16+
* Charles Harris
17+
* Developer-Ecosystem-Engineering
18+
* Hood Chatham
19+
* Nathan Goldbaum
20+
* Rohit Goswami
21+
* Sebastian Berg
22+
* Tim Paine +
23+
* dependabot[bot]
24+
* matoro +
25+
26+
Pull requests merged
27+
====================
28+
29+
A total of 14 pull requests were merged for this release.
30+
31+
* `#23968 <https://github.com/numpy/numpy/pull/23968>`__: MAINT: prepare 1.25.x for further development
32+
* `#24036 <https://github.com/numpy/numpy/pull/24036>`__: BLD: Port long double identification to C for meson
33+
* `#24037 <https://github.com/numpy/numpy/pull/24037>`__: BUG: Fix reduction ``return NULL`` to be ``goto fail``
34+
* `#24038 <https://github.com/numpy/numpy/pull/24038>`__: BUG: Avoid undefined behavior in array.astype()
35+
* `#24039 <https://github.com/numpy/numpy/pull/24039>`__: BUG: Ensure ``__array_ufunc__`` works without any kwargs passed
36+
* `#24117 <https://github.com/numpy/numpy/pull/24117>`__: MAINT: Pin urllib3 to avoid anaconda-client bug.
37+
* `#24118 <https://github.com/numpy/numpy/pull/24118>`__: TST: Pin pydantic<2 in Pyodide workflow
38+
* `#24119 <https://github.com/numpy/numpy/pull/24119>`__: MAINT: Bump pypa/cibuildwheel from 2.13.0 to 2.13.1
39+
* `#24120 <https://github.com/numpy/numpy/pull/24120>`__: MAINT: Bump actions/checkout from 3.5.2 to 3.5.3
40+
* `#24122 <https://github.com/numpy/numpy/pull/24122>`__: BUG: Multiply or Divides using SIMD without a full vector can...
41+
* `#24127 <https://github.com/numpy/numpy/pull/24127>`__: MAINT: testing for IS_MUSL closes #24074
42+
* `#24128 <https://github.com/numpy/numpy/pull/24128>`__: BUG: Only replace dtype temporarily if dimensions changed
43+
* `#24129 <https://github.com/numpy/numpy/pull/24129>`__: MAINT: Bump actions/setup-node from 3.6.0 to 3.7.0
44+
* `#24134 <https://github.com/numpy/numpy/pull/24134>`__: BUG: Fix private procedures in f2py modules

0 commit comments

Comments
 (0)