datajoint-python icon indicating copy to clipboard operation
datajoint-python copied to clipboard

Add support for half-precision values in blobs

Open dimitri-yatsenko opened this issue 5 years ago • 0 comments
trafficstars

Both numpy and MATLAB now support half-precision float16. https://www.mathworks.com/help/fixedpoint/ref/half.html https://docs.scipy.org/doc/numpy-1.13.0/user/basics.types.html

Add support for float16 scalars and numeric arrays.

dimitri-yatsenko avatar Jan 17 '20 17:01 dimitri-yatsenko