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

Move towards np.random.default_rng #150

Open
sappelhoff opened this issue Aug 13, 2024 · 0 comments
Open

Move towards np.random.default_rng #150

sappelhoff opened this issue Aug 13, 2024 · 0 comments
Labels
maintenance basic code health tasks
Milestone

Comments

@sappelhoff
Copy link
Owner

We are still using numpy's old random API in many places. It would be good to migrate to the recommended np.random.default_rng.

This might turn out to be difficult, given our many tests that need to remain compatible with matlab, etc.

xrefs:

cc @a-hurst

@sappelhoff sappelhoff added this to the 0.5.0 milestone Aug 14, 2024
@sappelhoff sappelhoff added the maintenance basic code health tasks label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance basic code health tasks
Projects
None yet
Development

No branches or pull requests

1 participant