SciPy 1.5.3 发行说明#
SciPy 1.5.3 是一个错误修复版本,与 1.5.2 相比没有新功能。特别值得注意的是,现在已提供 Linux ARM64 的 wheel 包,并且修复了与 XCode 12 的兼容性问题。
作者#
Peter Bell
CJ Carey
Thomas Duvernay +
Gregory Lee
Eric Moore
odidev
Dima Pasechnik
Tyler Reddy
Simon Segerblom Rex +
Daniel B. Smith
Will Tirone +
Warren Weckesser
共有 12 人为此版本做出了贡献。名字后面带有“+”的人是第一次贡献补丁。此姓名列表是自动生成的,可能不完全完整。
1.5.3 已关闭的问题#
#9611: kendall 中新的 p 值计算方法导致溢出错误…
#10069: 1.0.0 中 scipy.ndimage.watershed_ift 的回归问题
#11260: BUG: 使用复数数据时 DOP853 计算复数误差范数,导致…
#11479: RuntimeError: 加载时字典在迭代期间改变了大小…
#11972: BUG(已解决):DOP853 ODE 求解器的误差估计对于…失败
#12543: BUG: 旋转 180 度和旋转 -180 度的图片应该…
#12613: master 分支中 Travis X.4 和 X.7 失败
#12654: scipy.stats.combine_pvalues 在使用 method='mudholkar_george' 时产生错误结果
#12819: BUG: Scipy Sparse 切片索引赋值与零相关的错误
#12834: BUG: 调用 Scipy Interpolator 对象时出现 ValueError
#12836: ndimage.median 对于整数输入可能返回不正确的值
#12860: Xcode 12 构建失败
1.5.3 的拉取请求 (Pull requests)#
#12611: MAINT: 为 SciPy 1.5.3 做准备
#12614: MAINT: 防止反向广播 (reverse broadcasting)
#12617: MAINT: optimize: 在 fmin_slsqp 中处理大小为 1 的非标量数组…
#12623: MAINT: stats: 放宽某些测试容差。
#12638: CI, MAINT: 为 Azure win 固定 pytest 版本
#12668: BUG: 确保 mstats.kendalltau 中的阶乘不会过大
#12705: MAINT: `openblas_support` 添加了 sha256 哈希
#12706: BUG: 修复 fourier_ellipsoid 滤波器在一维情况下的错误
#12721: BUG: 在 ndimage.rotate 中使用 special.sindg
#12724: BUG: 根据 #12654 调整了 mudholkar_george 方法来合并 p…
#12726: BUG: 修复复数问题的 DOP853 误差范数
#12730: CI: 为 Azure windows 固定 xdist 版本
#12786: BUG: stats: 修复 ARGUS 的 `stats` 方法中的公式…
#12795: CI: 在 windows CI 上固定 setuptools 版本
#12830: [BUG] sparse: 避免在 LIL __setitem__ 中使用 size 属性
#12833: BUG: 将 globals 列表项更改为副本列表
#12842: BUG: 在 NI_WatershedElement 中为 cost 使用 uint16
#12845: BUG: 避免 ndimage.measurements.median 中的布尔或整数加法错误
#12864: BLD: 将 #include libqull_r.h 替换为 qhull_ra.h…
#12867: BUG: 修复调用 Scipy Interpolator 时产生的 ValueError…
#12902: CI: 从 pytest.ini 中移除 ‘env’
#12913: MAINT: 忽略 pytest 的 PytestConfigWarning