File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ * Charles Harris
9+ * Daniel Tang +
10+ * Joren Hammudoglu
11+ * Kumar Aditya
12+ * Matti Picus
13+ * Nathan Goldbaum
14+ * Ralf Gommers
15+ * Sebastian Berg
16+ * Vikram Kumar +
17+
18+ Pull requests merged
19+ ====================
20+
21+ A total of 12 pull requests were merged for this release.
22+
23+ * `#30629 <https://github.com/numpy/numpy/pull/30629 >`__: MAINT: Prepare 2.4.x for further development
24+ * `#30636 <https://github.com/numpy/numpy/pull/30636 >`__: TYP: ``arange ``\ : accept datetime strings
25+ * `#30657 <https://github.com/numpy/numpy/pull/30657 >`__: MAINT: avoid possible race condition by not touching ``os.environ ``...
26+ * `#30700 <https://github.com/numpy/numpy/pull/30700 >`__: BUG: validate contraction axes in tensordot (#30521)
27+ * `#30701 <https://github.com/numpy/numpy/pull/30701 >`__: DOC: __array_namespace__info__: set_module not __module__ (#30679)
28+ * `#30702 <https://github.com/numpy/numpy/pull/30702 >`__: BUG: fix free-threaded PyObject layout in replace_scalar_type_names...
29+ * `#30703 <https://github.com/numpy/numpy/pull/30703 >`__: TST: fix limited API example in tests for latest Cython
30+ * `#30709 <https://github.com/numpy/numpy/pull/30709 >`__: BUG: Fix some bugs found via valgrind (#30680)
31+ * `#30712 <https://github.com/numpy/numpy/pull/30712 >`__: MAINT: replace ob_type access with Py_TYPE in PyArray_CheckExact
32+ * `#30713 <https://github.com/numpy/numpy/pull/30713 >`__: BUG: Fixup the quantile promotion fixup
33+ * `#30736 <https://github.com/numpy/numpy/pull/30736 >`__: BUG: fix thread safety of ``array_getbuffer `` (#30667)
34+ * `#30737 <https://github.com/numpy/numpy/pull/30737 >`__: backport scipy-openblas version change
35+
Original file line number Diff line number Diff line change @@ -5,7 +5,46 @@ NumPy 2.4.2 Release Notes
55=========================
66
77The NumPy 2.4.2 is a patch release that fixes bugs discovered after the
8- 2.4.1 release.
8+ 2.4.1 release. Highlights are:
9+
10+ - Fixes memory leaks
11+ - Updates OpenBLAS to fix hangs
912
1013This release supports Python versions 3.11-3.14
1114
15+
16+ Contributors
17+ ============
18+
19+ A total of 9 people contributed to this release. People with a "+" by their
20+ names contributed a patch for the first time.
21+
22+ * Charles Harris
23+ * Daniel Tang +
24+ * Joren Hammudoglu
25+ * Kumar Aditya
26+ * Matti Picus
27+ * Nathan Goldbaum
28+ * Ralf Gommers
29+ * Sebastian Berg
30+ * Vikram Kumar +
31+
32+
33+ Pull requests merged
34+ ====================
35+
36+ A total of 12 pull requests were merged for this release.
37+
38+ * `#30629 <https://github.com/numpy/numpy/pull/30629 >`__: MAINT: Prepare 2.4.x for further development
39+ * `#30636 <https://github.com/numpy/numpy/pull/30636 >`__: TYP: ``arange ``\ : accept datetime strings
40+ * `#30657 <https://github.com/numpy/numpy/pull/30657 >`__: MAINT: avoid possible race condition by not touching ``os.environ ``...
41+ * `#30700 <https://github.com/numpy/numpy/pull/30700 >`__: BUG: validate contraction axes in tensordot (#30521)
42+ * `#30701 <https://github.com/numpy/numpy/pull/30701 >`__: DOC: __array_namespace__info__: set_module not __module__ (#30679)
43+ * `#30702 <https://github.com/numpy/numpy/pull/30702 >`__: BUG: fix free-threaded PyObject layout in replace_scalar_type_names...
44+ * `#30703 <https://github.com/numpy/numpy/pull/30703 >`__: TST: fix limited API example in tests for latest Cython
45+ * `#30709 <https://github.com/numpy/numpy/pull/30709 >`__: BUG: Fix some bugs found via valgrind (#30680)
46+ * `#30712 <https://github.com/numpy/numpy/pull/30712 >`__: MAINT: replace ob_type access with Py_TYPE in PyArray_CheckExact
47+ * `#30713 <https://github.com/numpy/numpy/pull/30713 >`__: BUG: Fixup the quantile promotion fixup
48+ * `#30736 <https://github.com/numpy/numpy/pull/30736 >`__: BUG: fix thread safety of ``array_getbuffer `` (#30667)
49+ * `#30737 <https://github.com/numpy/numpy/pull/30737 >`__: backport scipy-openblas version change
50+
You can’t perform that action at this time.
0 commit comments