8000 Merge pull request #27002 from charris/post-2.0.1-release-update · numpy/numpy@906a103 · GitHub
[go: up one dir, main page]

Skip to content

Commit 906a103

Browse files
authored
Merge pull request #27002 from charris/post-2.0.1-release-update
MAINT: Update main after 2.0.1 release.
2 parents 86ebb08 + 623822f commit 906a103

File tree

4 files changed

+128
-0
lines changed

4 files changed

+128
-0
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ Rohit Goswami <rog32@hi.is> <r95g10@gmail.com>
553553
Roland Kaufmann <rka081+numpy@uib.no> <roland.kaufmann@uni.no>
554554
Roman Yurchak <rth.yurchak@gmail.com> <rth.yurchak@pm.me>
555555
Ronan Lamy <ronan.lamy@gmail.com> Ronan Lamy <Ronan.Lamy@normalesup.org>
556+
Rostan Tabet<rostan.tabet@gmail.com>
556557
Roy Jacobson <roi.jacobson1@gmail.com>
557558
Russell Hewett <rhewett@mit.edu>
558559
Ryan Blakemore <rbtnet@gmail.com>

doc/changelog/2.0.1-changelog.rst

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
2+
Contributors
3+
============
4+
5+
A total of 15 people contributed to this release. People with a "+" by their
6+
names contributed a patch for the first time.
7+
8+
* @vahidmech +
9+
* Alex Herbert +
10+
* Charles Harris
11+
* Giovanni Del Monte +
12+
* Leo Singer
13+
* Lysandros Nikolaou
14+
* Matti Picus
15+
* Nathan Goldbaum
16+
* Patrick J. Roddy +
17+
* Raghuveer Devulapalli
18+
* Ralf Gommers
19+
* Rostan Tabet +
20+
* Sebastian Berg
21+
* Tyler Reddy
22+
* Yannik Wicke +
23+
24+
Pull requests merged
25+
====================
26+
27+
A total of 24 pull requests were merged for this release.
28+
29+
* `#26711 <https://github.com/numpy/numpy/pull/26711>`__: MAINT: prepare 2.0.x for further development
30+
* `#26792 <https://github.com/numpy/numpy/pull/26792>`__: TYP: fix incorrect import in ``ma/extras.pyi`` stub
31+
* `#26793 <https://github.com/numpy/numpy/pull/26793>`__: DOC: Mention '1.25' legacy printing mode in ``set_printoptions``
32+
* `#26794 <https://github.com/numpy/numpy/pull/26794>`__: DOC: Remove mention of NaN and NAN aliases from constants
33+
* `#26821 <https://github.com/numpy/numpy/pull/26821>`__: BLD: Fix x86-simd-sort build failure on openBSD
34+
* `#26822 <https://github.com/numpy/numpy/pull/26822>`__: BUG: Ensure output order follows input in numpy.fft
35+
* `#26823 <https://github.com/numpy/numpy/pull/26823>`__: TYP: fix missing sys import in numeric.pyi
36+
* `#26832 <https://github.com/numpy/numpy/pull/26832>`__: DOC: remove hack to override _add_newdocs_scalars (#26826)
37+
* `#26835 <https://github.com/numpy/numpy/pull/26835>`__: BUG: avoid side-effect of 'include complex.h'
38+
* `#26836 <https://github.com/numpy/numpy/pull/26836>`__: BUG: fix max_rows and chunked string/datetime reading in ``loadtxt``
39+
* `#26837 <https://github.com/numpy/numpy/pull/26837>`__: BUG: fix PyArray_ImportNumPyAPI under -Werror=strict-prototypes
40+
* `#26856 <https://github.com/numpy/numpy/pull/26856>`__: DOC: Update some documentation
41+
* `#26868 <https://github.com/numpy/numpy/pull/26868>`__: BUG: fancy indexing copy
42+
* `#26869 <https://github.com/numpy/numpy/pull/26869>`__: BUG: Mismatched allocation domains in ``PyArray_FillWithScalar``
43+
* `#26870 <https://github.com/numpy/numpy/pull/26870>`__: BUG: Handle --f77flags and --f90flags for meson [wheel build]
44+
* `#26887 <https://github.com/numpy/numpy/pull/26887>`__: BUG: Fix new DTypes and new string promotion when signature is...
45+
* `#26888 <https://github.com/numpy/numpy/pull/26888>`__: BUG: remove numpy.f2py from excludedimports
46+
* `#26959 <https://github.com/numpy/numpy/pull/26959>`__: BUG: Quantile closest_observation to round to nearest even order
47+
* `#26960 <https://github.com/numpy/numpy/pull/26960>`__: BUG: Fix off-by-one error in amount of characters in strip
48+
* `#26961 <https://github.com/numpy/numpy/pull/26961>`__: API: Partially revert unique with return_inverse
49+
* `#26962 <https://github.com/numpy/numpy/pull/26962>`__: BUG,MAINT: Fix utf-8 character stripping memory access
50+
* `#26963 <https://github.com/numpy/numpy/pull/26963>`__: BUG: Fix out-of-bound minimum offset for in1d table method
51+
* `#26971 <https://github.com/numpy/numpy/pull/26971>`__: BUG: fix f2py tests to work with v2 API
52+
* `#26995 <https://github.com/numpy/numpy/pull/26995>`__: BUG: Add object cast to avoid warning with limited API

doc/source/release.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release notes
66
:maxdepth: 2
77

88
2.1.0 <release/2.1.0-notes>
9+
2.0.1 <release/2.0.1-notes>
910
2.0.0 <release/2.0.0-notes>
1011
1.26.4 <release/1.26.4-notes>
1112
1.26.3 <release/1.26.3-notes>

doc/source/release/2.0.1-notes.rst

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
.. currentmodule:: numpy
2+
3+
==========================
4+
NumPy 2.0.1 Release Notes
5+
==========================
6+
7+
NumPy 2.0.1 is a maintenance release that fixes bugs and regressions
8+
discovered after the 2.0.0 release. NumPy 2.0.1 is the last planned
9+
release in the 2.0.x series, 2.1.0rc1 should be out shortly.
10+
11+
The Python versions supported by this release are 3.9-3.12.
12+
13+
Improvements
14+
============
15+
16+
``np.quantile`` with method ``closest_observation`` chooses nearest even order statistic
17+
----------------------------------------------------------------------------------------
18+
This changes the definition of nearest for border cases from the nearest odd
19+
order statistic to nearest even order statistic. The numpy implementation now
20+
matches other reference implementations.
21+
22+
(`gh-26656 <https://github.com/numpy/numpy/pull/26656>`__)
23+
24+
Contributors
25+
============
26+
27+
A total of 15 people contributed to this release. People with a "+" by their
28+
names contributed a patch for the first time.
29+
30+
* @vahidmech +
31+
* Alex Herbert +
32+
* Charles Harris
33+
* Giovanni Del Monte +
34+
* Leo Singer
35+
* Lysandros Nikolaou
36+
* Matti Picus
37+
* Nathan Goldbaum
38+
* Patrick J. Roddy +
39+
* Raghuveer Devulapalli
40+
* Ralf Gommers
41+
* Rostan Tabet +
42+
* Sebastian Berg
43+
* Tyler Reddy
44+
* Yannik Wicke +
45+
46+
Pull requests merged
47+
====================
48+
49+
A total of 24 pull requests were merged for this release.
50+
51+
* `#26711 <https://github.com/numpy/numpy/pull/26711>`__: MAINT: prepare 2.0.x for further development
52+
* `#26792 <https://github.com/numpy/numpy/pull/26792>`__: TYP: fix incorrect import in ``ma/extras.pyi`` stub
53+
* `#26793 <https://github.com/numpy/numpy/pull/26793>`__: DOC: Mention '1.25' legacy printing mode in ``set_printoptions``
54+
* `#26794 <https://github.com/numpy/numpy/pull/26794>`__: DOC: Remove mention of NaN and NAN aliases from constants
55+
* `#26821 <https://github.com/numpy/numpy/pull/26821>`__: BLD: Fix x86-simd-sort build failure on openBSD
56+
* `#26822 <https://github.com/numpy/numpy/pull/26822>`__: BUG: Ensure output order follows input in numpy.fft
57+
* `#26823 <https://github.com/numpy/numpy/pull/26823>`__: TYP: fix missing sys import in numeric.pyi
58+
* `#26832 <https://github.com/numpy/numpy/pull/26832>`__: DOC: remove hack to override _add_newdocs_scalars (#26826)
59+
* `#26835 <https://github.com/numpy/numpy/pull/26835>`__: BUG: avoid side-effect of 'include complex.h'
60+
* `#26836 <https://github.com/numpy/numpy/pull/26836>`__: BUG: fix max_rows and chunked string/datetime reading in ``loadtxt``
61+
* `#26837 <https://github.com/numpy/numpy/pull/26837>`__: BUG: fix PyArray_ImportNumPyAPI under -Werror=strict-prototypes
62+
* `#26856 <https://github.com/numpy/numpy/pull/26856>`__: DOC: Update some documentation
63+
* `#26868 <https://github.com/numpy/numpy/pull/26868>`__: BUG: fancy indexing copy
64+
* `#26869 <https://github.com/numpy/numpy/pull/26869>`__: BUG: Mismatched allocation domains in ``PyArray_FillWithScalar``
65+
* `#26870 <https://github.com/numpy/numpy/pull/26870>`__: BUG: Handle --f77flags and --f90flags for meson [wheel build]
66+
* `#26887 <https://github.com/numpy/numpy/pull/26887>`__: BUG: Fix new DTypes and new string promotion when signature is...
67+
* `#26888 <https://github.com/numpy/numpy/pull/26888>`__: BUG: remove numpy.f2py from excludedimports
68+
* `#26959 <https://github.com/numpy/numpy/pull/26959>`__: BUG: Quantile closest_observation to round to nearest even order
69+
* `#26960 <https://github.com/numpy/numpy/pull/26960>`__: BUG: Fix off-by-one error in amount of characters in strip
70+
* `#26961 <https://github.com/numpy/numpy/pull/26961>`__: API: Partially revert unique with return_inverse
71+
* `#26962 <https://github.com/numpy/numpy/pull/26962>`__: BUG,MAINT: Fix utf-8 character stripping memory access
72+
* `#26963 <https://github.com/numpy/numpy/pull/26963>`__: BUG: Fix out-of-bound minimum offset for in1d table method
73+
* `#26971 <https://github.com/numpy/numpy/pull/26971>`__: BUG: fix f2py tests to work with v2 API
74+
* `#26995 <https://github.com/numpy/numpy/pull/26995>`__: BUG: Add object cast to avoid warning with limited API

0 commit comments

Comments
 (0)
0