jturner314 / ndarray-npy

.npy and .npz file format support for ndarray
https://docs.rs/ndarray-npy
Apache License 2.0
56 stars 18 forks source link

Float16 support #72

Open ArniDagur opened 4 months ago

ArniDagur commented 4 months ago

I was thinking of implementing support for float16 (<f2 and >f2) using the half crate behind a feature flag. Would that be an appreciated feature?