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

WIP: Use Numpy modules directly instead of SciPy aliases #121

Closed
wants to merge 1 commit into from

Conversation

StellarStorm
Copy link
Collaborator

@StellarStorm StellarStorm commented Dec 15, 2023

Commit 1: switch scipy.random to np.random
See scipy/scipy#14889 for reference

In current SciPy versions, scipy.random is no longer a thing (was previously an alias for np.random)

See scipy/scipy#14889 for reference
In current SciPy versions, scipy.random is no longer a thing (was preveiously an alias for np.random)
@loli
Copy link
Owner

loli commented Dec 15, 2023

Working on a same files ATM - never thought I would see a PR clash on this repo :)

If you feel like picking up a task, these are definitely on the todo list:

@loli
Copy link
Owner

loli commented Dec 15, 2023

Closed, as already changed. Todo list in #122

@loli loli closed this Dec 15, 2023
@loli loli deleted the scipy_to_np branch April 3, 2024 18:21
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