Skip to content

SciPy 0.19.1

Compare
Choose a tag to compare
@rgommers rgommers released this 23 Jun 14:59
· 18681 commits to main since this release

SciPy 0.19.1 Release Notes

SciPy 0.19.1 is a bug-fix release with no new features compared to 0.19.0.
The most important change is a fix for a severe memory leak in integrate.quad.

Authors

  • Evgeni Burovski
  • Patrick Callier +
  • Yu Feng
  • Ralf Gommers
  • Ilhan Polat
  • Eric Quintero
  • Scott Sievert
  • Pauli Virtanen
  • Warren Weckesser

A total of 9 people contributed to this release.
People with a "+" by their names contributed a patch for the first time.
This list of names is automatically generated, and may not be fully complete.

Issues closed for 0.19.1

    • gh-7214: Memory use in integrate.quad in scipy-0.19.0
    • gh-7258: linalg.matrix_balance gives wrong transformation matrix
    • gh-7262: Segfault in daily testing
    • gh-7273: scipy.interpolate._bspl.evaluate_spline gets wrong type
    • gh-7335: scipy.signal.dlti(A,B,C,D).freqresp() fails

Pull requests for 0.19.1

    • gh-7211: BUG: convolve may yield inconsistent dtypes with method changed
    • gh-7216: BUG: integrate: fix refcounting bug in quad()
    • gh-7229: MAINT: special: Rewrite a test of wrightomega
    • gh-7261: FIX: Corrected the transformation matrix permutation
    • gh-7265: BUG: Fix broken axis handling in spectral functions
    • gh-7266: FIX 7262: ckdtree crashes in query_knn.
    • gh-7279: Upcast half- and single-precision floats to doubles in BSpline...
    • gh-7336: BUG: Fix signal.dfreqresp for StateSpace systems
    • gh-7419: Fix several issues in sparse.load_npz, save_npz
    • gh-7420: BUG: stats: allow integers as kappa4 shape parameters