xorbits icon indicating copy to clipboard operation
xorbits copied to clipboard

ENH: Clean up warnings

Open aresnow1 opened this issue 1 year ago • 2 comments

There are many warnings in CI now, mainly because some functions are using deprecated interfaces, and we need to clean up these warnings.

aresnow1 avatar Mar 30 '23 10:03 aresnow1

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?

Bojun-Feng avatar Apr 07 '23 19:04 Bojun-Feng

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.

aresnow1 avatar Apr 10 '23 01:04 aresnow1