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 与 scipy.spatial.cKDTree

  • #12218:stats.ks_2samp 在 alternative != ‘two-sided’ 时出现类型错误

  • #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 32bit 测试

  • #12421:修复 scipy 1.5.0 中 dendogram 在 labels 是 numpy 时出现的回归…

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