Skip to content

v1.15.2.2 (scipy 1.15.2)

Latest
Compare
Choose a tag to compare
@jorenham jorenham released this 07 Apr 20:58
· 10 commits to master since this release
v1.15.2.2
5630a80

What's Changed

✨ Improvements

  • ndimage: improved filter and measurement function annotations by @jorenham in #499
  • optimize: narrowed OptimizeResult.{fun,x} attrs for minimize[_scalar] by @jorenham in #504

🐛 Fixes

  • adjust pyright config for optype.numpy compatibility by @jorenham in #491
  • interpolate: accept ndarray for points in RegularGridInterpolator by @jorenham in #501
  • optimize: accept a scalar for x0 in minimize by @jorenham in #502
  • optimize: accept a scalar for x0 in fmin* by @jorenham in #503

📝 Documentation

⬆️ Dependencies

Other Changes

Full Changelog: v1.15.2.1...v1.15.2.2