Skip to content

Commit 8fbf673

Browse files
committed
info about v3 data types
1 parent 706e6b6 commit 8fbf673

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/user-guide/data_types.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ as are floats, with the caveat that `NaN`, positive infinity, and negative infin
4646
Data types in Zarr version 3
4747
----------------------------
4848

49+
* Data type names are different -- Zarr V2 represented the 16 bit unsigned integer data type as ``>i2``; Zarr V3 represents the same data type as ``int16``.
4950
* No endianness
50-
* Data type can be encoded as a string or a ``JSON`` object with the structure ``{"name": <string identifier>, "configuration": {...}}``
51+
* A data type can be encoded in metadata as a string or a ``JSON`` object with the structure ``{"name": <string identifier>, "configuration": {...}}``
5152

5253
Data types in Zarr-Python
5354
-------------------------

0 commit comments

Comments
 (0)