SciPy 0.16.1 发行说明#

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

0.16.1 已关闭问题#

  • #5077: cKDTree 无法正确索引元素过多的数组

  • #5127: 0.16.0 中的回归:solve_banded 在 patsy 测试套件中出错

  • #5149: 使用 numpy 1.10.0b1 时,linalg 测试似乎导致 Python 崩溃

  • #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: 失败: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: 解决 1x1 系统时 solve_banded 失败

  • #5155: BLD: 修复 Homebrew 构建中 Python 包含文件缺失的问题。

  • #5192: BUG: 将 as_inexact kwarg 回溯到 _asarray_validated

  • #5203: BUG: 修复 lartg 0.16 回溯中未初始化使用的问题

  • #5204: BUG: 从 ode_jacobian_function 正确向 Fortran 返回错误…

  • #5207: TST: 修复 TestCtypesQuad 在 Windows Python 3.5 上的失败

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