SciPy 1.15.2 发行说明#
SciPy 1.15.2 是一个错误修复版本,与 1.15.1 相比没有新功能。从本次发布开始,PyPI 上将提供适用于 Linux ARM 平台的 Free-threaded Python 3.13 轮子。
作者#
姓名 (提交次数)
Peter Bell (1)
Charles Bousseau (1) +
Jake Bowhay (3)
Matthew Brett (1)
Ralf Gommers (3)
Rohit Goswami (1)
Matt Haberland (4)
Parth Nobel (1) +
Tyler Reddy (33)
Daniel Schmitz (2)
Dan Schult (5)
Scott Shambaugh (2)
Edgar Andrés Margffoy Tuay (1)
Warren Weckesser (4)
总共有 14 人为本次发布做出了贡献。名字旁有“+”的人是首次贡献补丁。此姓名列表是自动生成的,可能不完全。
已关闭的 1.15.2 问题#
#21214: BUG: _lib: 在解释器退出时,uarray 出现崩溃,并带有 free-threaded…
#21417: BUG: special: specfun.h 中未经验证的 malloc() 和 calloc() 调用
#22183: BUG: 当将特殊数组传递给
scipy.cluster.hierarch时发生分段错误…#22250: BUG: median_filter 在 1D 数组上崩溃并导致内存损坏…
#22314: BUG: special:
besy()函数中可能存在内存泄漏…#22325: BUG: ndimage.median_filter:使用 scipy 1.15 时发生堆损坏
#22333: BUG: signal.medfilt 和 ndimage.median_filter 未返回正确…
#22336: BUG: special: stirling2.h 中未经验证的 malloc
#22347: BUG: coo_matrix 与无效类型进行矩阵乘法…
#22349: BLD: 已安装 libhighs.a 静态库
#22355: BUG: interpolate test_bary_rational.TestAAA.test_basic_functions…
#22404: BUG:
scipy.stats.zmap返回的复数值不正确…#22417: BUG: spatial.transform:
Rotation.from_matrix()使用不精确…#22444: BUG: io.loadmat 认为包含大量零的文件有效
#22458: BUG: 使用
None对稀疏矩阵进行切片会得到不同的结果…#22479: MAINT: scipy.stats: test_regressZEROX SIMD 警告,针对某些…
1.15.2 的拉取请求#
#22038: BUG: 永生化 uarray 全局字符串以防止负…
#22080: BUG: special: 修复
specfun.h中未经验证的内存分配#22187: BUG: cluster:
cophenet截距无效的链接矩阵计数#22306: REL, MAINT: 为 1.15.2 准备
#22322: MAINT: stats.Mixture:当
shape… 时使返回类型一致#22337: MAINT: stats.Mixture:修复均值未定义的逆函数
#22339: BUG: special: 修复 stirling2.h 中未经验证的 malloc
#22345: TST: 由于字节序问题关闭 dtype 检查
#22353: BUG: sparse: 修复 coo 坐标的错误 dtype 选择
#22356: TST: interpolate: 提高 TestAAA.test_basic_functions 的容差
#22357: MAINT: 停止安装
libhighs#22372: BUG: sparse.linalg.norm:添加测试并修复返回类型
#22373: BUG: sparse: 恢复 dot 和 matmul 中的 NotImplemented 返回值
#22374: DOC: sparse.linalg:将两个最近的函数添加到命名空间和…
#22402: BUG: 包装 median_filter 稳定性
#22405: MAINT: stats.zmap:恢复对复数数据的支持
#22408: MAINT: integrate.cumulative_simpson:提高测试容差
#22418: BUG: scipy.spatial:修复
Rotation.from_matrix(… 中的不精确正交化#22423: BUG: special: 修复 AMOS 函数 besy() 中的内存泄漏。
#22446: CI: 将 Linux aarch64 作业迁移到 GitHub Actions,添加 cp313t…
#22447: BUG: io.loadmat:在包含所有零的文件上引发错误
#22458: BUG: sparse: 修复使用 None 进行 spmatrix 索引和隐式填充…
#22482: MAINT: stats: pearsonr SIMD 相关 shim