Skip to content

Commit bc5e4f8

Browse files
authored
Merge pull request #29438 from charris/prepare-2.3.2
REL: Prepare for the NumPy 2.3.2 release [wheel build]
2 parents 2679276 + 4bc5960 commit bc5e4f8

File tree

3 files changed

+83
-8
lines changed

3 files changed

+83
-8
lines changed

doc/changelog/2.3.2-changelog.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
Contributors
3+
============
4+
5+
A total of 9 people contributed to this release. People with a "+" by their
6+
names contributed a patch for the first time.
7+
8+
* !DWesl
9+
* Charles Harris
10+
* Joren Hammudoglu
11+
* Maanas Arora
12+
* Marco Edward Gorelli
13+
* Matti Picus
14+
* Nathan Goldbaum
15+
* Sebastian Berg
16+
* kostayScr +
17+
18+
Pull requests merged
19+
====================
20+
21+
A total of 16 pull requests were merged for this release.
22+
23+
* `#29256 <https://github.com/numpy/numpy/pull/29256>`__: MAINT: Prepare 2.3.x for further development
24+
* `#29283 <https://github.com/numpy/numpy/pull/29283>`__: TYP: Work around a mypy issue with bool arrays (#29248)
25+
* `#29284 <https://github.com/numpy/numpy/pull/29284>`__: BUG: fix fencepost error in StringDType internals
26+
* `#29287 <https://github.com/numpy/numpy/pull/29287>`__: BUG: handle case in mapiter where descriptors might get replaced...
27+
* `#29350 <https://github.com/numpy/numpy/pull/29350>`__: BUG: Fix shape error path in array-interface
28+
* `#29412 <https://github.com/numpy/numpy/pull/29412>`__: BUG: Allow reading non-npy files in npz and add test
29+
* `#29413 <https://github.com/numpy/numpy/pull/29413>`__: TST: Avoid uninitialized values in test (#29341)
30+
* `#29414 <https://github.com/numpy/numpy/pull/29414>`__: BUG: Fix reference leakage for output arrays in reduction functions
31+
* `#29415 <https://github.com/numpy/numpy/pull/29415>`__: BUG: fix casting issue in center, ljust, rjust, and zfill (#29369)
32+
* `#29416 <https://github.com/numpy/numpy/pull/29416>`__: TYP: Fix overloads in ``np.char.array`` and ``np.char.asarray``...
33+
* `#29417 <https://github.com/numpy/numpy/pull/29417>`__: BUG: Any dtype should call ``square`` on ``arr \*\* 2`` (#29392)
34+
* `#29424 <https://github.com/numpy/numpy/pull/29424>`__: MAINT: use a stable pypy release in CI
35+
* `#29425 <https://github.com/numpy/numpy/pull/29425>`__: MAINT: Support python 314rc1
36+
* `#29429 <https://github.com/numpy/numpy/pull/29429>`__: MAINT: Update highway to match main.
37+
* `#29430 <https://github.com/numpy/numpy/pull/29430>`__: BLD: use github to build macos-arm64 wheels with OpenBLAS and...
38+
* `#29437 <https://github.com/numpy/numpy/pull/29437>`__: BUG: fix datetime/timedelta hash memory leak (#29411)

doc/source/release/2.3.2-notes.rst

Lines changed: 44 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,53 @@
44
NumPy 2.3.2 Release Notes
55
=========================
66

7-
The NumPy 2.3.2 release is a patch release.
7+
The NumPy 2.3.2 release is a patch release with a number of bug fixes and
8+
maintenance updates. The highlights are:
89

9-
Highlights
10-
==========
10+
- Wheels for Python 3.14.0rc1
11+
- PyPy updated to the latest stable release
12+
- OpenBLAS updated to 0.3.30
1113

12-
*We'll choose highlights for this release near the end of the release cycle.*
14+
This release supports Python versions 3.11-3.14
1315

1416

15-
.. if release snippets have been incorporated already, uncomment the follow
16-
line (leave the `.. include:: directive)
17+
Contributors
18+
============
19+
20+
A total of 9 people contributed to this release. People with a "+" by their
21+
names contributed a patch for the first time.
22+
23+
* !DWesl
24+
* Charles Harris
25+
* Joren Hammudoglu
26+
* Maanas Arora
27+
* Marco Edward Gorelli
28+
* Matti Picus
29+
* Nathan Goldbaum
30+
* Sebastian Berg
31+
* kostayScr +
32+
33+
34+
Pull requests merged
35+
====================
36+
37+
A total of 16 pull requests were merged for this release.
38+
39+
* `#29256 <https://github.com/numpy/numpy/pull/29256>`__: MAINT: Prepare 2.3.x for further development
40+
* `#29283 <https://github.com/numpy/numpy/pull/29283>`__: TYP: Work around a mypy issue with bool arrays (#29248)
41+
* `#29284 <https://github.com/numpy/numpy/pull/29284>`__: BUG: fix fencepost error in StringDType internals
42+
* `#29287 <https://github.com/numpy/numpy/pull/29287>`__: BUG: handle case in mapiter where descriptors might get replaced...
43+
* `#29350 <https://github.com/numpy/numpy/pull/29350>`__: BUG: Fix shape error path in array-interface
44+
* `#29412 <https://github.com/numpy/numpy/pull/29412>`__: BUG: Allow reading non-npy files in npz and add test
45+
* `#29413 <https://github.com/numpy/numpy/pull/29413>`__: TST: Avoid uninitialized values in test (#29341)
46+
* `#29414 <https://github.com/numpy/numpy/pull/29414>`__: BUG: Fix reference leakage for output arrays in reduction functions
47+
* `#29415 <https://github.com/numpy/numpy/pull/29415>`__: BUG: fix casting issue in center, ljust, rjust, and zfill (#29369)
48+
* `#29416 <https://github.com/numpy/numpy/pull/29416>`__: TYP: Fix overloads in ``np.char.array`` and ``np.char.asarray``...
49+
* `#29417 <https://github.com/numpy/numpy/pull/29417>`__: BUG: Any dtype should call ``square`` on ``arr \*\* 2`` (#29392)
50+
* `#29424 <https://github.com/numpy/numpy/pull/29424>`__: MAINT: use a stable pypy release in CI
51+
* `#29425 <https://github.com/numpy/numpy/pull/29425>`__: MAINT: Support python 314rc1
52+
* `#29429 <https://github.com/numpy/numpy/pull/29429>`__: MAINT: Update highway to match main.
53+
* `#29430 <https://github.com/numpy/numpy/pull/29430>`__: BLD: use github to build macos-arm64 wheels with OpenBLAS and...
54+
* `#29437 <https://github.com/numpy/numpy/pull/29437>`__: BUG: fix datetime/timedelta hash memory leak (#29411)
1755

18-
.. **Content from release note snippets in doc/release/upcoming_changes:**
1956

20-
.. include:: notes-towncrier.rst

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ classifiers = [
2929
'Programming Language :: Python :: 3.11',
3030
'Programming Language :: Python :: 3.12',
3131
'Programming Language :: Python :: 3.13',
32+
'Programming Language :: Python :: 3.14',
3233
'Programming Language :: Python :: 3 :: Only',
3334
'Programming Language :: Python :: Implementation :: CPython',
3435
'Topic :: Software Development',

0 commit comments

Comments
 (0)