NumPy 1.17.5 發行說明#

此版本包含針對 NumPy 1.17.4 回報的錯誤修正,以及一些建置方面的改進。此版本支援的 Python 版本為 3.5-3.8。

下游開發者應使用 Cython >= 0.29.14 以支援 Python 3.8,並使用 OpenBLAS >= 3.7 以避免在 Skylake 架構上發生錯誤。

建議對新的隨機位元產生器感興趣的開發者升級到 NumPy 1.18.x 系列,因為它具有更新的文件和許多小改進。

貢獻者#

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

  • Charles Harris

  • Eric Wieser

  • Ilhan Polat

  • Matti Picus

  • Michael Hudson-Doyle

  • Ralf Gommers

Pull requests merged#

總共有 8 個 pull request 被合併到此版本中。

  • #14593: MAINT: backport Cython API cleanup to 1.17.x, remove docs

  • #14937: BUG: fix integer size confusion in handling array’s ndmin argument

  • #14939: BUILD: remove SSE2 flag from numpy.random builds

  • #14993: MAINT: Added Python3.8 branch to dll lib discovery

  • #15038: BUG: Fix refcounting in ufunc object loops

  • #15067: BUG: Exceptions tracebacks are dropped

  • #15175: ENH: Backport improvements to testing functions.

  • #15213: REL: Prepare for the NumPy 1.17.5 release.