SciPy 0.16.1 版本發行說明#
SciPy 0.16.1 是一個錯誤修正版本,相較於 0.16.0 沒有新增功能。
0.16.1 版本已解決的問題#
#5077: cKDTree 對於元素過多的陣列索引不正確
#5127: 0.16.0 版本回歸錯誤:solve_banded 在 patsy 測試套件中發生錯誤
#5149: linalg 測試顯然導致 python 在 numpy 1.10.0b1 版本中崩潰
#5154: 0.16.0 版本在 OS X 上建置失敗;找不到 Python.h
#5173: stats.histogram 測試在 numpy 1.10 版本中失敗
#5191: Scipy 0.16.x - TypeError: _asarray_validated() 取得非預期的…
#5195: tarball 缺少文件來源
#5363: 失敗:test_orthogonal.test_j_roots, test_orthogonal.test_js_roots
0.16.1 版本的 Pull Request#
#5088: BUG: 修正 cKDTree.sparse_distance_matrix 中的邏輯錯誤
#5089: BUG: 請勿覆寫 lfilter FIR 路徑中的 b
#5128: BUG: solve_banded 在解 1x1 系統時失敗
#5155: BLD: 修正 Homebrew 建置中遺失的 Python 包含。
#5192: BUG: 將 as_inexact kwarg 回溯移植到 _asarray_validated
#5203: BUG: 修正 lartg 0.16 回溯移植中未初始化的使用
#5204: BUG: 從 ode_jacobian_function 正確地將錯誤回傳給 fortran…
#5207: TST: 修正 Windows 上 Python 3.5 的 TestCtypesQuad 失敗問題
#5352: TST: sparse: 靜音關於布林索引的警告
#5355: MAINT: 0.16.1 版本的回溯移植
#5356: REL: 更新 Paver 檔案以確保 sdist 內容對於發行版本是正常的。
#5382: 0.16.x 回溯移植:MAINT: 解決可能的 numpy ufunc 迴圈…
#5393: TST:special: 提高 test_j_roots 和 test_js_roots 的容忍度
#5417: MAINT: stats: 將 namedtuple 建立移至函式呼叫之外。