You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/data_types.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Thus the JSON identifier for a Numpy-compatible data type is just the Numpy ``st
37
37
38
38
.. note::
39
39
The ``<`` character in the data type metadata encodes the `endianness <https://numpy.org/doc/2.2/reference/generated/numpy.dtype.byteorder.html>`_, or "byte order", of the data type. Following Numpy's example,
40
-
Zarr version 2 data types associate each data type with an endianness where applicable. Zarr version 3 data types do not store endianness information.
40
+
in Zarr version 2 each data type has an endianness where applicable. However, Zarr version 3 data types do not store endianness information.
41
41
42
42
In addition to defining a representation of the data type itself (which in the example above was just a simple string ``"<i8"``, Zarr also
43
43
defines a metadata representation of scalars associated with that data type. Integers are stored as ``JSON`` numbers,
0 commit comments