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 测试在 numpy 1.10.0b1 下显然导致 python 崩溃
#5154: 0.16.0 在 OS X 上构建失败;找不到 Python.h
#5173: 使用 numpy 1.10 时 stats.histogram 测试失败
#5191: Scipy 0.16.x - TypeError: _asarray_validated() 得到了一个意外的…
#5195: tar 包缺少文档源
#5363: 失败:test_orthogonal.test_j_roots, test_orthogonal.test_js_roots
0.16.1 的拉取请求#
#5088: BUG: 修复 cKDTree.sparse_distance_matrix 中的逻辑错误
#5089: BUG: 不要覆盖 lfilter FIR 路径中的 b
#5128: BUG: solve_banded 在求解 1x1 系统时失败
#5155: BLD: 修复 Homebrew 构建中缺少的 Python include。
#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 创建移到函数调用之外。