xorbits
xorbits copied to clipboard
ENH: Clean up warnings
There are many warnings in CI now, mainly because some functions are using deprecated interfaces, and we need to clean up these warnings.
Hi, just wanted to check how we are planning to clean up the warnings. Are we going to rewrite the code with deprecated interfaces, or are we just suppressing the warnings in the CI?
Hi, just wanted to check how we are planning to clean up the warnings. Are we going to rewrite the code with deprecated interfaces, or are we just suppressing the warnings in the CI?
Replace these deprecated interfaces with alternative methods to eliminate these warnings. It can be divided into multiple PRs to solve this issue, with each PR addressing one type of warnings.