SciPy 1.9.1 发行说明#

SciPy 1.9.1 是一个错误修复版本,与 1.9.0 相比没有新功能。值得注意的是,其中包含一些重要的 meson 构建修复。

作者#

  • Anirudh Dagar (1)

  • Ralf Gommers (12)

  • Matt Haberland (2)

  • Andrew Nelson (1)

  • Tyler Reddy (14)

  • Atsushi Sakai (1)

  • Eli Schwartz (1)

  • Warren Weckesser (2)

总共有 8 人为这个版本做出了贡献。名字旁边有“+”的人是第一次贡献补丁。此名称列表是自动生成的,可能不完全完整。

为 1.9.1 关闭的问题#

  • #14517: scipy/linalg/tests/test_decomp.py::TestSchur::test_sort 测试…

  • #16765: DOC: `scipy.stats.skew` 在常量输入上不再返回 0

  • #16787: BUG: 无法使用 mingw-w64 工具链和 numpy 1.21.6 构建 1.10…

  • #16813: BUG: scipy.interpolate interp1d 外推行为更改…

  • #16878: BUG: 当给出正好 3 个约束时,optimize.milp 执行失败

1.9.1 的拉取请求#

  • #16709: BLD: 使我们计算版本编号提交次数的方式更加…

  • #16736: REL: 为 SciPy 1.9.1 做准备

  • #16749: BLD: 安装丢失的 `.pxd` 文件,并更新 TODO/FIXME…

  • #16750: BLD: 使 OpenBLAS 检测与 CMake 一起工作

  • #16755: TST: sparse.linalg: 放宽 lobpcg 测试 'test_tolerance_float32' 的容差

  • #16760: BLD: 使用更惯用的方法来构造路径…

  • #16768: DOC: stats.skew/kurtosis:当输入只有一个时返回 NaN…

  • #16794: BLD/REL: 在 Windows 上使用 numpy 1.22.3 作为构建的版本…

  • #16822: BUG/TST: linalg: 更仔细地检查 'schur' 的结果。

  • #16825: BUG: interpolate: 修复“previous”和“next”外推逻辑…

  • #16862: BUG, DOC: 修复 `odr` 和 `czt` 的 sphinx autosummary 生成

  • #16881: MAINT: optimize.milp: 修复三个约束时的输入验证…

  • #16901: MAINT: 1.9.1 向后移植

  • #16904: BLD: 更新 meson-python 和 pybind11 的依赖范围…