Highlights
- Support for v2025.12 of the standard.
xpx.testingassertions now produce cleaner pytest tracebacks.py.typedis now correctly included in the package.
Breaking changes
xpx.testingassertions no longer raise anAssertionErrorwhen anxpargument is provided and the namespace of thedesiredarray differs fromxp—desiredwill instead be coerced withxp.asarrayin this case. This allows for more concise expression of the desired array without loss of strictness.
Deprecations
broadcast_shapesandexpand_dimsare deprecated — their functionality now exists in v2025.12 of the standard.
What's Changed
- BLD: a couple build improvements by @lucascolley in #786
- ENH: testing: hiding assertion internals in pytest traceback by @prady0t in #781
- API: testing: relax condition that
desiredmatchxpin assertions by @lucascolley in #785 - DOC: add missing
searchsortedentry by @lucascolley in #788 - DEP/TST/DOC: adjustments for v2025.12 of the standard by @lucascolley in #787
- REL: prepare v0.11.0 release by @lucascolley in #791
Full Changelog: v0.10.3...v0.11.0