NumPy 1.23.2 發行說明#

NumPy 1.23.2 是一個維護版本,修復了在 1.23.1 版本發行後發現的錯誤。值得注意的功能包括

  • Python 3.11 需要的類型變更

  • 適用於 Python 3.11.0rc1 的 Wheels

此版本支援的 Python 版本為 3.8-3.11。

貢獻者#

總共有 9 人為此版本做出貢獻。名字旁有「+」號的人是首次貢獻 patch。

  • Alexander Grund +

  • Bas van Beek

  • Charles Harris

  • Jon Cusick +

  • Matti Picus

  • Michael Osthege +

  • Pal Barta +

  • Ross Barnowski

  • Sebastian Berg

Pull requests 已合併#

總共有 15 個 pull requests 在此版本中被合併。

  • #22030: ENH: 為 nin=1 ufuncs 新增 __array_ufunc__ 類型支援

  • #22031: MAINT, TYP: 修復 np.angle dtype-overloads

  • #22032: MAINT: 不要讓 _GenericAlias 包裝底層類別的…

  • #22033: TYP,MAINT: 允許透過整數傳遞 einsum 下標…

  • #22034: MAINT,TYP: 為 np.generic rich comparisons 新增 object-overloads

  • #22035: MAINT,TYP: 允許 squeezetranspose 方法…

  • #22036: BUG: 修復 subarray to object cast ownership details

  • #22037: BUG: 使用 Popen 以靜默方式調用 f77 -v

  • #22038: BUG: 避免在 deepcopy 期間對 NULL 產生錯誤

  • #22039: DOC: 為 converter callable behavior 新增 versionchanged。

  • #22057: MAINT: 靜默 anaconda 上傳。

  • #22078: ENH: 重新排序 includes 以便在系統安裝之上進行測試…

  • #22106: TST: 修復 test_linear_interpolation_formula_symmetric

  • #22107: BUG: 修復 test_loss_of_precision[complex256] 的 skip condition

  • #22115: BLD: 建置 python3.11.0rc1 wheels。