v0.10.2
Highlights
- New testing utilities are exposed under the
xpx.testingnamespace to help users transition from assertion functions innp.testing. See the documentation at https://data-apis.org/array-api-extra/api-testing.html. - A new function
anglehas been added, corresponding tonp.angle.
What's Changed
- MAINT: bump version to
0.10.2.dev0by @lucascolley in #638 - DEV: turn off renovate for SciPy by @lucascolley in #639
- MAINT: lock to array-api-compat 1.14.0 by @lucascolley in #656
- DOC: add SysIdentPy to users by @lucascolley in #673
- TST: re-enable xpassing JAX tests by @lucascolley in #672
- MAINT: housekeeping after upstream progress by @lucascolley in #674
- DOC: fix SciPy vendoring example link by @lucascolley in #676
- TYP: add
pyreflyby @lucascolley in #695 - CI: add
zizmorby @lucascolley in #697 - CI: turn off deployment for environment by @lucascolley in #699
- DEV: add default environments for tasks by @lucascolley in #703
- DEV: add
writeableto ignored typos by @lucascolley in #711 - TYP: bump basedpyright by @lucascolley in #712
- DEV: bump Pixi to v0.68.0 by @lucascolley in #722
- ENH: delegate
broadcast_shapesby @Cyril-36 in #713 - ENH: testing: special case 0D-arrays for
check_shape=Falseby @prady0t in #729 - ENH: testing: add
verboseandequal_nanoptions by @prady0t in #730 - MAINT: remove NBSP char by @lucascolley in #733
- BUG: testing: fix
check_shape=Falsewith broadcasting by @prady0t in #735 - ENH: add
angleby @prady0t in #718 - DOC: add GLASS to users section by @lucascolley in #742
- ENH: testing: support 0-D arrays for
rtolandatolby @prady0t in #743 - BUG: testing: convert
torchtensors with conjugate bit set to NumPy by @prady0t in #744 - CI: use ubuntu-slim runners by @lucascolley in #745
- BUG: testing: fixing
torchconjugate bit resolve by @prady0t in #746 - ENH: testing: add
dlpackconversion support by @prady0t in #749 - ENH: testing: add
xpparam to assertion functions by @prady0t in #747 - ENH: add delegation for
kronby @Enderdead in #516 - CD: fix docs deployment by @lucascolley in #756
- ENH: testing: make assertion functions public by @lucascolley in #753
- ENH: testing: add
assert_close_nulpby @prady0t in #758 - CI: de-duplicate docs build on PRs by @lucascolley in #760
- MAINT: add
testingto__all__by @prady0t in #765 - REL: bump version to 0.10.2 by @lucascolley in #774
New Contributors
Full Changelog: v0.10.1...v0.10.2