Array-api-extra

Latest version: v0.7.1

Safety actively analyzes 723756 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.7.1

What's Changed
* BUG: `isclose` PyTorch Array API 2024.12 compliance by crusaderky in https://github.com/data-apis/array-api-extra/pull/165
* DOC: fix copyright by lucascolley in https://github.com/data-apis/array-api-extra/pull/168
* TST: NumPy 1.x support by crusaderky in https://github.com/data-apis/array-api-extra/pull/169
* MAINT: drop Python 3.9 informal support by crusaderky in https://github.com/data-apis/array-api-extra/pull/170
* MAINT: capitalization nits by crusaderky in https://github.com/data-apis/array-api-extra/pull/171
* docs: add crusaderky as a contributor for ideas, review, and maintenance by allcontributors in https://github.com/data-apis/array-api-extra/pull/173
* CI/MAINT: test vs. NumPy 1.22 by crusaderky in https://github.com/data-apis/array-api-extra/pull/174
* DOC: update README by lucascolley in https://github.com/data-apis/array-api-extra/pull/175
* MAINT: general deps bump by crusaderky in https://github.com/data-apis/array-api-extra/pull/176
* DOC: update homepage by lucascolley in https://github.com/data-apis/array-api-extra/pull/178
* BUG: isclose: fix multidevice for `equal_nan=True` by lithomas1 in https://github.com/data-apis/array-api-extra/pull/177
* TST: `at`: add test for device by crusaderky in https://github.com/data-apis/array-api-extra/pull/180
* docs: add lithomas1 as a contributor for bug by allcontributors in https://github.com/data-apis/array-api-extra/pull/181
* DEV: Configure pixi for Intel Macs by lithomas1 in https://github.com/data-apis/array-api-extra/pull/182
* docs: add lithomas1 as a contributor for tool by allcontributors in https://github.com/data-apis/array-api-extra/pull/183
* DEV: Add JAX to osx-64 (MacIntel) by crusaderky in https://github.com/data-apis/array-api-extra/pull/185
* DEV: pin CUDA variant for PyTorch by crusaderky in https://github.com/data-apis/array-api-extra/pull/186
* REL: set version to 0.7.1 by lucascolley in https://github.com/data-apis/array-api-extra/pull/187

New Contributors
* lithomas1 made their first contribution in https://github.com/data-apis/array-api-extra/pull/177

**Full Changelog**: https://github.com/data-apis/array-api-extra/compare/v0.7.0...v0.7.1

0.7.0

What's Changed
* ENH: `create_diagonal`: support broadcasting by NeilGirdhar in https://github.com/data-apis/array-api-extra/pull/137
* BUG: `at` should not force overwrite in Dask when copy=None by crusaderky in https://github.com/data-apis/array-api-extra/pull/135
* docs: add NeilGirdhar as a contributor for code, and test by allcontributors in https://github.com/data-apis/array-api-extra/pull/149
* docs: add lucascolley as a contributor for review by allcontributors in https://github.com/data-apis/array-api-extra/pull/150
* Bump the actions group with 3 updates by dependabot in https://github.com/data-apis/array-api-extra/pull/152
* MAINT: Upgrade to array-api-compat 1.11 by crusaderky in https://github.com/data-apis/array-api-extra/pull/120
* Bump actions/attest-build-provenance from 2.2.2 to 2.2.3 in the actions group by dependabot in https://github.com/data-apis/array-api-extra/pull/154
* BUG: `lazy_xp_function` crashes with Cython ufuncs by crusaderky in https://github.com/data-apis/array-api-extra/pull/153
* ENH: `lazy_xp_function` to materialize exceptions on Dask by crusaderky in https://github.com/data-apis/array-api-extra/pull/155
* MAINT: Allow `import xpx.testing` outside of test modules by crusaderky in https://github.com/data-apis/array-api-extra/pull/157
* MAINT: Array API 2024.12 typing nits by crusaderky in https://github.com/data-apis/array-api-extra/pull/156
* ENH: `lazy_xp_function` namespaces support by crusaderky in https://github.com/data-apis/array-api-extra/pull/158
* TYP: Full annotations for Array objects by crusaderky in https://github.com/data-apis/array-api-extra/pull/159
* TST: fix failures in `expand_dims` test by crusaderky in https://github.com/data-apis/array-api-extra/pull/162
* MAINT: sparse: bump to 0.16b3 by crusaderky in https://github.com/data-apis/array-api-extra/pull/161
* ENH: `apply_where` (migrate `lazywhere` from scipy) by crusaderky in https://github.com/data-apis/array-api-extra/pull/141
* ENH: `lazy_apply` by crusaderky in https://github.com/data-apis/array-api-extra/pull/86
* REL: prepare 0.7.0 release by lucascolley in https://github.com/data-apis/array-api-extra/pull/164


**Full Changelog**: https://github.com/data-apis/array-api-extra/compare/v0.6.1...v0.7.0

0.6.1

What's Changed
* MAINT: JAX CUDA environment by crusaderky in https://github.com/data-apis/array-api-extra/pull/95
* REL: officially adopt EffVer by lucascolley in https://github.com/data-apis/array-api-extra/pull/98
* MAINT: various refactoring by lucascolley in https://github.com/data-apis/array-api-extra/pull/101
* MAINT: clean up `pyproject.toml` by lucascolley in https://github.com/data-apis/array-api-extra/pull/102
* DOC: contributor docs for delegation by lucascolley in https://github.com/data-apis/array-api-extra/pull/103
* DEV: `pixi run lint` improvements by crusaderky in https://github.com/data-apis/array-api-extra/pull/104
* TST: better pytest short summary info by crusaderky in https://github.com/data-apis/array-api-extra/pull/105
* TST: Less redundant `skip_xp_backends` by crusaderky in https://github.com/data-apis/array-api-extra/pull/106
* docs: add crusaderky as a contributor for bug by allcontributors in https://github.com/data-apis/array-api-extra/pull/107
* docs: add kotlinisland as a contributor for review by allcontributors in https://github.com/data-apis/array-api-extra/pull/108
* docs: add detachhead as a contributor for review by allcontributors in https://github.com/data-apis/array-api-extra/pull/110
* DOC: tweak all-contributors table by lucascolley in https://github.com/data-apis/array-api-extra/pull/111
* ENH: `pad`: `pad_width` can be any sequence by crusaderky in https://github.com/data-apis/array-api-extra/pull/114
* ENH: new function `isclose` by crusaderky in https://github.com/data-apis/array-api-extra/pull/113
* MAINT: Simplify `at` implementation by crusaderky in https://github.com/data-apis/array-api-extra/pull/118
* MAINT: bump pixi to 0.40.3 by crusaderky in https://github.com/data-apis/array-api-extra/pull/123
* ENH: Test tools for jax.jit and dask by crusaderky in https://github.com/data-apis/array-api-extra/pull/115
* ENH: `at` support for bool mask in Dask and JAX by crusaderky in https://github.com/data-apis/array-api-extra/pull/121
* Bump the actions group with 3 updates by dependabot in https://github.com/data-apis/array-api-extra/pull/126
* BUG: vendored xpx.testing crashes on import by crusaderky in https://github.com/data-apis/array-api-extra/pull/127
* MAINT: import everything from array-api-compat by crusaderky in https://github.com/data-apis/array-api-extra/pull/128
* BUG: `setdiff1d` vs. non-1d arrays by crusaderky in https://github.com/data-apis/array-api-extra/pull/129
* BUG: `isclose` integer overflow by crusaderky in https://github.com/data-apis/array-api-extra/pull/130
* ENH: Array API 2024.12 binary ops vs. Python scalars by crusaderky in https://github.com/data-apis/array-api-extra/pull/131
* TST: `xfail_xp_backend` by crusaderky in https://github.com/data-apis/array-api-extra/pull/132
* DEV: Add editorconfig by NeilGirdhar in https://github.com/data-apis/array-api-extra/pull/138
* ENH: `broadcast_shapes` by crusaderky in https://github.com/data-apis/array-api-extra/pull/133
* Bump prefix-dev/setup-pixi from 0.8.1 to 0.8.2 in the actions group by dependabot in https://github.com/data-apis/array-api-extra/pull/142
* BUG: `isclose` finite vs. infinite by crusaderky in https://github.com/data-apis/array-api-extra/pull/143
* MAINT: various backports and tweaks by crusaderky in https://github.com/data-apis/array-api-extra/pull/146
* TST: refactor test_utils by crusaderky in https://github.com/data-apis/array-api-extra/pull/145
* Bump prefix-dev/setup-pixi from 0.8.2 to 0.8.3 in the actions group by dependabot in https://github.com/data-apis/array-api-extra/pull/147
* REL: set version to 0.6.1 by lucascolley in https://github.com/data-apis/array-api-extra/pull/148

New Contributors
* NeilGirdhar made their first contribution in https://github.com/data-apis/array-api-extra/pull/138

**Full Changelog**: https://github.com/data-apis/array-api-extra/compare/v0.6.0...v0.6.1

0.6.0

What's Changed
* TYP: fix basedmypy 2.9.0 errors by lucascolley in https://github.com/data-apis/array-api-extra/pull/79
* DOC: clarify `at()` patterns/antipatterns by crusaderky in https://github.com/data-apis/array-api-extra/pull/81
* ENH: allow tuple pad_width in `pad` by ev-br in https://github.com/data-apis/array-api-extra/pull/82
* MAINT: use some enums by lucascolley in https://github.com/data-apis/array-api-extra/pull/84
* TST: use pytest.importorskip by crusaderky in https://github.com/data-apis/array-api-extra/pull/85
* TST/BUG: run all tests on all backends; fix backend-specific bugs by crusaderky in https://github.com/data-apis/array-api-extra/pull/88
* ENH: new function `nunique` by crusaderky in https://github.com/data-apis/array-api-extra/pull/90
* ENH: `pad`: add delegation by lucascolley in https://github.com/data-apis/array-api-extra/pull/72
* TST: Run all tests on read-only numpy arrays by crusaderky in https://github.com/data-apis/array-api-extra/pull/92
* TST: test coverage for vendored functions by crusaderky in https://github.com/data-apis/array-api-extra/pull/93
* REL: set version to 0.6.0 by lucascolley in https://github.com/data-apis/array-api-extra/pull/94


**Full Changelog**: https://github.com/data-apis/array-api-extra/compare/v0.5.0...v0.6.0

0.5.0

What's Changed
* DEV: add numpydoc to pre-commit by lucascolley in https://github.com/data-apis/array-api-extra/pull/67
* ENH: add `pad` by ev-br in https://github.com/data-apis/array-api-extra/pull/71
* ENH: implement `at` by crusaderky in https://github.com/data-apis/array-api-extra/pull/53
* TYP: import annotations for sklearn by lucascolley in https://github.com/data-apis/array-api-extra/pull/76
* REL: set version to 0.5.0 by lucascolley in https://github.com/data-apis/array-api-extra/pull/77

New Contributors
* ev-br made their first contribution in https://github.com/data-apis/array-api-extra/pull/71

**Full Changelog**: https://github.com/data-apis/array-api-extra/compare/v0.4.0...v0.5.0

0.4.0

Highlights
- array-api-compat is now a required dependency. Co-vendoring of array-api-compat and array-api-extra is supported.

What's Changed
* Bump dawidd6/action-download-artifact from 6 to 7 in the actions group by dependabot in https://github.com/data-apis/array-api-extra/pull/46
* pixi update by crusaderky in https://github.com/data-apis/array-api-extra/pull/48
* docs: add crusaderky as a contributor for code, and doc by allcontributors in https://github.com/data-apis/array-api-extra/pull/50
* Bump the actions group with 2 updates by dependabot in https://github.com/data-apis/array-api-extra/pull/51
* Update crusaderky in contributors by crusaderky in https://github.com/data-apis/array-api-extra/pull/52
* MAINT: depend on array-api-compat by crusaderky in https://github.com/data-apis/array-api-extra/pull/47
* DEV: assorted cleanup by lucascolley in https://github.com/data-apis/array-api-extra/pull/55
* BUG: fix sinc for torch by lucascolley in https://github.com/data-apis/array-api-extra/pull/56
* DOC: update scope by lucascolley in https://github.com/data-apis/array-api-extra/pull/57
* Development QOL tweaks by crusaderky in https://github.com/data-apis/array-api-extra/pull/61
* docs: add crusaderky as a contributor for tool by allcontributors in https://github.com/data-apis/array-api-extra/pull/62
* BUG: fix device compat by lucascolley in https://github.com/data-apis/array-api-extra/pull/63
* Missing _lib/__init__.py by crusaderky in https://github.com/data-apis/array-api-extra/pull/66
* Run vendor tests locally with pixi by crusaderky in https://github.com/data-apis/array-api-extra/pull/65

New Contributors
* crusaderky made their first contribution in https://github.com/data-apis/array-api-extra/pull/48

**Full Changelog**: https://github.com/data-apis/array-api-extra/compare/v0.3.3...v0.4.0

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.