Skip to content

ENH: expose numpy.dtype.flags bitmasks in numpy.dtypes #24963

@graingert

Description

@graingert

Proposed new feature or change:

currently the numpy.dtype.flags bitmasks are exposed in numpy._core.multiarray

the flag numpy._core.multiarray.LIST_PICKLE is used by distributed to determine how best to pickle an ndarray so it would be great if there were a public namespace to access these flags, eg numpy.dtypes.LIST_PICKLE

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions