Skip to content

Commit 326bc17

Browse files
committed
MAINT: Update main after the 2.0.2 release
- Forward port 2.0.2-changelog.rst - Forward port 2.0.2-notes.rst - Update release.rst [skip azp] [skip cirrus] [skip actions]
1 parent 1c6649c commit 326bc17

File tree

3 files changed

+104
-0
lines changed

3 files changed

+104
-0
lines changed

doc/changelog/2.0.2-changelog.rst

+45
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.rst

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Release notes
77

88
2.1.1 <release/2.1.1-notes>
99
2.1.0 <release/2.1.0-notes>
10+
2.0.2 <release/2.0.2-notes>
1011
2.0.1 <release/2.0.1-notes>
1112
2.0.0 <release/2.0.0-notes>
1213
1.26.4 <release/1.26.4-notes>

doc/source/release/2.0.2-notes.rst

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
.. currentmodule:: numpy
2+
3+
==========================
4+
NumPy 2.0.2 Release Notes
5+
==========================
6+
7+
NumPy 2.0.2 is a maintenance release that fixes bugs and regressions
8+
discovered after the 2.0.1 release.
9+
10+
The Python versions supported by this release are 3.9-3.12.
11+
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)