Skip to content

Commit 0d9922b

Browse files
committed
add placeholder disclaimer to v3 data types summary
1 parent 120df57 commit 0d9922b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/data_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ as are floats, with the caveat that `NaN`, positive infinity, and negative infin
4545

4646
Data types in Zarr version 3
4747
----------------------------
48-
48+
(note: placeholder text)
4949
* 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``.
5050
* No endianness
5151
* A data type can be encoded in metadata as a string or a ``JSON`` object with the structure ``{"name": <string identifier>, "configuration": {...}}``

0 commit comments

Comments
 (0)