Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8bcb2e7

Browse files
authored
Merge pull request #30974 from charris/prepare-2.4.3
REL: Prepare for the NumPy 2.4.3 release
2 parents a822ac2 + 9a2b5ee commit 8bcb2e7

2 files changed

Lines changed: 81 additions & 1 deletion

File tree

doc/changelog/2.4.3-changelog.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
2+
Contributors
3+
============
4+
5+
A total of 11 people contributed to this release. People with a "+" by their
6+
names contributed a patch for the first time.
7+
8+
* Antareep Sarkar +
9+
* Charles Harris
10+
* Joren Hammudoglu
11+
* Matthieu Darbois
12+
* Matti Picus
13+
* Nathan Goldbaum
14+
* Peter Hawkins
15+
* Pieter Eendebak
16+
* Sebastian Berg
17+
* Warren Weckesser
18+
* stratakis +
19+
20+
Pull requests merged
21+
====================
22+
23+
A total of 14 pull requests were merged for this release.
24+
25+
* `#30759 <https://github.com/numpy/numpy/pull/30759>`__: MAINT: Prepare 2.4.x for further development
26+
* `#30827 <https://github.com/numpy/numpy/pull/30827>`__: BUG: Fix some leaks found via LeakSanitizer (#30756)
27+
* `#30841 <https://github.com/numpy/numpy/pull/30841>`__: MAINT: Synchronize 2.4.x submodules with main
28+
* `#30849 <https://github.com/numpy/numpy/pull/30849>`__: TYP: ``matlib``\ : missing extended precision imports
29+
* `#30850 <https://github.com/numpy/numpy/pull/30850>`__: BUG: Fix weak hash function in np.isin(). (#30840)
30+
* `#30921 <https://github.com/numpy/numpy/pull/30921>`__: BUG: fix infinite recursion in np.ma.flatten_structured_array...
31+
* `#30922 <https://github.com/numpy/numpy/pull/30922>`__: BUG: Fix buffer overrun in CPU baseline validation (#30877)
32+
* `#30923 <https://github.com/numpy/numpy/pull/30923>`__: BUG: Fix busdaycalendar's handling of a bool array weekmask....
33+
* `#30924 <https://github.com/numpy/numpy/pull/30924>`__: BUG: Fix reference leaks and NULL pointer dereferences (#30908)
34+
* `#30925 <https://github.com/numpy/numpy/pull/30925>`__: MAINT: fix two minor issues noticed when touching the C API setup
35+
* `#30955 <https://github.com/numpy/numpy/pull/30955>`__: ENH: Test .kind not .char in np.testing.assert_equal (#30879)
36+
* `#30957 <https://github.com/numpy/numpy/pull/30957>`__: BUG: fix type issues in uses if PyDataType macros
37+
* `#30958 <https://github.com/numpy/numpy/pull/30958>`__: MAINT: Don't use vulture 2.15, it has false positives
38+
* `#30973 <https://github.com/numpy/numpy/pull/30973>`__: MAINT: update openblas (#30961)
39+

doc/source/release/2.4.3-notes.rst

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,48 @@ NumPy 2.4.3 Release Notes
55
=========================
66

77
The NumPy 2.4.3 is a patch release that fixes bugs discovered after the
8-
2.4.2 release. Highlights are:
8+
2.4.2 release. The most user visible fix may be a threading fix for
9+
OpenBLAS on ARM, closing issue #30816.
910

1011
This release supports Python versions 3.11-3.14
1112

13+
14+
Contributors
15+
============
16+
17+
A total of 11 people contributed to this release. People with a "+" by their
18+
names contributed a patch for the first time.
19+
20+
* Antareep Sarkar +
21+
* Charles Harris
22+
* Joren Hammudoglu
23+
* Matthieu Darbois
24+
* Matti Picus
25+
* Nathan Goldbaum
26+
* Peter Hawkins
27+
* Pieter Eendebak
28+
* Sebastian Berg
29+
* Warren Weckesser
30+
* stratakis +
31+
32+
33+
Pull requests merged
34+
====================
35+
36+
A total of 14 pull requests were merged for this release.
37+
38+
* `#30759 <https://github.com/numpy/numpy/pull/30759>`__: MAINT: Prepare 2.4.x for further development
39+
* `#30827 <https://github.com/numpy/numpy/pull/30827>`__: BUG: Fix some leaks found via LeakSanitizer (#30756)
40+
* `#30841 <https://github.com/numpy/numpy/pull/30841>`__: MAINT: Synchronize 2.4.x submodules with main
41+
* `#30849 <https://github.com/numpy/numpy/pull/30849>`__: TYP: ``matlib``\ : missing extended precision imports
42+
* `#30850 <https://github.com/numpy/numpy/pull/30850>`__: BUG: Fix weak hash function in np.isin(). (#30840)
43+
* `#30921 <https://github.com/numpy/numpy/pull/30921>`__: BUG: fix infinite recursion in np.ma.flatten_structured_array...
44+
* `#30922 <https://github.com/numpy/numpy/pull/30922>`__: BUG: Fix buffer overrun in CPU baseline validation (#30877)
45+
* `#30923 <https://github.com/numpy/numpy/pull/30923>`__: BUG: Fix busdaycalendar's handling of a bool array weekmask....
46+
* `#30924 <https://github.com/numpy/numpy/pull/30924>`__: BUG: Fix reference leaks and NULL pointer dereferences (#30908)
47+
* `#30925 <https://github.com/numpy/numpy/pull/30925>`__: MAINT: fix two minor issues noticed when touching the C API setup
48+
* `#30955 <https://github.com/numpy/numpy/pull/30955>`__: ENH: Test .kind not .char in np.testing.assert_equal (#30879)
49+
* `#30957 <https://github.com/numpy/numpy/pull/30957>`__: BUG: fix type issues in uses if PyDataType macros
50+
* `#30958 <https://github.com/numpy/numpy/pull/30958>`__: MAINT: Don't use vulture 2.15, it has false positives
51+
* `#30973 <https://github.com/numpy/numpy/pull/30973>`__: MAINT: update openblas (#30961)
52+

0 commit comments

Comments
 (0)