SciPy 1.3.2 發行說明#
SciPy 1.3.2 是一個錯誤修正和維護版本,增加了對 Python 3.8 的支援。
作者#
CJ Carey
Dany Vohl
Martin Gauch +
Ralf Gommers
Matt Haberland
Eric Larson
Nikolay Mayorov
Sam McCormack +
Andrew Nelson
Tyler Reddy
Pauli Virtanen
Huize Wang +
Warren Weckesser
Joseph Weston +
總共有 14 人為此版本做出貢獻。姓名旁邊有「+」號的人是首次貢獻 patch。此姓名列表為自動產生,可能不完全完整。
1.3.2 版已關閉的 issue#
#4915: Bug in unique_roots in scipy.signal.signaltools.py for roots…
#5161: Optimizers reporting success when the minimum is NaN
#5546: ValueError raised if scipy.sparse.linalg.expm recieves array…
#10124: linprog(method=’revised simplex’) doctest bug
#10609: Graph shortest path with Floyd-Warshall removes explicit zeros.
#10658: BUG: stats: Formula for the variance of the noncentral F distribution…
#10695: BUG: Assignation issues in csr_matrix with fancy indexing
#10846: root_scalar fails when passed a function wrapped with functools.lru_cache
#10902: CI: travis osx build failure
#10967: macOS build failure in SuperLU on maintenance/1.3.x
#10976: Typo in sp.stats.wilcoxon docstring
1.3.2 版的 Pull Request#
#10498: TST: optimize: fixed `linprog` `”disp”: True` bug
#10536: CI: add 3.8-dev to travis
#10671: BUG: stats: Fix the formula for the variance of the noncentral…
#10693: BUG: ScalarFunction stores original array
#10700: BUG: sparse: Loosen checks on sparse fancy assignment
#10709: BUG: Fix floyd_warshall to support zero-weight edges
#10756: BUG: optimize: ensure solvers exit with success=False for nan…
#10833: BUG: Fix subspace_angles for complex values
#10882: BUG: sparse/arpack: fix incorrect code for complex hermitian…
#10891: BUG: make C-implemented root finders work with functools.lru_cache
#10906: BUG: sparse/linalg: fix expm for np.matrix inputs
#10917: CI: fix travis osx CI
#10930: MAINT: Updates for 3.8
#10938: MAINT: Add Python 3.8 to pyproject.toml
#10943: BLD: update Cython version to 0.29.13
#10961: BUG: Fix signal.unique_roots
#10971: MAINT: use 3.8 stable in CI
#10977: DOC: Fix typo in sp.stats.wilcoxon docsting
#11025: Update _peak_finding.py