SciPy 1.7.2 发布说明#

SciPy 1.7.2 是一个错误修复版本,与 1.7.1 相比没有新功能。值得注意的是,该版本包含了适用于 Python 3.10 的 wheel 文件,并且这些 wheel 文件现在使用较新版本的 OpenBLAS 0.3.17 构建。Python 3.10 的 wheel 文件适用于 MacOS x86_64(目前是 thin 版本,不是 universal2 或 arm64)以及 Windows/Linux 64 位。许多 wheel 文件现在使用较新版本的 manylinux 构建,这可能需要较新版本的 pip。

作者#

  • Peter Bell

  • da-woods +

  • Isuru Fernando

  • Ralf Gommers

  • Matt Haberland

  • Nicholas McKibben

  • Ilhan Polat

  • Judah Rand +

  • Tyler Reddy

  • Pamphile Roy

  • Charles Harris

  • Matti Picus

  • Hugo van Kemenade

  • Jacob Vanderplas

总共有 14 人为本次发布做出了贡献。名字旁有“+”的人是首次贡献补丁。此姓名列表是自动生成的,可能不完全。

1.7.2 已解决问题#

  • #6019: minimize_scalar 似乎不遵守“disp”选项

  • #14321: BUG: 具有多行的 CSR 矩阵索引速度比…

  • #14465: BUG: 提供给 geometric_slerp 的 n 维插值参数

  • #14599: SciPy 1.7 构建为 zipped egg,破坏了导入

  • #14606: BUG: 调用 scipy.stats.beta.ppf 时崩溃/核心转储…

  • #14732: CI, TST: scipy/interpolate/tests/test_rbfinterp.py 的预发布失败

  • #14802: CI: Azure Main 覆盖率任务失败

  • #14829: macOS CI 因 `ld: library not found for -lSystem` 而失败

  • #14887: BUG: scipy.stats.multivariate_normal.logpdf 会修改某些输入

1.7.2 的拉取请求#

  • #14207: DOC: stats: 从 `binomtest` docstring 中移除“Methods”部分…

  • #14316: MAINT: 更新 `openblas_support.py` 以支持 Apple Silicon

  • #14323: BUG: 加速具有非常多行的稀疏压缩索引

  • #14333: MAINT: 使用 /usr/bin/linux32 以便 sysconfig.get_platform()…

  • #14478: BUG: geometric_slerp t ndim 保护

  • #14605: MAINT: 跳过一些插值分解测试

  • #14616: REL: 更新 1.7.2 的 pyproject.toml 中的构建依赖版本

  • #14618: FIX: 当遇到 Boost evaluation_error 时抛出 RuntimeWarning

  • #14672: BLD: 向 `setup()` 调用添加 `zip_safe=False`

  • #14791: MAINT: SciPy 1.7.2 准备/回溯

  • #14803: MAINT: 禁用 include/source 覆盖率警告。

  • #14813: 添加了缺失的 np.import_array()

  • #14831: CI: 将 stdlib 添加到 LD_LIBRARY_PATH

  • #14893: BUG: 修复由于宽松步幅检查导致的对齐错误

  • #14897: BUG: 避免在多元分布中修改输入

  • #14921: MAINT: “回溯”3.10 支持

  • #14937: MAINT: 1.7.2 的回溯,以及将 Pythran 最低版本更新到…

  • #14938: TST: 屏蔽 macOS 上 `beta.ppf` 溢出导致的测试失败