Commit fd90c5b
authored
fix(deps): use jnp.moveaxis instead of jax.batching.moveaxis (#72)
[Jax 0.7.1](https://docs.jax.dev/en/latest/changelog.html) deprecates
`jax.batching.moveaxis` and recommends switching to `jnp.moveaxis`
#### Description of changes
Followed the recommendation!
#### Testing done
CI passes with jax 0.7.1 (and whatever version the lockfile specifies on
github)1 parent 5bfc9d0 commit fd90c5b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
246 | 247 | | |
247 | 248 | | |
248 | 249 | | |
249 | | - | |
| 250 | + | |
250 | 251 | | |
251 | 252 | | |
252 | 253 | | |
| |||
0 commit comments