holoviz / datashader

Quickly and accurately render even the largest data.
http://datashader.org
BSD 3-Clause "New" or "Revised" License
3.24k stars 363 forks source link

Numpy 2.0 support #1306

Closed hoxbro closed 2 months ago

hoxbro commented 8 months ago

Found with the latest release of ruff and this command ruff check . --preview --select=NPY201 --fix

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (09da5a0) 85.63% compared to head (5e54e2b) 85.63%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1306 +/- ## ======================================= Coverage 85.63% 85.63% ======================================= Files 51 51 Lines 11286 11286 ======================================= Hits 9665 9665 Misses 1621 1621 ```