NumPy 1.26.2 版本說明#
NumPy 1.26.2 是一個維護版本,修復了在 1.26.1 版本發布後發現的錯誤和回歸問題。1.26.x 版本系列是在 NumPy 2.0 之前最後計畫的小版本系列。此版本支援的 Python 版本為 3.9-3.12。
貢獻者#
總共有 13 人為此版本做出了貢獻。名字旁邊標有「+」號的人是第一次貢獻補丁。
@stefan6419846
@thalassemia +
Andrew Nelson
Charles Bousseau +
Charles Harris
Marcel Bargull +
Mark Mentovai +
Matti Picus
Nathan Goldbaum
Ralf Gommers
Sayed Adel
Sebastian Berg
William Ayd +
合併的 Pull Request#
總共有 25 個 Pull Request 被合併到此版本中。
#24814: MAINT: align test_dispatcher s390x targets with _umath_tests_mtargets
#24929: MAINT: prepare 1.26.x for further development
#24955: ENH: Add Cython enumeration for NPY_FR_GENERIC
#24962: REL: Remove Python upper version from the release branch
#24971: BLD: Use the correct Python interpreter when running tempita.py
#24972: MAINT: Remove unhelpful error replacements from
import_array()
#24977: BLD: use classic linker on macOS, the new one in XCode 15 has…
#25003: BLD: musllinux_aarch64 [wheel build]
#25043: MAINT: Update mailmap
#25049: MAINT: Update meson build infrastructure.
#25071: MAINT: Split up .github/workflows to match main
#25083: BUG: Backport fix build on ppc64 when the baseline set to Power9…
#25093: BLD: Fix features.h detection for Meson builds [1.26.x Backport]
#25095: BUG: Avoid intp conversion regression in Cython 3 (backport)
#25107: CI: remove obsolete jobs, and move macOS and conda Azure jobs…
#25108: CI: Add linux_qemu action and remove travis testing.
#25112: MAINT: Update .spin/cmds.py from main.
#25113: DOC: Visually divide main license and bundled licenses in wheels
#25115: MAINT: Add missing
noexcept
to shuffle helpers#25116: DOC: Fix license identifier for OpenBLAS
#25117: BLD: improve detection of Netlib libblas/libcblas/liblapack
#25118: MAINT: Make bitfield integers unsigned
#25119: BUG: Make n a long int for np.random.multinomial
#25120: BLD: change default of the
allow-noblas
option to true.#25121: BUG: ensure passing
np.dtype
to itself doesn’t crash