v0.10.0
Highlights
- Support for Python 3.14. No more support for Python 3.10.
- New vectorized version of the standard's
searchsorted - kwargs support in
apply_where
What's Changed
- MAINT: bump to v0.10.0.dev0 by @lucascolley in #575
- MAINT: drop Python 3.10 by @lucascolley in #573
- BLD/DEV: switch to meson-python and pixi-build by @lucascolley in #583
- MAINT: officially support Python 3.14 by @lucascolley in #567
- ENH: apply_where: add kwargs support by @mdhaber in #624
- ENH: Add vectorized
searchsortedby @mdhaber in #531 - TST/DOC/DEV: add missing
lazy_xp_functioncalls, update contributing docs by @lucascolley in #627 - REL: prepare v0.10.0 by @lucascolley in #629
Full Changelog: v0.9.2...v0.10.0