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

Fix float16 being a floating type. #1290

Closed J08nY closed 8 months ago

J08nY commented 8 months ago

This basically applies the following: https://github.com/blaze/datashape/pull/241 to the vendored datashape. Fixes an issue where float16 is not recognized as a floating type (and as a result as a real type, which makes it not work in plots).

codecov[bot] commented 8 months ago

Codecov Report

Merging #1290 (28686e1) into main (615bf96) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1290   +/-   ##
=======================================
  Coverage   85.73%   85.73%           
=======================================
  Files          52       52           
  Lines       10870    10870           
=======================================
  Hits         9319     9319           
  Misses       1551     1551           
Files Coverage Δ
datashader/datashape/typesets.py 98.85% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more