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:使用 numpy 1.10 时 stats.histogram 测试失败

  • #5191:Scipy 0.16.x - TypeError: _asarray_validated() 得到了一个意外的…

  • #5195:tarball 缺少文档源代码

  • #5363:FAIL: test_orthogonal.test_j_roots, test_orthogonal.test_js_roots

0.16.1 版本的 Pull requests#

  • #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 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 创建移到函数调用之外。