What's Changed
✨ Improvements
ndimage
: improved filter and measurement function annotations by @jorenham in #499optimize
: narrowedOptimizeResult.{fun,x}
attrs forminimize[_scalar]
by @jorenham in #504
🐛 Fixes
- adjust pyright config for
optype.numpy
compatibility by @jorenham in #491 interpolate
: acceptndarray
forpoints
inRegularGridInterpolator
by @jorenham in #501optimize
: accept a scalar forx0
inminimize
by @jorenham in #502optimize
: accept a scalar forx0
infmin*
by @jorenham in #503
📝 Documentation
⬆️ Dependencies
- upgrade
optype
to0.9.2
by @jorenham in #481 - bump
ruff
to0.11.0
by @jorenham in #484 - bump
numpy
to2.2.4
by @jorenham in #487 - update development dependencies by @jorenham in #489
- bump
optype
to0.9.3
by @jorenham in #490 - bump
ruff
to0.11.4
by @jorenham in #506
Other Changes
- 🔖 prepare for further development by @jorenham in #480
- 👷 ensure
pyright
compatibility by @jorenham in #482 - 🔧 adjust
basedmypy
config formypy
compat by @jorenham in #483 - 🔧 fix vscode settings syntax by @jorenham in #485
- 🔧 remove
files
from[tool.mypy]
by @jorenham in #486 - 💚 fix mypy_primer failure and mypy/basedmypy compat by @jorenham in #500
Full Changelog: v1.15.2.1...v1.15.2.2