vnmabus / dcor

Distance correlation and related E-statistics in Python
https://dcor.readthedocs.io
MIT License
144 stars 26 forks source link

relabel float to with np equivalent #4

Closed CompRhys closed 5 years ago

CompRhys commented 5 years ago

Update the can be double utility to get rid of following warning: FutureWarning: Conversion of the second argument of issubdtype from float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type.

vnmabus commented 5 years ago

The develop branch already had this change. I should publish a new version, including that and the dcor test. Sorry for not doing that before 😞.

vnmabus commented 5 years ago

I have published a new version including the recent changes in develop. Check that the warning does not appear again. If that is not the case, please reopen this PR. And thanks for the effort you have shown by solving the problem on your own!