SciPy 1.14.1 发行说明#

SciPy 1.14.1 增加了对 Python 3.13 的支持,包括 PyPI 上的二进制 wheel。除此之外,这只是一个错误修复版本,与 1.14.0 相比没有新增功能。

作者#

  • 姓名 (提交次数)

  • h-vetinari (1)

  • Evgeni Burovski (1)

  • CJ Carey (2)

  • Lucas Colley (3)

  • Ralf Gommers (3)

  • Melissa Weber Mendonça (1)

  • Andrew Nelson (3)

  • Nick ODell (1)

  • Tyler Reddy (36)

  • Daniel Schmitz (1)

  • Dan Schult (4)

  • Albert Steppi (2)

  • Ewout ter Hoeven (1)

  • Tibor Völcker (2) +

  • Adam Turner (1) +

  • Warren Weckesser (2)

  • ਗਗਨਦੀਪ ਸਿੰਘ (Gagandeep Singh) (1)

共有 17 人参与了此版本的贡献。姓名旁带有“+”符号的人是第一次贡献补丁。此姓名列表是自动生成的,可能并不完全完整。

1.14.1 已关闭的问题#

  • #19572: BUG: doccer: 由于 Python 3.13 原因导致 `test_decorator` 失败…

  • #19911: BUG: 在 glibc >= 2.10 + C99 环境下 open_memstream 不可用

  • #20992: ENH: 3.13 wheels 支持

  • #20993: BUG: spsolve 在处理奇异矩阵时向 stdout 打印 “dgstrf info”

  • #21058: BUG: `special.pro_rad1`: 结果不正确

  • #21064: BUG: sparse: 稀疏矩阵与 ndarray 之间的 `hstack/vstack` 崩溃…

  • #21073: MAINT: `cluster`/`stats`: main 分支中 array API 测试失败

  • #21079: BUG: 由于 scipy 1.14.0 需要写权限,无法安全部署应用…

  • #21142: BUG: signal: 自由线程 Python 下 `signaltools` 崩溃…

  • #21195: CI: 文档构建失败?

  • #21207: BUG: `fft.hfftn` 在列表输入时失败

  • #21234: BUG: SuperLU 中的文件采用 LGPL 许可

  • #21238: BUG: io/scipy.sparse.csgraph: main 分支 refguide 检查失败

  • #21250: DOC: CircleCI smoke-tutorials 中 `sampling_tdr.rst` 失败…

  • #21272: BUG: `rv_discrete._pmf` 参数的 dtype 发生了变化

  • #21306: BUG: odr: 无法进行 pickle 序列化

  • #21323: DOC: CI 构建失败

  • #21408: BLD, CI: Cirrus 3.13 wheels?

1.14.1 的拉取请求 (Pull requests)#

  • #21000: BLD: 制作 cp313 wheels [wheel 构建]

  • #21038: REL, MAINT: 为 1.14.1 做准备

  • #21062: BUG: special: 修复 pro_rad1

  • #21067: BUG: special: 移除类型混淆 (type punning) 以避免 LTO 构建中的警告

  • #21069: MAINT: uarray: 修复 `small_dynamic_array.h` 中的拼写错误

  • #21074: MAINT: 适配 array-api-strict 2.0

  • #21084: BLD: 在较新的 glibc 上启用 `open_memstream()`

  • #21104: MAINT: 为 Python 3.13+ 取消跳过 `scipy.misc.test.test_decorator`

  • #21107: DOC: 在 1.14 稀疏矩阵章节添加关于稀疏数组的发布说明…

  • #21108: BUG: sparse: 修复 vstack/hstack 的 1D 问题并改进 1D 错误信息…

  • #21160: BUG: signal: 修复自由线程 CPython 下 medfilt2d 的崩溃问题

  • #21172: BUG: sparse.linalg: 更新 `SuperLU` 以修复无法过滤的输出…

  • #21200: DOC: 修复 ``conf.py`` 中 ``html_sidebars`` 值的类型

  • #21209: BUG: fft: 修复类数组 (array-like) 输入

  • #21244: BUG: sparse: 修复 io 和 csgraph 中打印输出的 doctest 失败问题

  • #21271: DOC: stats: 静默 doctest 错误

  • #21274: MAINT: sparse.linalg: 更新 `SuperLU/colamd.c` 以修复许可问题…

  • #21283: BUG: stats: 适配 `np.floor` 类型提升移除后的变化

  • #21305: MAINT: `stats.bartlett`: 确保统计量为非负数

  • #21315: CI: 更新至 cibuildwheel 2.20.0

  • #21320: BUG: odr: 修复 pickle 序列化

  • #21324: DOC: 在 gh-21323 解决之前不要使用 Sphinx 8.0.0。

  • #21400: BUG: sparse: 修复 1D 特殊 hstack 代码

  • #21401: MAINT: special: 适配 NumPy 中变化的整数处理方式…

  • #21409: BLD: `manylinux_aarch64` 上的 cp313 wheels