NumPy 2.1.1 版本發行說明#

NumPy 2.1.1 是一個維護版本,修復了在 2.1.0 版本發行後發現的錯誤和回歸問題。

此版本支援的 Python 版本為 3.10-3.13。

貢獻者#

總共有 7 個人為此版本做出了貢獻。名字旁邊帶有“+”號的人是第一次貢獻補丁。

  • Andrew Nelson

  • Charles Harris

  • Mateusz Sokół

  • Maximilian Weigand +

  • Nathan Goldbaum

  • Pieter Eendebak

  • Sebastian Berg

合併的 Pull Request#

此版本總共合併了 10 個 Pull Request。

  • #27236: REL: 準備 NumPy 2.1.0 版本發行 [wheel build]

  • #27252: MAINT: 為進一步開發準備 2.1.x

  • #27259: BUG: 還原 set_printoptions 回傳值中非預期的變更

  • #27266: BUG: 修復 __array_interface__ 實作中的參考計數錯誤…

  • #27267: TST: 為 array-interface 中遺失 descr 新增回歸測試

  • #27276: BUG: 修復 #27256 和 #27257

  • #27278: BUG: 修復數值和非數值純量型別的 array_equal

  • #27287: MAINT: 在 2.0.2 版本發行後更新 maintenance/2.1.x

  • #27303: BLD: cp311-macosx_arm64 wheels [wheel build]

  • #27304: BUG: f2py: 更好地處理 public/private 子程式的篩選