zarr-developers / zarr-specs

Zarr core protocol for storage and retrieval of N-dimensional typed arrays
https://zarr-specs.readthedocs.io/
Creative Commons Attribution 4.0 International
88 stars 28 forks source link

Add bfloat16 data type #257

Open jbms opened 1 year ago

jstriebel commented 1 year ago

I would have assumed that this would be a separate spec under data-types, since it's optional.

I can see that this is a lot of boilerplate for a rather simple data type, but on the other hand not all future optional data types should be in the core spec IMO. So I'd draw the line at optional data-types.

MSanKeys963 commented 1 year ago

Thanks for sending the PR, @jbms and reviewing @jstriebel.

@jbms - do you think bfloat16 should be under data-types?