SciPy

SciPy 0.16.1 Release Notes

SciPy 0.16.1 is a bug-fix release with no new features compared to 0.16.0.

Issues closed for 0.16.1

  • #5077: cKDTree not indexing properly for arrays with too many elements
  • #5127: Regression in 0.16.0: solve_banded errors out in patsy test suite
  • #5149: linalg tests apparently cause python to crash with numpy 1.10.0b1
  • #5154: 0.16.0 fails to build on OS X; can’t find Python.h
  • #5173: failing stats.histogram test with numpy 1.10
  • #5191: Scipy 0.16.x - TypeError: _asarray_validated() got an unexpected...
  • #5195: tarballs missing documentation source
  • #5363: FAIL: test_orthogonal.test_j_roots, test_orthogonal.test_js_roots

Pull requests for 0.16.1

  • #5088: BUG: fix logic error in cKDTree.sparse_distance_matrix
  • #5089: BUG: Don’t overwrite b in lfilter’s FIR path
  • #5128: BUG: solve_banded failed when solving 1x1 systems
  • #5155: BLD: fix missing Python include for Homebrew builds.
  • #5192: BUG: backport as_inexact kwarg to _asarray_validated
  • #5203: BUG: fix uninitialized use in lartg 0.16 backport
  • #5204: BUG: properly return error to fortran from ode_jacobian_function...
  • #5207: TST: Fix TestCtypesQuad failure on Python 3.5 for Windows
  • #5352: TST: sparse: silence warnings about boolean indexing
  • #5355: MAINT: backports for 0.16.1 release
  • #5356: REL: update Paver file to ensure sdist contents are OK for releases.
  • #5382: 0.16.x backport: MAINT: work around a possible numpy ufunc loop...
  • #5393: TST:special: bump tolerance levels for test_j_roots and test_js_roots