SciPy 1.10.1 发行说明#

SciPy 1.10.1 是一个错误修复版本,与 1.10.0 相比没有新功能。

作者#

  • 姓名 (提交次数)

  • alice (1) +

  • Matt Borland (2) +

  • Evgeni Burovski (2)

  • CJ Carey (1)

  • Ralf Gommers (9)

  • Brett Graham (1) +

  • Matt Haberland (5)

  • Alex Herbert (1) +

  • Ganesh Kathiresan (2) +

  • Rishi Kulkarni (1) +

  • Loïc Estève (1)

  • Michał Górny (1) +

  • Jarrod Millman (1)

  • Andrew Nelson (4)

  • Tyler Reddy (50)

  • Pamphile Roy (2)

  • Eli Schwartz (2)

  • Tomer Sery (1) +

  • Kai Striega (1)

  • Jacopo Tissino (1) +

  • windows-server-2003 (1)

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

为 1.10.1 修复的 Issues#

  • #14980: BUG:Johnson 算法在没有负环的情况下失败

  • #17670: 在 Raspberry Pi (ARM) 32 位 3.11.1 版本上安装失败

  • #17715: scipy.stats.bootstrap 在统计量返回多个值时中断

  • #17716: BUG:interpolate.interpn 在只读输入时失败

  • #17718: BUG:RegularGridInterpolator 2D 混合精度崩溃

  • #17727: BUG:RegularGridInterpolator 不适用于非本地字节序

  • #17736: BUG:即使针对不同的 BLAS 构建,SciPy 也需要 OpenBLAS

  • #17775: BUG:ksone.sf 的渐近计算具有中间溢出

  • #17782: BUG:scipy.sparse.csgraph.shortest_path() 在 v1.10.0 中出现段错误

  • #17795: BUG:stats.pearsonr 单侧假设产生不正确的 p 值

  • #17801: BUG:stats.powerlaw.fit: 引发 OverflowError

  • #17808: BUG:cython 可执行文件的名称在 _build_utils/cythoner.py 中硬编码

  • #17811: 使用 numpy nightly 构建的 CI 作业在缺少 `_ArrayFunctionDispatcher.__code__` 时失败

  • #17839: BUG:1.10.0 测试在 i386 和其他不太常见的架构上失败

  • #17896: DOC:公开 `multivariate_normal` 属性 `mean`

  • #17934: BUG:meson `__config__` 生成 - 截断的 unicode 字符

  • #17938: BUG:`scipy.stats.qmc.LatinHypercube` 与 `optimization=”random-cd”`

为 1.10.1 提交的 Pull Request#

  • #17712: REL, MAINT:为 1.10.1 做准备

  • #17717: BUG:允许对 interpolate.interpn 进行只读输入

  • #17721: MAINT:将 `meson-python` 上限更新为 <0.13.0

  • #17726: BUG:interpolate/RGI:将 float32 向上转换为 float64

  • #17735: MAINT:stats.bootstrap:修复具有向量值统计量的 BCa

  • #17743: DOC:改进有关在 Meson 中使用 BLAS/LAPACK 库的文档

  • #17777: BLD:如果需要,链接到 libatomic

  • #17783: BUG:更正 SciPy.stats 中 KS one 渐近线的中间溢出

  • #17790: BUG:signal:修复 check_malloc extern 声明类型

  • #17797: MAINT:stats.pearsonr:更正负相关时的 p 值

  • #17800: [sparse.csgraph] 修复 dijkstra 和 johnson 算法中的错误

  • #17803: MAINT:在测试文件夹中添加缺失的 `__init__.py`

  • #17806: MAINT:stats.powerlaw.fit:修复 np.min(data)==0 时的溢出

  • #17810: BLD:使用 Meson 找到的 cython 而不是包装脚本

  • #17831: MAINT, CI:GHA MacOS setup.py 更新

  • #17850: MAINT:在 `scipy.integrate` 中删除 `__code__` 的使用

  • #17854: TST:将 `stats.kde.marginal` 的测试标记为 xslow

  • #17855: BUG:修复 `powm1` 溢出错误的处理

  • #17859: TST:修复 i386、s390x、ppc64、riscv64 (Debian) 上的测试失败

  • #17862: BLD:Meson `__config__` 生成

  • #17863: BUG:修复 Johnson 算法

  • #17872: BUG:修复 powm1 溢出处理

  • #17904: ENH:`multivariate_normal_frozen`:恢复 `cov` 属性

  • #17910: CI:使用 nightly numpy musllinux_x86_64 wheel

  • #17931: TST:test_location_scale 适当的 32 位 Linux 跳过

  • #17932: TST:test_pdist_jensenshannon_iris 的 32 位容差

  • #17936: BUG:在 `__config__.py.in` 中为路径使用原始字符串

  • #17940: BUG:`_random_cd` 中的 `rng_integers` 现在在闭合区间上采样

  • #17942: BLD:更新 Python 3.11 的分类器

  • #17963: MAINT:SciPy 1.10.1 的后向移植/准备

  • #17981: BLD:确保在 maintenance/1.10.x 上生成 macosx_x86_64 10.9 标签

  • #17984: DOC:更新自述文件中徽标的链接

  • #17997: BUG:指数分布中应该至少使用一次试验中的条目