SciPy 1.5.1 发行说明#

SciPy 1.5.1 是一个错误修复版本,与 1.5.0 相比没有新功能。具体来说,修复了一个在 Windows 3.6 上 SciPy wheel 包加载 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 与 scipy.spatial.cKDTree

  • #12218: stats.ks_2samp 中当 alternative != ‘two-sided- 时的类型错误

  • #12406: 文档:stats.anderson 函数中的 Docstring 格式不正确

  • #12418: hierarchy.dendogram 中的回归问题

1.5.1 拉取请求#

  • #12280: 错误:修复 gh-12218,将 int 转换为 float 时的 TypeError…

  • #12336: 错误:KDTree 应拒绝复数输入点

  • #12344: 维护:不要使用 numpy 对 Python 内置对象的别名。

  • #12407: 文档:修复 anderson 函数中 dist 参数的 docstring

  • #12410: CI:以“fast”模式运行 Azure Windows Python36 32位测试

  • #12421: 修复 SciPy 1.5.0 中当 labels 是 numpy… 时 dendogram 的回归问题

  • #12462: 维护:将 distributor_init 导入移至 __config__ 导入之后