Skip to content

v1.15.2.0

Compare
Choose a tag to compare
@jorenham jorenham released this 17 Feb 05:04
· 776 commits to master since this release
v1.15.2.0
76b2d8a

⭐ Highlights

  • The repo has been transferred from jorenham/scipy-stubs to scipy/scipy-stubs by @rgommers
  • Support for SciPy 1.15.2 and NumPy 2.2.3

What's Changed

✨ Improvements

  • special: improved dtype handling in the "basic" functions by @jorenham in #419
  • signal: generic lti, and dlti types by @jorenham in #425
  • optimize: improved linprog and milp annotations by @jorenham in #427
  • optimize: method-specific overloads and options for minimize_scalar by @jorenham in #428
  • optimize: Generic InverseJacobian and related types by @jorenham in #429
  • signal: improvements related to czt and zoom_fft by @jorenham in #430
  • sparse: generic sparray by @jorenham in #435
  • stats.zmap: accept complex input and basic shape-typing by @jorenham in #457

🐛 Fixes

  • stats: fix rv_discrete sample constructor by @jorenham in #418
  • signal: add plain number option for find_peaks argument prominence by @drewsilcock in #448
  • stats: make optimizer argument optional in rv_continuous.fit() by @drewsilcock in #451

📝 Documentation

⬆️ Dependencies

Other Changes

New Contributors

Full Changelog: v1.15.1.0...v1.15.2.0