Skip to content

Naming the dtypes from zarr-python#2874 #4

Open
@jhamman

Description

@jhamman

zarr-developers/zarr-python#2874 is proposing to add a number of new extension datatypes to Zarr-Python. Currently, @d-v-b has named prefixed the dtypes in that PR with numpy.. This issue proposes removing the numpy prefix. Below

Dtype Class Current name in zarr-developers/zarr-python#2874 Proposed dtype extension name
FixedLengthAscii numpy.fixed_length_ascii fixed-length-ascii
FixedLengthBytes numpy.void fixed-length-bytes
FixedLengthUnicode numpy.fixed_length_ucs4 fixed-length-ucs4
DateTime64 numpy.datetime64 datetime64

Notes:

  • The PR also includes a Structured Dtype that I am intentionally leaving out of this issue to keep the scope manageable.
  • adds extensions that zarr-python defines #1 adds the variable length string and bytes dtypes already implemented in Zarr-Python 3

Questions:

cc: @d-v-b, @normanrz, @rabernat

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions