SciPy 1.5.2 发行说明#
SciPy 1.5.2 是一个错误修复版本,与 1.5.1 相比没有新功能。
作者#
Peter Bell
Tobias Biester +
Evgeni Burovski
Thomas A Caswell
Ralf Gommers
Sturla Molden
Andrew Nelson
ofirr +
Sambit Panda
Ilhan Polat
Tyler Reddy
Atsushi Sakai
Pauli Virtanen
共有 13 人为这个版本做出了贡献。名字旁边带有“+”号的人是第一次贡献补丁。此名称列表是自动生成的,可能不完全完整。
1.5.2 版本中关闭的问题#
#3847: interpolate.splprep(task=-1) 崩溃
#7395: 如果指定了固定的节点,splprep 会出现段错误
#10761: scipy.signal.convolve2d 对于大型数组产生不正确的值
#11971: DOC:在 devdocs 中搜索返回错误的链接
#12155: BUG:修复 scipy.stats.multiscale_graphcorr 中距离矩阵的置换
#12203: 无法在 PyPy 7.3.1 (Python 3.6.9) 上安装
#12316: 负的 scipy.spatial.distance.correlation
#12422: BUG:slsqp:ValueError:无法初始化 intent(inout) 数组…
#12428: stats.truncnorm.rvs() 在 1.5 中永远不返回标量
#12441: eigvalsh 不一致的 eigvals= subset_by_index=
#12445: DOC:scipy.linalg.eigh
#12449: 在 csr_matrix.sum() 中未过滤警告
#12469: SciPy 1.9 中 LSQSphereBivariateSpline 的异常
#12487: BUG:优化:approx_fprime 的结果不正确
#12493: CI:维护分支的 GitHub Actions
#12533: eigh 给出不正确的结果
#12579: BLD,MAINT:wheels 仓库中的 distutils 问题
1.5.2 版本的拉取请求#
#12156: BUG:修复 scipy.stats.multiscale_graphcorr 中距离矩阵的置换
#12238: BUG:在 convolve2d 中使用 64 位索引以避免溢出
#12256: BLD:将 lsap 构建为单个扩展,而不是扩展 +…
#12320: BUG:spatial:避免返回负相关距离
#12383: ENH:使 cKDTree.tree 更高效
#12392: DOC:更新 scipy-sphinx-theme
#12430: BUG:truncnorm 和 geninvgauss 从 rvs 永远不返回标量
#12437: BUG:优化:在 new_bounds_to_old/old_bounds_to_new 中将边界转换为浮点数
#12442: MAINT:linalg:修复 eigvalsh 的输入参数
#12461: MAINT:sparse:编写矩阵/asmatrix 包装器而不发出警告…
#12478: BUG:修复类数组输入缺陷并为所有函数添加测试…
#12488: BUG:修复 approx_derivative 步长。关闭 #12487
#12500: CI:修复 actions 分支触发
#12501: CI:修复 actions 分支触发
#12504: BUG:cKDTreeNode 使用后释放
#12529: MAINT:允许优雅地重新上传文档
#12538: BUG:linalg:已更正 eigh 类型参数处理
#12560: MAINT:truncnorm.rvs 与 `Generator` 的兼容性
#12562: 重做 gh-12188:修复 splprep 中使用固定节点时的段错误
#12586: BLD:在 sigtools 中添加 -std=c99 以使用 C99 编译
#12590: CI:将 GCC 4.8 条目添加到 travis 构建矩阵
#12591: BLD:修复主分支 cython 上的 cython 错误