Skip to content

v1.16.2.4

Choose a tag to compare

@jorenham jorenham released this 17 Oct 03:52
· 115 commits to master since this release
v1.16.2.4
528e977

This release targets SciPy 1.16.2 and supports Python 3.11-3.14, NumPy 1.25-2.3, and optype 0.14.

Resolved Issues

  • optimize.least_squares resolves as a module type instead of a function type (mypy-only) by @hypzz in #939
  • Could not access item in TypedDict for properties of scipy.signal.find_peaks by @Stephen-Armstrong in #944

What's Changed

✨ Improvements

  • signal.find_peaks: specialized return types for all 32 input combinations by @jorenham in #945

↪️ Workarounds

  • optimize.least_squares: workaround for an import resolution bug in mypy by @jorenham in #940

📝 Documentation

🧹 Maintenance

Full Changelog: v1.16.2.3...v1.16.2.4