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 人为本次发布做出了贡献。名字旁有“+”的人是首次贡献补丁。此姓名列表是自动生成的,可能不完全。
1.3.2 中已关闭的问题#
#4915: scipy.signal.signaltools.py 中 unique_roots 对于根的错误…
#5161: 当最小值是 NaN 时,优化器报告成功
#5546: 如果 scipy.sparse.linalg.expm 接收数组,则引发 ValueError…
#10124: linprog(method='revised simplex') doctest 错误
#10609: 使用 Floyd-Warshall 算法的图最短路径移除了显式零。
#10658: BUG: stats: 非中心 F 分布方差的公式…
#10695: BUG: csr_matrix 中花式索引的赋值问题
#10846: 当传入用 functools.lru_cache 包装的函数时 root_scalar 失败
#10902: CI: travis osx 构建失败
#10967: macOS 在 maintenance/1.3.x 上 SuperLU 构建失败
#10976: sp.stats.wilcoxon docstring 中的拼写错误
1.3.2 的拉取请求#
#10498: TST: optimize: 修复 `linprog` `”disp”: True` 错误
#10536: CI: 向 travis 添加 3.8-dev
#10671: BUG: stats: 修正非中心方差的公式…
#10693: BUG: ScalarFunction 存储原始数组
#10700: BUG: sparse: 放松对稀疏花式赋值的检查
#10709: BUG: 修复 floyd_warshall 以支持零权重边
#10756: BUG: optimize: 确保求解器在 nan 时以 success=False 退出…
#10833: BUG: 修复 subspace_angles 对复数值的支持
#10882: BUG: sparse/arpack: 修复复杂厄米共轭的错误代码…
#10891: BUG: 使 C 实现的求根器与 functools.lru_cache 配合使用
#10906: BUG: sparse/linalg: 修复 np.matrix 输入的 expm
#10917: CI: 修复 travis osx CI
#10930: MAINT: 3.8 更新
#10938: MAINT: 将 Python 3.8 添加到 pyproject.toml
#10943: BLD: 更新 Cython 版本到 0.29.13
#10961: BUG: 修复 signal.unique_roots
#10971: MAINT: 在 CI 中使用 3.8 stable
#10977: DOC: 修复 sp.stats.wilcoxon docstring 中的拼写错误
#11025: 更新 _peak_finding.py