v1.15.2.0
⭐ Highlights
- The repo has been transferred from
jorenham/scipy-stubs
toscipy/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 #419signal
: genericlti
, anddlti
types by @jorenham in #425optimize
: improvedlinprog
andmilp
annotations by @jorenham in #427optimize
: method-specific overloads and options forminimize_scalar
by @jorenham in #428optimize
: GenericInverseJacobian
and related types by @jorenham in #429signal
: improvements related toczt
andzoom_fft
by @jorenham in #430sparse
: genericsparray
by @jorenham in #435stats.zmap
: accept complex input and basic shape-typing by @jorenham in #457
🐛 Fixes
stats
: fixrv_discrete
sample constructor by @jorenham in #418signal
: add plain number option forfind_peaks
argument prominence by @drewsilcock in #448stats
: makeoptimizer
argument optional inrv_continuous.fit()
by @drewsilcock in #451
📝 Documentation
- Use SciPy's Code of Conduct by @jorenham in #439
- Streamlined contributing guide by @jorenham in #445
⬆️ Dependencies
- bump
sp-repo-review
to2025.1.22
by @jorenham in #426 - bump
basedpyright
to1.27.1
,ruff
to0.9.6
by @jorenham in #454 - Optype 0.9.1 by @jorenham in #449
- NumPy 2.2.3 by @jorenham in #455
- SciPy 1.15.2 by @jorenham in #456
Other Changes
- 🔖 prepare for further development by @jorenham in #415
- 🎨 optype 0.9 simplifications by @jorenham in #424
- 🔨 more
tox
, lesspoe
by @jorenham in #431 - ⬆️ bump
ruff
to0.9.3
by @jorenham in #432 - 🎨
sparse
: preferoptype.numpy
overscipy._typing
by @jorenham in #434 - 💸 remove the sponsor button by @jorenham in #437
- 🔧 scipy.org as homepage and add scipy-dev as maintainer by @jorenham in #440
- 🔧
.toml
auto-format config for vscode users by @jorenham in #444 - 🚚 change
jorenham/scipy-stubs
refs toscipy/scipy-stubs
by @jorenham in #446 - 🔨 use
uv
as source of python versions by @jorenham in #452
New Contributors
- @drewsilcock made their first contribution in #448
Full Changelog: v1.15.1.0...v1.15.2.0