File tree Expand file tree Collapse file tree 2 files changed +56
-29
lines changed Expand file tree Collapse file tree 2 files changed +56
-29
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 4
4
NumPy 1.21.3 Release Notes
5
5
==========================
6
6
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:
7
10
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.
10
13
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.
11
17
12
- New functions
13
- =============
14
-
15
-
16
- Deprecations
18
+ Contributors
17
19
============
18
20
21
+ A total of 7 people contributed to this release. People with a "+" by their
22
+ names contributed a patch for the first time.
19
23
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
22
31
23
-
24
- Expired deprecations
32
+ Pull requests merged
25
33
====================
26
34
35
+ A total of 8 pull requests were merged for this release.
27
36
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.
You can’t perform that action at this time.
0 commit comments