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

np.int is throwing a deprecation error #29

Open
benstear opened this issue Mar 30, 2023 · 1 comment
Open

np.int is throwing a deprecation error #29

benstear opened this issue Mar 30, 2023 · 1 comment

Comments

@benstear
Copy link

benstear commented Mar 30, 2023

https://github.com/EpistasisLab/scikit-mdr/blob/master/mdr/mdr.py#L126

is throwing

DeprecationWarning: np.int is a deprecated alias for the builtin int. To silence this warning, use int by itself. Doing this will not modify any behavior and is safe. When replacing np.int, you may wish to use e.g. np.int64 or np.int32 to specify the precision. If you wish to review your current use, check the release note link for additional information.

Numpy version: 1.24.2
Python version 3.9.1

Deprecation details can be found here

@bollwyvl
Copy link

Confirmed over on conda-forge/scikit-mdr-feedstock#2.

It's worth a gander at NEP29, or the superset, SPEC0, to get an idea of upstream support windows.

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

No branches or pull requests

2 participants