-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REL: Prepare for the NumPy 2.2.1 release [wheel build]
- Create 2.2.1-changelog.rst. - Update 2.2.1-notes.rst. - Update .mailmap.
- Loading branch information
Showing
3 changed files
with
82 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -709,6 +709,7 @@ Xiangyi Wang <[email protected]> | |
Yamada Fuyuka <[email protected]> | ||
Yang Hau <[email protected]> | ||
Yang Hau <[email protected]> <[email protected]> | ||
Yang Wang <[email protected]> | ||
Yash Pethe <[email protected]> | ||
Yash Pethe <[email protected]> <[email protected]> | ||
Yashasvi Misra <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
|
||
Contributors | ||
============ | ||
|
||
A total of 9 people contributed to this release. People with a "+" by their | ||
names contributed a patch for the first time. | ||
|
||
* Charles Harris | ||
* Joren Hammudoglu | ||
* Matti Picus | ||
* Nathan Goldbaum | ||
* Peter Hawkins | ||
* Simon Altrogge | ||
* Thomas A Caswell | ||
* Warren Weckesser | ||
* Yang Wang + | ||
|
||
Pull requests merged | ||
==================== | ||
|
||
A total of 12 pull requests were merged for this release. | ||
|
||
* `#27935 <https://github.com/numpy/numpy/pull/27935>`__: MAINT: Prepare 2.2.x for further development | ||
* `#27950 <https://github.com/numpy/numpy/pull/27950>`__: TEST: cleanups [skip cirrus][skip azp] | ||
* `#27958 <https://github.com/numpy/numpy/pull/27958>`__: BUG: fix use-after-free error in npy_hashtable.cpp (#27955) | ||
* `#27959 <https://github.com/numpy/numpy/pull/27959>`__: BLD: add missing include | ||
* `#27982 <https://github.com/numpy/numpy/pull/27982>`__: BUG:fix compile error libatomic link test to meson.build | ||
* `#27990 <https://github.com/numpy/numpy/pull/27990>`__: TYP: Fix falsely rejected value types in ``ndarray.__setitem__`` | ||
* `#27991 <https://github.com/numpy/numpy/pull/27991>`__: MAINT: Don't wrap ``#include <Python.h>`` with ``extern "C"`` | ||
* `#27993 <https://github.com/numpy/numpy/pull/27993>`__: BUG: Fix segfault in stringdtype lexsort | ||
* `#28006 <https://github.com/numpy/numpy/pull/28006>`__: MAINT: random: Tweak module code in mtrand.pyx to fix a Cython... | ||
* `#28007 <https://github.com/numpy/numpy/pull/28007>`__: BUG: Cython API was missing NPY_UINTP. | ||
* `#28021 <https://github.com/numpy/numpy/pull/28021>`__: CI: pin scipy-doctest to 1.5.1 | ||
* `#28044 <https://github.com/numpy/numpy/pull/28044>`__: TYP: allow ``None`` in operand sequence of nditer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters