8000 REL: Update main after 1.22.1 release. · rjeb/numpy@7e7207c · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 7e7207c

Browse files
committed
REL: Update main after 1.22.1 release.
1 parent 7191d9a commit 7e7207c

File tree

4 files changed

+113
-0
lines changed

4 files changed

+113
-0
lines changed

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,8 @@ Nicholas A. Del Grosso <delgrosso@bio.lmu.de> nickdg <delgrosso@bio.lmu.de>
364364
Nicholas McKibben <nicholas.bgp@gmail.com>
365365
Nick Minkyu Lee <mknicklee@protonmail.com> fivemok <9394929+fivemok@users.noreply.github.com>
366366
Oliver Eberle <oliver_eberle@web.de>
367+
Omid Rajaei <rajaei.net@gmail.com>
368+
Omid Rajaei <rajaei.net@gmail.com> <89868505+rajaeinet@users.noreply.github.com>
367369
Ondřej Čertík <ondrej.certik@gmail.com>
368370
Óscar Villellas Guillén <oscar.villellas@continuum.io>
369371
Panos Mavrogiorgos <pmav99@users.noreply.github.com>

doc/changelog/1.22.1-changelog.rst

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
2+
Contributors
3+
============
4+
5+
A total of 14 people contributed to this release. People with a "+" by their
6+
names contributed a patch for the first time.
7+
8+
* Arryan Singh
9+
* Bas van Beek
10+
* Charles Harris
11+
* Denis Laxalde
12+
* Isuru Fernando
13+
* Kevin Sheppard
14+
* Matthew Barber
15+
* Matti Picus
16+
* Melissa Weber Mendonça
17+
* Mukulika Pahari
18+
* Omid Rajaei +
19+
* Pearu Peterson
20+
* Ralf Gommers
21+
* Sebastian Berg
22+
23+
Pull requests merged
24+
====================
25+
26+
A total of 20 pull requests were merged for this release.
27+
28+
* `#20702 <https://github.com/numpy/numpy/pull/20702>`__: MAINT, DOC: Post 1.22.0 release fixes.
29+
* `#20703 <https://github.com/numpy/numpy/pull/20703>`__: DOC, BUG: Use pngs instead of svgs.
30+
* `#20704 <https://github.com/numpy/numpy/pull/20704>`__: DOC:Fixed the link on user-guide landing page
31+
* `#20714 <https://github.com/numpy/numpy/pull/20714>`__: BUG: Restore vc141 support
32+
* `#20724 <https://github.com/numpy/numpy/pull/20724>`__: BUG: Fix array dimensions solver for multidimensional arguments...
33+
* `#20725 <https://github.com/numpy/numpy/pull/20725>`__: TYP: change type annotation for `__array_namespace__` to ModuleType
34+
* `#20726 <https://github.com/numpy/numpy/pull/20726>`__: TYP, MAINT: Allow `ndindex` to accept integer tuples
35+
* `#20757 <https://github.com/numpy/numpy/pull/20757>`__: BUG: Relax dtype identity check in reductions
36+
* `#20763 <https://github.com/numpy/numpy/pull/20763>`__: TYP: Allow time manipulation functions to accept `date` and `timedelta`...
37+
* `#20768 <https://github.com/numpy/numpy/pull/20768>`__: TYP: Relax the type of `ndarray.__array_finalize__`
38+
* `#20795 <https://github.com/numpy/numpy/pull/20795>`__: MAINT: Raise RuntimeError if setuptools version is too recent.
39+
* `#20796 <https://github.com/numpy/numpy/pull/20796>`__: BUG, DOC: Fixes SciPy docs build warnings
40+
* `#20797 <https://github.com/numpy/numpy/pull/20797>`__: DOC: fix OpenBLAS version in release note
41+
* `#20798 <https://github.com/numpy/numpy/pull/20798>`__: PERF: Optimize array check for bounded 0,1 values
42+
* `#20805 <https://github.com/numpy/numpy/pull/20805>`__: BUG: Fix that reduce-likes honor out always (and live in the...
43+
* `#20806 <https://github.com/numpy/numpy/pull/20806>`__: BUG: ``array_api.argsort(descending=True)`` respects relative...
44+
* `#20807 <https://github.com/numpy/numpy/pull/20807>`__: BUG: Allow integer inputs for pow-related functions in `array_api`
45+
* `#20814 <https://github.com/numpy/numpy/pull/20814>`__: DOC: Refer to NumPy, not pandas, in main page
46+
* `#20815 <https://github.com/numpy/numpy/pull/20815>`__: DOC: Update Copyright to 2022 [License]
47+
* `#20819 <https://github.com/numpy/numpy/pull/20819>`__: BUG: Return correctly shaped inverse indices in array_api set...

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: 3
77

88
1.23.0 <release/1.23.0-notes>
9+
1.22.1 <release/1.22.1-notes>
910
1.22.0 <release/1.22.0-notes>
1011
1.21.5 <release/1.21.5-notes>
1112
1.21.4 <release/1.21.4-notes>

doc/source/release/1.22.1-notes.rst

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
.. currentmodule:: numpy
2+
3+
==========================
4+
NumPy 1.22.1 Release Notes
5+
==========================
6+
7+
The NumPy 1.22.1 is a maintenance release that fixes bugs discovered after the
8+
1.22.0 release. Notable fixes are:
9+
10+
- Fix f2PY docstring problems (SciPy)
11+
- Fix reduction type problems (AstroPy)
12+
- Fix various typing bugs.
13+
14+
The Python versions supported for this release are 3.8-3.10.
15+
16+
17+
Contributors
18+
============
19+
20+
A total of 14 people contributed to this release. People with a "+" by their
21+
names contributed a patch for the first time.
22+
23+
* Arryan Singh
24+
* Bas van Beek
25+
* Charles Harris
26+
* Denis Laxalde
27+
* Isuru Fernando
28+
* Kevin Sheppard
29+
* Matthew Barber
30+
* Matti Picus
31+
* Melissa Weber Mendonça
32+
* Mukulika Pahari
33+
* Omid Rajaei +
34+
* Pearu Peterson
35+
* Ralf Gommers
36+
* Sebastian Berg
37+
38+
39+
Pull requests merged
40+
====================
41+
42+
A total of 20 pull requests were merged for this release.
43+
44+
* `#20702 <https://github.com/numpy/numpy/pull/20702>`__: MAINT, DOC: Post 1.22.0 release fixes.
45+
* `#20703 <https://github.com/numpy/numpy/pull/20703>`__: DOC, BUG: Use pngs instead of svgs.
46+
* `#20704 <https://github.com/numpy/numpy/pull/20704>`__: DOC: Fixed the link on user-guide landing page
47+
* `#20714 <https://github.com/numpy/numpy/pull/20714>`__: BUG: Restore vc141 support
48+
* `#20724 <https://github.com/numpy/numpy/pull/20724>`__: BUG: Fix array dimensions solver for multidimensional arguments...
49+
* `#20725 <https://github.com/numpy/numpy/pull/20725>`__: TYP: change type annotation for ``__array_namespace__`` to ModuleType
50+
* `#20726 <https://github.com/numpy/numpy/pull/20726>`__: TYP, MAINT: Allow ``ndindex`` to accept integer tuples
51+
* `#20757 <https://github.com/numpy/numpy/pull/20757>`__: BUG: Relax dtype identity check in reductions
52+
* `#20763 <https://github.com/numpy/numpy/pull/20763>`__: TYP: Allow time manipulation functions to accept ``date`` and ``timedelta``...
53+
* `#20768 <https://github.com/numpy/numpy/pull/20768>`__: TYP: Relax the type of ``ndarray.__array_finalize__``
54+
* `#20795 <https://github.com/numpy/numpy/pull/20795>`__: MAINT: Raise RuntimeError if setuptools version is too recent.
55+
* `#20796 <https://github.com/numpy/numpy/pull/20796>`__: BUG, DOC: Fixes SciPy docs build warnings
56+
* `#20797 <https://github.com/numpy/numpy/pull/20797>`__: DOC: fix OpenBLAS version in release note
57+
* `#20798 <https://github.com/numpy/numpy/pull/20798>`__: PERF: Optimize array check for bounded 0,1 values
58+
* `#20805 <https://github.com/numpy/numpy/pull/20805>`__: BUG: Fix that reduce-likes honor out always (and live in the...
59+
* `#20806 <https://github.com/numpy/numpy/pull/20806>`__: BUG: ``array_api.argsort(descending=True)`` respects relative...
60+
* `#20807 <https://github.com/numpy/numpy/pull/20807>`__: BUG: Allow integer inputs for pow-related functions in ``array_api``
61+
* `#20814 <https://github.com/numpy/numpy/pull/20814>`__: DOC: Refer to NumPy, not pandas, in main page
62+
* `#20815 <https://github.com/numpy/numpy/pull/20815>`__: DOC: Update Copyright to 2022 [License]
63+
* `#20819 <https://github.com/numpy/numpy/pull/20819>`__: BUG: Return correctly shaped inverse indices in array_api set...

0 commit comments

Comments
 (0)
0