Skip to content

Commit

Permalink
Merge pull request #18 from HaoTy/main
Browse files Browse the repository at this point in the history
Alias jax.scipy
  • Loading branch information
jcmgray authored Jan 29, 2024
2 parents 364da7c + 9fab817 commit f9b0a44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoray/autoray.py
Original file line number Diff line number Diff line change
Expand Up @@ -1495,6 +1495,7 @@ def jax_to_numpy(x):


_BACKEND_ALIASES["jaxlib"] = "jax"
_MODULE_ALIASES["jax.scipy"] = "jax.scipy"
_MODULE_ALIASES["jax"] = "jax.numpy"
_SUBMODULE_ALIASES["jax", "complex"] = "jax.lax"
_SUBMODULE_ALIASES["jax", "linalg.expm"] = "jax.scipy.linalg"
Expand Down

0 comments on commit f9b0a44

Please # to comment.