Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Replace KeyArray with jax.Array #44

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Replace KeyArray with jax.Array #44

merged 1 commit into from
Dec 17, 2024

Conversation

joverlee521
Copy link
Contributor

The private internal alias KeyArray was removed from jax in v0.4.36.¹ This commit replaces the private type with the recommended public type jax.Array

¹ jax-ml/jax@fee272e
² https://jax.readthedocs.io/en/latest/_autosummary/jax.Array.html#jax.Array

Resolves #43

The private internal alias `KeyArray` was removed from jax in v0.4.36.¹
This commit replaces the private type with the recommended public
type `jax.Array`.²

¹ <jax-ml/jax@fee272e>
² <https://jax.readthedocs.io/en/latest/_autosummary/jax.Array.html#jax.Array>
@marlinfiggins marlinfiggins merged commit 0736267 into main Dec 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error after fresh install due to jax v0.4.36
3 participants