Skip to content

Bump autoray from 0.8.2 to 0.8.10 - #699

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/autoray-0.8.10
Open

Bump autoray from 0.8.2 to 0.8.10#699
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/autoray-0.8.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor

Bumps autoray from 0.8.2 to 0.8.10.

Release notes

Sourced from autoray's releases.

v0.8.10

  • tensorflow: support for cholesky with upper arg, batched svd, and scipy.linalg.solve_triangular

Full Changelog: jcmgray/autoray@v0.8.9...v0.8.10

v0.8.9

  • add swapaxes function for tensorflow

v0.8.8

Enhancements:

  • autoray.lazy: add support for moveaxis and swapaxes

Full Changelog: jcmgray/autoray@v0.8.7...v0.8.8

v0.8.7

Enhancements

  • Torch improvements:
    • Added torch implementation for trace with axes specified plus tests.
    • Allowed torch default_rng seed to be None.
    • Added axis kwarg support for torch count_nonzero.
  • Added decorator support for registration APIs:
    • register_function can now be used as a decorator.
    • register_custom_wrapper can now be used as a decorator.
  • Refactored internals to use the new decorator style for function registration.

v0.8.6

What's Changed

  • add stop_gradient by @​ChenAo-Phys in jcmgray/autoray#29
  • Add torch support for scipy.linalg.solve_triangular.
  • Add tensorflow support for random.default_rng.
  • Add allclose support for lazy arrays.
  • Add Python 3.14 support.
  • Fix and sort internal backend registration functions.

New Contributors

Full Changelog: jcmgray/autoray@v0.8.5...v0.8.6

v0.8.4

Enhancements

  • add autoray.is_scalar function
  • lazy.einsum: for numpy backend set optimize=True by default
  • lazy.linalg.norm: add kwargs support
  • torch.random.default_rng: add choice support
  • move ci to pixi

... (truncated)

Commits
  • 4918edf remove stray like
  • d8a9655 add batched svd and upper cholesky tests; update triangular solve for TensorFlow
  • ba938e9 qr_allow_fat: use get_namespace
  • 80275c2 fix tensorflow swapaxes
  • f843c61 add swapaxes for tensorflow
  • 4270164 linalg.solve test, use assert_allclose
  • b7ddfcb update codecov config
  • 384f714 add tests for moveaxis and swapaxes
  • fd1f0aa lazy: add moveaxis and swapaxes
  • f7e8c8e allow register_custom_wrapper to be used as a decorator
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [autoray](https://github.com/jcmgray/autoray) from 0.8.2 to 0.8.10.
- [Release notes](https://github.com/jcmgray/autoray/releases)
- [Commits](jcmgray/autoray@v0.8.2...v0.8.10)

---
updated-dependencies:
- dependency-name: autoray
  dependency-version: 0.8.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant