We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d6679 commit be3e51aCopy full SHA for be3e51a
1 file changed
changes/2874.feature.rst
@@ -14,7 +14,7 @@ was a NumPy ``dtype`` object, and ``ArrayV3Metadata.data_type`` was an internall
14
After this change, both ``ArrayV2Metadata.dtype`` and ``ArrayV3Metadata.data_type`` are instances of
15
``ZDType``. A NumPy data type can be generated from a ``ZDType`` via the ``ZDType.to_native_dtype()``
16
method. The internally-defined Zarr V3 ``enum`` class is gone entirely, but the ``ZDType.to_json(zarr_format=3)``
17
-method can be used to generate a dictionary that has a ``name`` field that contains the string value
18
-previously associated with that ``enum``.
+method can be used to generate either a string, or dictionary that has a string ``name`` field, that
+represents the string value previously associated with that ``enum``.
19
20
For more on this new feature, see the `documentation </user-guide/data_types.html>`_
0 commit comments