Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support jax>=0.4.25 #36

Merged
merged 3 commits into from
Mar 3, 2024
Merged

Support jax>=0.4.25 #36

merged 3 commits into from
Mar 3, 2024

Conversation

Andrew-S-Rosen
Copy link
Contributor

@Andrew-S-Rosen Andrew-S-Rosen commented Feb 26, 2024

Closes #35.

As noted in the jax changelog, the jax.config API has been removed following a 3 month deprecation period. You are now supposed to import jax and then do jax.config to modify the config. That's what I've done in this PR.

Closes zadorlab#35.

As noted in the [jax changelog](https://jax.readthedocs.io/en/latest/changelog.html#jax-0-4-25-feb-26-2024), the `jax.config` API has been removed. You are now supposed to `import jax` and then do `jax.config` to modify the config. That's what I've done in this PR.
@ehermes ehermes merged commit ab969e3 into zadorlab:master Mar 3, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sella does not work with jax>=0.4.25
2 participants