Skip to content

Commit

Permalink
REL: Prepare for the NumPy 1.24.0 release.
Browse files Browse the repository at this point in the history
- Update 1.24.0-changelog.rst
- Update 1.24.0-notes.rst
  • Loading branch information
charris committed Dec 17, 2022
1 parent e18104e commit 529e2f2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
19 changes: 17 additions & 2 deletions doc/changelog/1.24.0-changelog.rst
Expand Up @@ -2,7 +2,7 @@
Contributors
============

A total of 175 people contributed to this release. People with a "+" by their
A total of 177 people contributed to this release. People with a "+" by their
names contributed a patch for the first time.

* @DWesl
Expand All @@ -22,6 +22,7 @@ names contributed a patch for the first time.
* Alexander Grund +
* Alexander Kanavin +
* Andras Deak
* Andrew Nelson
* Angéllica Araujo +
* Anselm Hahn +
* Ari Cooper Davis +
Expand Down Expand Up @@ -139,6 +140,7 @@ names contributed a patch for the first time.
* Rohit Davas +
* Rohit Goswami
* Ross Barnowski
* Roy Smart +
* Ruth Comer +
* Sabiha Tahsin Soha +
* Sachin Krishnan T V +
Expand Down Expand Up @@ -184,7 +186,7 @@ names contributed a patch for the first time.
Pull requests merged
====================

A total of 430 pull requests were merged for this release.
A total of 443 pull requests were merged for this release.

* `#12065 <https://github.com/numpy/numpy/pull/12065>`__: API: Optimize np.isin and np.in1d for integer arrays and add...
* `#15782 <https://github.com/numpy/numpy/pull/15782>`__: ENH: complete the 'vars' list of a module
Expand Down Expand Up @@ -616,3 +618,16 @@ A total of 430 pull requests were merged for this release.
* `#22716 <https://github.com/numpy/numpy/pull/22716>`__: BLD, CI: Use cirrus for building aarch64 wheels
* `#22717 <https://github.com/numpy/numpy/pull/22717>`__: TST: Skip when numba/numpy compat issues cause SystemError
* `#22719 <https://github.com/numpy/numpy/pull/22719>`__: CI: Make benchmark asv run quick to only check that benchmarks...
* `#22729 <https://github.com/numpy/numpy/pull/22729>`__: REL: Prepare for the NumPy 1.24.0rc2 release.
* `#22743 <https://github.com/numpy/numpy/pull/22743>`__: DOC: Fix release note link to out-of-bounds integer deprecation
* `#22746 <https://github.com/numpy/numpy/pull/22746>`__: BUG: Fix some valgrind errors (and probably harmless warnings)
* `#22748 <https://github.com/numpy/numpy/pull/22748>`__: BUG: ``keepdims=True`` is ignored if ``out`` is not ``None``...
* `#22749 <https://github.com/numpy/numpy/pull/22749>`__: MAINT: check if PyArrayDTypeMeta_Spec->casts is set
* `#22757 <https://github.com/numpy/numpy/pull/22757>`__: CI: fix CIRRUS_TAG check when tagging. Closes #22730.
* `#22758 <https://github.com/numpy/numpy/pull/22758>`__: DOC: Some updates to the array_api compat document (#22747)
* `#22759 <https://github.com/numpy/numpy/pull/22759>`__: BUG, SIMD: Fix rounding large numbers >= 2^52 on SSE2
* `#22760 <https://github.com/numpy/numpy/pull/22760>`__: CI, SIMD: Add workflow to test default baseline features only
* `#22761 <https://github.com/numpy/numpy/pull/22761>`__: BUG: Fix deepcopy cleanup on error
* `#22793 <https://github.com/numpy/numpy/pull/22793>`__: BUG: Fix infinite recursion in longdouble/large integer scalar...
* `#22795 <https://github.com/numpy/numpy/pull/22795>`__: BUG: Ensure arguments to ``npy_floatstatus_..._barrier()`` can...
* `#22805 <https://github.com/numpy/numpy/pull/22805>`__: REV: revert change to ``numpyconfig.h`` for sizeof(type) hardcoding...
4 changes: 3 additions & 1 deletion doc/source/release/1.24.0-notes.rst
Expand Up @@ -16,6 +16,8 @@ release. Highlights are

See below for the details,

This release supports Python versions 3.8-3.11.


Deprecations
============
Expand Down Expand Up @@ -95,7 +97,7 @@ Expired deprecations

(`gh-22139 <https://github.com/numpy/numpy/pull/22139>`__)

* Support for cygwin < 3.3 has been removed.
* Support for Cygwin < 3.3 has been removed.

(`gh-22159 <https://github.com/numpy/numpy/pull/22159>`__)

Expand Down

0 comments on commit 529e2f2

Please sign in to comment.