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: 失败: 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 关键字参数回传到 _asarray_validated

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

  • #5204: BUG: 正确地从ode_jacobian_function返回错误给fortran…

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

  • #5352: TST: 稀疏: 静默关于布尔索引的警告

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