Skip to content

Commit 854252d

Browse files
authored
Merge pull request #27280 from charris/prepare-2.0.2
REL: Prepare for the NumPy 2.0.2 release [wheel build]
2 parents 1693029 + cffa071 commit 854252d

2 files changed

Lines changed: 92 additions & 0 deletions

File tree

doc/changelog/2.0.2-changelog.rst

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

doc/source/release/2.0.2-notes.rst

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,50 @@ discovered after the 2.0.1 release.
99

1010
The 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

Comments
 (0)