NumPy 2.0.2 發行說明#
NumPy 2.0.2 是一個維護版本,修復了在 2.0.1 版本發行後發現的錯誤和回歸。
此版本支援的 Python 版本為 3.9-3.12。
貢獻者#
總共有 13 人為此版本做出了貢獻。名字旁邊有“+”號的人是第一次貢獻補丁。
Bruno Oliveira +
Charles Harris
Chris Sidebottom
Christian Heimes +
Christopher Sidebottom
Mateusz Sokół
Matti Picus
Nathan Goldbaum
Pieter Eendebak
Raghuveer Devulapalli
Ralf Gommers
Sebastian Berg
Yair Chuchem +
Pull requests 已合併#
此版本總共合併了 19 個 pull request。
#27000: REL: Prepare for the NumPy 2.0.1 release [wheel build] (REL:準備 NumPy 2.0.1 版本發行 [wheel 建置])
#27001: MAINT: prepare 2.0.x for further development (MAINT:準備 2.0.x 以進行後續開發)
#27021: BUG: cfuncs.py: fix crash when sys.stderr is not available (BUG:cfuncs.py:修復當 sys.stderr 不可用時的崩潰)
#27022: DOC: Fix migration note for
alltrue
andsometrue
(DOC:修復alltrue
和sometrue
的遷移注意事項)#27061: BUG: use proper input and output descriptor in array_assign_subscript… (BUG:在 array_assign_subscript 中使用正確的輸入和輸出描述符…)
#27073: BUG: Mirror VQSORT_ENABLED logic in Quicksort (BUG:在 Quicksort 中鏡像 VQSORT_ENABLED 邏輯)
#27074: BUG: Bump Highway to latest master (BUG:將 Highway 更新到最新的 master)
#27077: BUG: Off by one in memory overlap check (BUG:記憶體重疊檢查中差一錯誤)
#27122: BUG: Use the new
npyv_loadable_stride_
functions for ldexp and… (BUG:為 ldexp 使用新的npyv_loadable_stride_
函數以及…)#27126: BUG: Bump Highway to latest (BUG:將 Highway 更新到最新版本)
#27128: BUG: add missing error handling in public_dtype_api.c (BUG:在 public_dtype_api.c 中添加遺失的錯誤處理)
#27129: BUG: fix another cast setup in array_assign_subscript (BUG:修復 array_assign_subscript 中的另一個轉換設定)
#27130: BUG: Fix building NumPy in FIPS mode (BUG:修復在 FIPS 模式下建置 NumPy)
#27131: BLD: update vendored Meson for cross-compilation patches (BLD:更新供應商 Meson 以進行交叉編譯補丁)
#27146: MAINT: Scipy openblas 0.3.27.44.4 (MAINT:Scipy openblas 0.3.27.44.4)
#27151: BUG: Do not accidentally store dtype metadata in
np.save
(BUG:不要意外地將 dtype 元數據儲存在np.save
中)#27195: REV: Revert undef I and document it (REV:還原 undef I 並記錄它)
#27213: BUG: Fix NPY_RAVEL_AXIS on backwards compatible NumPy 2 builds (BUG:修復向後相容的 NumPy 2 建置上的 NPY_RAVEL_AXIS)
#27279: BUG: Fix array_equal for numeric and non-numeric scalar types (BUG:修復數值和非數值純量類型的 array_equal)