SciPy 1.5.2 版本说明#

SciPy 1.5.2 是一个 bug 修复版本,与 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 inconsistent eigvals= subset_by_index=

  • #12445: DOC:scipy.linalg.eigh

  • #12449: csr_matrix.sum() 中未过滤警告

  • #12469: SciPy 1.9 LSQSphereBivariateSpline 中出现异常

  • #12487: BUG:optimize:approx_fprime 结果不正确

  • #12493: CI:维护分支的 GitHub Actions

  • #12533: eigh 给出错误结果

  • #12579: BLD, MAINT:wheels repo 中的 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:optimize:在 new_bounds_to_old/old_bounds_to_new 中转换边界到浮点数

  • #12442: MAINT:linalg:修复 eigvalsh 的输入参数

  • #12461: MAINT: sparse:编写 matrix/asmatrix 包装器而不发出警告…

  • #12478: BUG:修复 array_like 输入缺陷并为所有函数添加测试…

  • #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:向 travis 构建矩阵添加 GCC 4.8 条目

  • #12591: BLD:修复 master 分支 cython 上的 cython 错误