@@ -9,3 +9,50 @@ discovered after the 2.0.1 release.
99
1010The Python versions supported by this release are 3.9-3.12.
1111
12+
13+ Contributors
14+ ============
15+
16+ A total of 13 people contributed to this release. People with a "+" by their
17+ names contributed a patch for the first time.
18+
19+ * Bruno Oliveira +
20+ * Charles Harris
21+ * Chris Sidebottom
22+ * Christian Heimes +
23+ * Christopher Sidebottom
24+ * Mateusz Sokół
25+ * Matti Picus
26+ * Nathan Goldbaum
27+ * Pieter Eendebak
28+ * Raghuveer Devulapalli
29+ * Ralf Gommers
30+ * Sebastian Berg
31+ * Yair Chuchem +
32+
33+
34+ Pull requests merged
35+ ====================
36+
37+ A total of 19 pull requests were merged for this release.
38+
39+ * `#27000 <https://github.com/numpy/numpy/pull/27000 >`__: REL: Prepare for the NumPy 2.0.1 release [wheel build]
40+ * `#27001 <https://github.com/numpy/numpy/pull/27001 >`__: MAINT: prepare 2.0.x for further development
41+ * `#27021 <https://github.com/numpy/numpy/pull/27021 >`__: BUG: cfuncs.py: fix crash when sys.stderr is not available
42+ * `#27022 <https://github.com/numpy/numpy/pull/27022 >`__: DOC: Fix migration note for ``alltrue `` and ``sometrue ``
43+ * `#27061 <https://github.com/numpy/numpy/pull/27061 >`__: BUG: use proper input and output descriptor in array_assign_subscript...
44+ * `#27073 <https://github.com/numpy/numpy/pull/27073 >`__: BUG: Mirror VQSORT_ENABLED logic in Quicksort
45+ * `#27074 <https://github.com/numpy/numpy/pull/27074 >`__: BUG: Bump Highway to latest master
46+ * `#27077 <https://github.com/numpy/numpy/pull/27077 >`__: BUG: Off by one in memory overlap check
47+ * `#27122 <https://github.com/numpy/numpy/pull/27122 >`__: BUG: Use the new ``npyv_loadable_stride_ `` functions for ldexp and...
48+ * `#27126 <https://github.com/numpy/numpy/pull/27126 >`__: BUG: Bump Highway to latest
49+ * `#27128 <https://github.com/numpy/numpy/pull/27128 >`__: BUG: add missing error handling in public_dtype_api.c
50+ * `#27129 <https://github.com/numpy/numpy/pull/27129 >`__: BUG: fix another cast setup in array_assign_subscript
51+ * `#27130 <https://github.com/numpy/numpy/pull/27130 >`__: BUG: Fix building NumPy in FIPS mode
52+ * `#27131 <https://github.com/numpy/numpy/pull/27131 >`__: BLD: update vendored Meson for cross-compilation patches
53+ * `#27146 <https://github.com/numpy/numpy/pull/27146 >`__: MAINT: Scipy openblas 0.3.27.44.4
54+ * `#27151 <https://github.com/numpy/numpy/pull/27151 >`__: BUG: Do not accidentally store dtype metadata in ``np.save ``
55+ * `#27195 <https://github.com/numpy/numpy/pull/27195 >`__: REV: Revert undef I and document it
56+ * `#27213 <https://github.com/numpy/numpy/pull/27213 >`__: BUG: Fix NPY_RAVEL_AXIS on backwards compatible NumPy 2 builds
57+ * `#27279 <https://github.com/numpy/numpy/pull/27279 >`__: BUG: Fix array_equal for numeric and non-numeric scalar types
58+
0 commit comments