SciPy 1.5.1 版本說明#

SciPy 1.5.1 是一個錯誤修正版本,與 1.5.0 相比沒有新功能。特別是,已修正在 Windows 上使用 Python 3.6 的 SciPy wheels 可能會導致 DLL 載入失敗的問題。

作者#

  • Peter Bell

  • Loïc Estève

  • Philipp Thölke +

  • Tyler Reddy

  • Paul van Mulbregt

  • Pauli Virtanen

  • Warren Weckesser

總共有 7 人為此版本做出貢獻。姓名旁有「+」號的人是首次貢獻補丁。此名稱列表為自動生成,可能不完全完整。

1.5.1 版本已關閉的議題#

  • #9108: 文件:scipy.spatial.KDTree vs. scipy.spatial.cKDTree

  • #12218: 當 alternative != ‘two-sided-’ 時,stats.ks_2samp 中出現類型錯誤

  • #12406: DOC:stats.anderson 函數中的文檔字串格式不正確

  • #12418: hierarchy.dendogram 中的回歸問題

1.5.1 版本的提取請求#

  • #12280: BUG:修復 gh-12218,在內部將 int 轉換為 float 時出現 TypeError…

  • #12336: BUG:KDTree 應拒絕複數輸入點

  • #12344: MAINT:不要使用 numpy 的 Python 內建物件別名。

  • #12407: DOC:修復 anderson 函數中 dist 參數的文檔字串

  • #12410: CI:以 ‘fast’ 模式執行 Azure Windows Python36 32 位元測試

  • #12421: 修復當 labels 為 numpy 時,scipy 1.5.0 中 dendogram 的回歸問題…

  • #12462: MAINT:將 distributor_init 導入移至 __config__ 導入之後