SciPy 1.10.1 发布说明#

SciPy 1.10.1 是一个错误修复版本,与 1.10.0 相比没有新功能。

作者#

  • 姓名(提交数)

  • alice (1) +

  • Matt Borland (2) +

  • Evgeni Burovski (2)

  • CJ Carey (1)

  • Ralf Gommers (9)

  • Brett Graham (1) +

  • Matt Haberland (5)

  • Alex Herbert (1) +

  • Ganesh Kathiresan (2) +

  • Rishi Kulkarni (1) +

  • Loïc Estève (1)

  • Michał Górny (1) +

  • Jarrod Millman (1)

  • Andrew Nelson (4)

  • Tyler Reddy (50)

  • Pamphile Roy (2)

  • Eli Schwartz (2)

  • Tomer Sery (1) +

  • Kai Striega (1)

  • Jacopo Tissino (1) +

  • windows-server-2003 (1)

共有 21 人为本次发布做出了贡献。名字旁带有“+”的人是首次贡献补丁。此姓名列表是自动生成的,可能不完全完整。

1.10.1 版本已关闭的问题#

  • #14980: BUG: Johnson 算法在没有负循环的情况下失败

  • #17670: 在 Raspberry Pi (ARM) 32位系统上安装 3.11.1 失败

  • #17715: scipy.stats.bootstrap 在统计量返回多个值时出错

  • #17716: BUG: interpolate.interpn 在只读输入时失败

  • #17718: BUG: RegularGridInterpolator 2D 混合精度崩溃

  • #17727: BUG: RegularGridInterpolator 不适用于非本机字节序

  • #17736: BUG: SciPy 即使针对其他库构建也需要 OpenBLAS

  • #17775: BUG: ksone.sf 的渐近计算有中间溢出

  • #17782: BUG: scipy.sparse.csgraph.shortest_path() 在 v1.10.0 中出现段错误

  • #17795: BUG: stats.pearsonr 单侧假设产生不正确的 p 值

  • #17801: BUG: stats.powerlaw.fit: 抛出 OverflowError

  • #17808: BUG: _build_utils/cythoner.py 中 cython 可执行文件的名称被硬编码

  • #17811: CI job with numpy nightly build failing on missing `_ArrayFunctionDispatcher.__code__`

  • #17839: BUG: 1.10.0 tests fail on i386 and other less common arches

  • #17896: DOC: publicly expose `multivariate_normal` attributes `mean`

  • #17934: BUG: meson `__config__` generation - truncated unicode characters

  • #17938: BUG: `scipy.stats.qmc.LatinHypercube` with `optimization=”random-cd”`

1.10.1 版本的拉取请求#

  • #17712: REL, MAINT: prepare for 1.10.1

  • #17717: BUG: allow readonly input to interpolate.interpn

  • #17721: MAINT: update `meson-python` upper bound to <0.13.0

  • #17726: BUG: interpolate/RGI: upcast float32 to float64

  • #17735: MAINT: stats.bootstrap: fix BCa with vector-valued statistics

  • #17743: DOC: improve the docs on using BLAS/LAPACK libraries with Meson

  • #17777: BLD: link to libatomic if necessary

  • #17783: BUG: Correct intermediate overflow in KS one asymptotic in SciPy.stats

  • #17790: BUG: signal: fix check_malloc extern declaration type

  • #17797: MAINT: stats.pearsonr: correct p-value with negative correlation

  • #17800: [sparse.csgraph] Fix a bug in dijkstra and johnson algorithm

  • #17803: MAINT: add missing `__init__.py` in test folder

  • #17806: MAINT: stats.powerlaw.fit: fix overflow when np.min(data)==0

  • #17810: BLD: use Meson’s found cython instead of a wrapper script

  • #17831: MAINT, CI: GHA MacOS setup.py update

  • #17850: MAINT: remove use of `__code__` in `scipy.integrate`

  • #17854: TST: mark test for `stats.kde.marginal` as xslow

  • #17855: BUG: Fix handling of `powm1` overflow errors

  • #17859: TST: fix test failures on i386, s390x, ppc64, riscv64 (Debian)

  • #17862: BLD: Meson `__config__` generation

  • #17863: BUG: fix Johnson’s algorithm

  • #17872: BUG: fix powm1 overflow handling

  • #17904: ENH: `multivariate_normal_frozen`: restore `cov` attribute

  • #17910: CI: use nightly numpy musllinux_x86_64 wheel

  • #17931: TST: test_location_scale proper 32bit Linux skip

  • #17932: TST: 32-bit tol for test_pdist_jensenshannon_iris

  • #17936: BUG: Use raw strings for paths in `__config__.py.in`

  • #17940: BUG: `rng_integers` in `_random_cd` now samples on a closed

  • #17942: BLD: update classifiers for Python 3.11

  • #17963: MAINT: backports/prep for SciPy 1.10.1

  • #17981: BLD: make sure macosx_x86_64 10.9 tags are being made on maintenance/1.10.x

  • #17984: DOC: update link of the logo in the readme

  • #17997: BUG: at least one entry from trial should be used in exponential