Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4adc87d

Browse filesBrowse files
authored
Merge pull request #20685 from charris/prepare-for-1.22.0-release
Prepare for 1.22.0 release
2 parents c283859 + fd66547 commit 4adc87d
Copy full SHA for 4adc87d

File tree

2 files changed

+16
-9
lines changed
Filter options

2 files changed

+16
-9
lines changed

‎doc/changelog/1.22.0-changelog.rst

Copy file name to clipboardExpand all lines: doc/changelog/1.22.0-changelog.rst
+10-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors
33
============
44

5-
A total of 152 people contributed to this release. People with a "+" by their
5+
A total of 153 people contributed to this release. People with a "+" by their
66
names contributed a patch for the first time.
77

88
* @DWesl
@@ -144,6 +144,7 @@ names contributed a patch for the first time.
144144
* Stephannie Jimenez Gacha +
145145
* Tania Allard
146146
* Theodoros Nikolaou +
147+
* Thomas Green +
147148
* Thomas J. Fan
148149
* Thomas Li +
149150
* Tim Hoffmann
@@ -161,7 +162,7 @@ names contributed a patch for the first time.
161162
Pull requests merged
162163
====================
163164

164-
A total of 602 pull requests were merged for this release.
165+
A total of 609 pull requests were merged for this release.
165166

166167
* `#15847 <https://github.com/numpy/numpy/pull/15847>`__: BUG: avoid infinite recurrence on dependencies in crackfortran
167168
* `#16740 <https://github.com/numpy/numpy/pull/16740>`__: ENH: Add broadcast support to Generator.multinomial
@@ -765,3 +766,10 @@ A total of 602 pull requests were merged for this release.
765766
* `#20605 <https://github.com/numpy/numpy/pull/20605>`__: DEV: add a warningfilter to fix pytest workflow.
766767
* `#20614 <https://github.com/numpy/numpy/pull/20614>`__: TST: Bump mypy: 0.910 -> 0.920
767768
* `#20617 <https://github.com/numpy/numpy/pull/20617>`__: MAINT: Help boost::python libraries at least not crash
769+
* `#20632 <https://github.com/numpy/numpy/pull/20632>`__: DOC: Document implementation of NEP 43 and experimental new DType...
770+
* `#20649 <https://github.com/numpy/numpy/pull/20649>`__: DOC: Modify SVG to be visible on Chrome
771+
* `#20650 <https://github.com/numpy/numpy/pull/20650>`__: BUG: Support env argument in CCompiler.spawn
772+
* `#20651 <https://github.com/numpy/numpy/pull/20651>`__: BUG: f2py: Simplify creation of an exception message.
773+
* `#20680 <https://github.com/numpy/numpy/pull/20680>`__: TYP,TST: Bump mypy to 0.930
774+
* `#20681 <https://github.com/numpy/numpy/pull/20681>`__: BUG: Fix setstate logic for empty arrays
775+
* `#20682 <https://github.com/numpy/numpy/pull/20682>`__: ENH: Add ARM Compiler with ARM Performance Library support

‎doc/source/release/1.22.0-notes.rst

Copy file name to clipboardExpand all lines: doc/source/release/1.22.0-notes.rst
+6-7
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
==========================
44
NumPy 1.22.0 Release Notes
55
==========================
6-
NumPy 1.22.0 is a big release featuring the work of 152 contributers spread
7-
over 602 pull requests. There have been many improvements, highlights are:
6+
NumPy 1.22.0 is a big release featuring the work of 153 contributers spread
7+
over 609 pull requests. There have been many improvements, highlights are:
88

99
* Annotations of the main namespace are essentially complete. Upstream is a
1010
moving target, so there will likely be further improvements, but the major
1111
work is done. This is probably the most user visible enhancement in this
1212
release.
1313
* A preliminary version of the proposed Array-API is provided. This is a step
1414
in creating a standard collection of functions that can be used across
15-
application such as CuPy and JAX.
15+
applications such as CuPy and JAX.
1616
* NumPy now has a DLPack backend. DLPack provides a common interchange format
1717
for array (tensor) data.
1818
* New methods for ``quantile``, ``percentile``, and related functions. The new
@@ -39,14 +39,13 @@ Expired deprecations
3939

4040
Deprecated numeric style dtype strings have been removed
4141
--------------------------------------------------------
42-
* Using the strings ``"Bytes0"``, ``"Datetime64"``, ``"Str0"``, ``"Uint32"``,
43-
and ``"Uint64"`` as a dtype will now raise a ``TypeError``.
42+
Using the strings ``"Bytes0"``, ``"Datetime64"``, ``"Str0"``, ``"Uint32"``,
43+
and ``"Uint64"`` as a dtype will now raise a ``TypeError``.
4444

45-
(`gh-19539 <https://github.com/numpy/numpy/pull/19539>`__)
45+
(`gh-19539 <https://github.com/numpy/numpy/pull/19539>`__)
4646

4747
Expired deprecations for ``loads``, ``ndfromtxt``, and ``mafromtxt`` in npyio
4848
-----------------------------------------------------------------------------
49-
5049
``numpy.loads`` was deprecated in v1.15, with the recommendation that users use
5150
``pickle.loads`` instead. ``ndfromtxt`` and ``mafromtxt`` were both deprecated
5251
in v1.17 - users should use ``numpy.genfromtxt`` instead with the appropriate

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.