Thanks to visit codestin.com
Credit goes to github.com

Skip to content

REL: Prepare for the NumPy 1.26.4 release #25770

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions doc/changelog/1.26.4-changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@

Contributors
============

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

* Charles Harris
* Elliott Sales de Andrade
* Lucas Colley +
* Mark Ryan +
* Matti Picus
* Nathan Goldbaum
* Ola x Nilsson +
* Pieter Eendebak
* Ralf Gommers
* Sayed Adel
* Sebastian Berg
* Stefan van der Walt
* Stefano Rivera

Pull requests merged
====================

A total of 19 pull requests were merged for this release.

* `#25323 <https://github.com/numpy/numpy/pull/25323>`__: BUG: Restore missing asstr import
* `#25523 <https://github.com/numpy/numpy/pull/25523>`__: MAINT: prepare 1.26.x for further development
* `#25539 <https://github.com/numpy/numpy/pull/25539>`__: BUG: ``numpy.array_api``: fix ``linalg.cholesky`` upper decomp...
* `#25584 <https://github.com/numpy/numpy/pull/25584>`__: CI: Bump azure pipeline timeout to 120 minutes
* `#25585 <https://github.com/numpy/numpy/pull/25585>`__: MAINT, BLD: Fix unused inline functions warnings on clang
* `#25599 <https://github.com/numpy/numpy/pull/25599>`__: BLD: include fix for MinGW platform detection
* `#25618 <https://github.com/numpy/numpy/pull/25618>`__: TST: Fix test_numeric on riscv64
* `#25619 <https://github.com/numpy/numpy/pull/25619>`__: BLD: fix building for windows ARM64
* `#25620 <https://github.com/numpy/numpy/pull/25620>`__: MAINT: add ``newaxis`` to ``__all__`` in ``numpy.array_api``
* `#25630 <https://github.com/numpy/numpy/pull/25630>`__: BUG: Use large file fallocate on 32 bit linux platforms
* `#25643 <https://github.com/numpy/numpy/pull/25643>`__: TST: Fix test_warning_calls on Python 3.12
* `#25645 <https://github.com/numpy/numpy/pull/25645>`__: TST: Bump pytz to 2023.3.post1
* `#25658 <https://github.com/numpy/numpy/pull/25658>`__: BUG: Fix AVX512 build flags on Intel Classic Compiler
* `#25670 <https://github.com/numpy/numpy/pull/25670>`__: BLD: fix potential issue with escape sequences in ``__config__.py``
* `#25718 <https://github.com/numpy/numpy/pull/25718>`__: CI: pin cygwin python to 3.9.16-1 and fix typing tests [skip...
* `#25720 <https://github.com/numpy/numpy/pull/25720>`__: MAINT: Bump cibuildwheel to v2.16.4
* `#25748 <https://github.com/numpy/numpy/pull/25748>`__: BLD: unvendor meson-python on 1.26.x and upgrade to meson-python...
* `#25755 <https://github.com/numpy/numpy/pull/25755>`__: MAINT: Include header defining backtrace
* `#25756 <https://github.com/numpy/numpy/pull/25756>`__: BUG: Fix np.quantile([Fraction(2,1)], 0.5) (#24711)
4 changes: 0 additions & 4 deletions doc/release/upcoming_changes/25181.compatibility.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/release/upcoming_changes/25186.improvement.rst

This file was deleted.

43 changes: 41 additions & 2 deletions doc/source/release/1.26.4-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,53 @@ NumPy 1.26.4 Release Notes
==========================

NumPy 1.26.4 is a maintenance release that fixes bugs and regressions
discovered after the 1.26.3 release. The most notable changes are the f2py bug
fixes. The Python versions supported by this release are 3.9-3.12.
discovered after the 1.26.3 release. The Python versions supported by this
release are 3.9-3.12. This is the last planned release in the 1.26.x series.


Contributors
============

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

* Charles Harris
* Elliott Sales de Andrade
* Lucas Colley +
* Mark Ryan +
* Matti Picus
* Nathan Goldbaum
* Ola x Nilsson +
* Pieter Eendebak
* Ralf Gommers
* Sayed Adel
* Sebastian Berg
* Stefan van der Walt
* Stefano Rivera


Pull requests merged
====================

A total of 19 pull requests were merged for this release.

* `#25323 <https://github.com/numpy/numpy/pull/25323>`__: BUG: Restore missing asstr import
* `#25523 <https://github.com/numpy/numpy/pull/25523>`__: MAINT: prepare 1.26.x for further development
* `#25539 <https://github.com/numpy/numpy/pull/25539>`__: BUG: ``numpy.array_api``: fix ``linalg.cholesky`` upper decomp...
* `#25584 <https://github.com/numpy/numpy/pull/25584>`__: CI: Bump azure pipeline timeout to 120 minutes
* `#25585 <https://github.com/numpy/numpy/pull/25585>`__: MAINT, BLD: Fix unused inline functions warnings on clang
* `#25599 <https://github.com/numpy/numpy/pull/25599>`__: BLD: include fix for MinGW platform detection
* `#25618 <https://github.com/numpy/numpy/pull/25618>`__: TST: Fix test_numeric on riscv64
* `#25619 <https://github.com/numpy/numpy/pull/25619>`__: BLD: fix building for windows ARM64
* `#25620 <https://github.com/numpy/numpy/pull/25620>`__: MAINT: add ``newaxis`` to ``__all__`` in ``numpy.array_api``
* `#25630 <https://github.com/numpy/numpy/pull/25630>`__: BUG: Use large file fallocate on 32 bit linux platforms
* `#25643 <https://github.com/numpy/numpy/pull/25643>`__: TST: Fix test_warning_calls on Python 3.12
* `#25645 <https://github.com/numpy/numpy/pull/25645>`__: TST: Bump pytz to 2023.3.post1
* `#25658 <https://github.com/numpy/numpy/pull/25658>`__: BUG: Fix AVX512 build flags on Intel Classic Compiler
* `#25670 <https://github.com/numpy/numpy/pull/25670>`__: BLD: fix potential issue with escape sequences in ``__config__.py``
* `#25718 <https://github.com/numpy/numpy/pull/25718>`__: CI: pin cygwin python to 3.9.16-1 and fix typing tests [skip...
* `#25720 <https://github.com/numpy/numpy/pull/25720>`__: MAINT: Bump cibuildwheel to v2.16.4
* `#25748 <https://github.com/numpy/numpy/pull/25748>`__: BLD: unvendor meson-python on 1.26.x and upgrade to meson-python...
* `#25755 <https://github.com/numpy/numpy/pull/25755>`__: MAINT: Include header defining backtrace
* `#25756 <https://github.com/numpy/numpy/pull/25756>`__: BUG: Fix np.quantile([Fraction(2,1)], 0.5) (#24711)