8000 Merge pull request #20141 from charris/prepare-for-1.21.3-release · rjeb/numpy@d4d0584 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4d0584

Browse files
authored
Merge pull request numpy#20141 from charris/prepare-for-1.21.3-release
REL: Prepare for 1.21.3 release.
2 parents c36c4e3 + 649a2f6 commit d4d0584

File tree

2 files changed

+56
-29
lines changed

2 files changed

+56
-29
lines changed

doc/changelog/1.21.3-changelog.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
Contributors
3+
============
4+
5+
A total of 7 people contributed to this release. People with a "+" by their
6+
names contributed a patch for the first time.
7+
8+
* Aaron Meurer
9+
* Bas van Beek
10+
* Charles Harris
11+
* Developer-Ecosystem-Engineering +
12+
* Kevin Sheppard
13+
* Sebastian Berg
14+
* Warren Weckesser
15+
16+
Pull requests merged
17+
====================
18+
19+
A total of 8 pull requests were merged for this release.
20+
21+
* `#19745 <https://github.com/numpy/numpy/pull/19745>`__: ENH: Add dtype-support to 3 `generic`/`ndarray` methods
22+
* `#19955 <https://github.com/numpy/numpy/pull/19955>`__: BUG: Resolve Divide by Zero on Apple silicon + test failures...
23+
* `#19958 <https://github.com/numpy/numpy/pull/19958>`__: MAINT: Mark type-check-only ufunc subclasses as ufunc aliases...
24+
* `#19994 <https://github.com/numpy/numpy/pull/19994>`__: BUG: np.tan(np.inf) test failure
25+
* `#20080 <https://github.com/numpy/numpy/pull/20080>`__: BUG: Correct incorrect advance in PCG with emulated int128
26+
* `#20081 <https://github.com/numpy/numpy/pull/20081>`__: BUG: Fix NaT handling in the PyArray_CompareFunc for datetime...
27+
* `#20082 <https://github.com/numpy/numpy/pull/20082>`__: DOC: Ensure that we add documentation also as to the dict for...
28+
* `#20106 <https://github.com/numpy/numpy/pull/20106>`__: BUG: core: result_type(0, np.timedelta64(4)) would seg. fault.

doc/source/release/1.21.3-notes.rst

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,41 @@
44
NumPy 1.21.3 Release Notes
55
==========================
66

7+
The NumPy 1.21.3 is a maintenance release the fixes a few bugs discovered after
8+
1.21.2. It also provides 64 bit Python 3.10.0 wheels. Note a few oddities about
9+
Python 3.10:
710

8-
Highlights
9-
==========
11+
* There are no 32 bit wheels for Windows, Mac, or Linux.
12+
* The Mac Intel builds are only available in universal2 wheels.
1013

14+
The Python versions supported in this release are 3.7-3.10. If you want to
15+
compile your own version using gcc-11 you will need to use gcc-11.2+ to avoid
16+
problems.
1117

12-
New functions
13-
=============
14-
15-
16-
Deprecations
18+
Contributors
1719
============
1820

21+
A total of 7 people contributed to this release. People with a "+" by their
22+
names contributed a patch for the first time.
1923

20-
Future Changes
21-
==============
24+
* Aaron Meurer
25+
* Bas van Beek
26+
* Charles Harris
27+
* Developer-Ecosystem-Engineering +
28+
* Kevin Sheppard
29+
* Sebastian Berg
30+
* Warren Weckesser
2231

23-
24-
Expired deprecations
32+
Pull requests merged
2533
====================
2634

35+
A total of 8 pull requests were merged for this release.
2736

28-
Compatibility notes
29-
===================
30-
31-
32-
C API changes
33-
=============
34-
35-
36-
New Features
37-
============
38-
39-
40-
Improvements
41-
============
42-
43-
44-
Changes
45-
=======
37+
* `#19745 <https://github.com/numpy/numpy/pull/19745>`__: ENH: Add dtype-support to 3 ```generic``/``ndarray`` methods
38+
* `#19955 <https://github.com/numpy/numpy/pull/19955>`__: BUG: Resolve Divide by Zero on Apple silicon + test failures...
39+
* `#19958 <https://github.com/numpy/numpy/pull/19958>`__: MAINT: Mark type-check-only ufunc subclasses as ufunc aliases...
40+
* `#19994 <https://github.com/numpy/numpy/pull/19994>`__: BUG: np.tan(np.inf) test failure
41+
* `#20080 <https://github.com/numpy/numpy/pull/20080>`__: BUG: Correct incorrect advance in PCG with emulated int128
42+
* `#20081 <https://github.com/numpy/numpy/pull/20081>`__: BUG: Fix NaT handling in the PyArray_CompareFunc for datetime...
43+
* `#20082 <https://github.com/numpy/numpy/pull/20082>`__: DOC: Ensure that we add documentation also as to the dict for...
44+
* `#20106 <https://github.com/numpy/numpy/pull/20106>`__: BUG: core: result_type(0, np.timedelta64(4)) would seg. fault.

0 commit comments

Comments
 (0)
0