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 人为这个版本做出了贡献。名字后面带有 “+” 的人是第一次贡献补丁。此名称列表是自动生成的,可能不完全完整。
#9108: 文档:scipy.spatial.KDTree vs. scipy.spatial.cKDTree
#12218: 当 alternative != ‘two-sided-’ 时 stats.ks_2samp 中的类型错误
#12406: DOC: stats.anderson 函数中的文档字符串格式不正确
#12418: hierarchy.dendogram 中的回归
#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: 修复 scipy 1.5.0 中当 labels 是 numpy…时 dendogram 的回归
#12462: MAINT: 将 distributor_init 导入移动到 __config__ 导入之后