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

Create jax_random_future flag & make jax.random.loggamma more robust #12539

Closed
wants to merge 3 commits into from

Conversation

jakevdp
Copy link
Collaborator

@jakevdp jakevdp commented Sep 27, 2022

This fixes a long-standing TODO regarding the implementation of random.loggamma; technically this is a breaking change as it changes the stream of random values that are produced. For this reason, I put the changes behind a jax_random_future flag, as suggested by @froystig to align these changes with other upcoming changes to jax.random.

@jakevdp jakevdp requested a review from froystig September 27, 2022 21:12
@jakevdp jakevdp self-assigned this Sep 27, 2022
@jakevdp jakevdp marked this pull request as draft September 27, 2022 21:12
Copy link
Member

@froystig froystig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also enable jax_random_future in one of our github CI runs?

@jakevdp
Copy link
Collaborator Author

jakevdp commented Sep 28, 2022

Should we also enable jax_random_future in one of our github CI runs?

Done

@jakevdp jakevdp closed this Jul 18, 2023
@jakevdp jakevdp deleted the random-future branch July 18, 2023 20:26
@jakevdp
Copy link
Collaborator Author

jakevdp commented Jul 18, 2023

Replaced by #16779

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.

2 participants