Skip to content

v0.11.0

Latest

Choose a tag to compare

@lucascolley lucascolley released this 10 Jun 09:54
· 2 commits to main since this release
842457a

Highlights

  • Support for v2025.12 of the standard.
  • xpx.testing assertions now produce cleaner pytest tracebacks.
  • py.typed is now correctly included in the package.

Breaking changes

  • xpx.testing assertions no longer raise an AssertionError when an xp argument is provided and the namespace of the desired array differs from xpdesired will instead be coerced with xp.asarray in this case. This allows for more concise expression of the desired array without loss of strictness.

Deprecations

  • broadcast_shapes and expand_dims are deprecated — their functionality now exists in v2025.12 of the standard.

What's Changed

Full Changelog: v0.10.3...v0.11.0