|
| 1 | +.. currentmodule:: numpy |
| 2 | + |
| 3 | +========================== |
| 4 | +NumPy 1.21.3 Release Notes |
| 5 | +========================== |
| 6 | + |
| 7 | +NumPy 1.21.3 is a maintenance release that 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: |
| 10 | + |
| 11 | +* There are no 32 bit wheels for Windows, Mac, or Linux. |
| 12 | +* The Mac Intel builds are only available in universal2 wheels. |
| 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. |
| 17 | + |
| 18 | +Contributors |
| 19 | +============ |
| 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. |
| 23 | + |
| 24 | +* Aaron Meurer |
| 25 | +* Bas van Beek |
| 26 | +* Charles Harris |
| 27 | +* Developer-Ecosystem-Engineering + |
| 28 | +* Kevin Sheppard |
| 29 | +* Sebastian Berg |
| 30 | +* Warren Weckesser |
| 31 | + |
| 32 | +Pull requests merged |
| 33 | +==================== |
| 34 | + |
| 35 | +A total of 8 pull requests were merged for this release. |
| 36 | + |
| 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