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: 錯誤:Johnson 演算法在沒有負環的情況下會失敗

  • #17670: 在 Raspberry Pi (ARM) 32 位元和 3.11.1 版本上安裝失敗

  • #17715: scipy.stats.bootstrap 在統計量回傳多個值時會出錯…

  • #17716: 錯誤:interpolate.interpn 在唯讀輸入下會失敗

  • #17718: 錯誤:RegularGridInterpolator 2D 混合精度崩潰

  • #17727: 錯誤:RegularGridInterpolator 在非原生位元組順序下無法運作…

  • #17736: 錯誤:即使針對不同的 BLAS 建置,SciPy 仍然需要 OpenBLAS…

  • #17775: 錯誤:ksone.sf 的漸近計算有中間溢位

  • #17782: 錯誤:在 v1.10.0 版本的 scipy.sparse.csgraph.shortest_path() 中發生 Segfault

  • #17795: 錯誤:stats.pearsonr 單邊假設產生不正確的 p 值…

  • #17801: 錯誤:stats.powerlaw.fit:引發 OverflowError

  • #17808: 錯誤:cython 可執行檔的名稱硬編碼在 _build_utils/cythoner.py 中

  • #17811: CI 工作使用 numpy nightly build 時,因缺少 `_ArrayFunctionDispatcher.__code__` 而失敗

  • #17839: 錯誤:1.10.0 版本測試在 i386 和其他較不常見的架構上失敗

  • #17896: 文件:公開 `multivariate_normal` 屬性 `mean`…

  • #17934: 錯誤:meson `__config__` 產生 - 截斷的 unicode 字元

  • #17938: 錯誤:使用 `optimization=”random-cd”` 的 `scipy.stats.qmc.LatinHypercube`…

1.10.1 的提取請求#

  • #17712: 發布,維護:準備 1.10.1

  • #17717: 錯誤:允許 interpolate.interpn 的唯讀輸入

  • #17721: 維護:更新 `meson-python` 上限至 <0.13.0

  • #17726: 錯誤:interpolate/RGI:將 float32 向上轉換為 float64

  • #17735: 維護:stats.bootstrap:修正向量值統計量的 BCa

  • #17743: 文件:改進關於使用 Meson 的 BLAS/LAPACK 函式庫的文件

  • #17777: 建置:如有必要,連結到 libatomic

  • #17783: 錯誤:修正 SciPy.stats 中 KS one 漸近式的中間溢位

  • #17790: 錯誤:signal:修正 check_malloc extern 宣告類型

  • #17797: 維護:stats.pearsonr:修正負相關的 p 值…

  • #17800: [sparse.csgraph] 修正 dijkstra 和 johnson 演算法中的錯誤

  • #17803: 維護:在 test 資料夾中新增遺失的 `__init__.py`

  • #17806: 維護:stats.powerlaw.fit:修正 np.min(data)==0 時的溢位

  • #17810: 建置:使用 Meson 找到的 cython 而不是 wrapper script

  • #17831: 維護,CI:GHA MacOS setup.py 更新

  • #17850: 維護:移除在 `scipy.integrate` 中使用 `__code__`

  • #17854: 測試:將 `stats.kde.marginal` 的測試標記為 xslow

  • #17855: 錯誤:修正 `powm1` 溢位錯誤的處理

  • #17859: 測試:修正 i386, s390x, ppc64, riscv64 (Debian) 上的測試失敗

  • #17862: 建置:Meson `__config__` 產生

  • #17863: 錯誤:修正 Johnson 演算法

  • #17872: 錯誤:修正 powm1 溢位處理

  • #17904: 增強:`multivariate_normal_frozen`:還原 `cov` 屬性

  • #17910: CI:使用 nightly numpy musllinux_x86_64 wheel

  • #17931: 測試:test_location_scale 適當的 32 位元 Linux 跳過

  • #17932: 測試:test_pdist_jensenshannon_iris 的 32 位元 tol

  • #17936: 錯誤:在 `__config__.py.in` 中為路徑使用原始字串

  • #17940: 錯誤:`_random_cd` 中的 `rng_integers` 現在在閉區間上取樣…

  • #17942: 建置:更新 Python 3.11 的分類器

  • #17963: 維護:SciPy 1.10.1 的 backports/prep

  • #17981: 建置:確保 macosx_x86_64 10.9 標籤正在 maintenance/1.10.x 上建立

  • #17984: 文件:更新 readme 中 logo 的連結

  • #17997: 錯誤:指數分佈中應至少使用一次 trial 中的一個條目…