Skip to content

Work on public API for new DType creation #10

@seberg

Description

@seberg

@WarrenWeckesser the API for creating a new DType should largely involve calling this function:

PyArray_InitDTypeMetaFromSpec(

Currently it does not really do much, and does not work at all, but we need to work on that (and if you look at things, then input is welcome!).

} dtypemeta_slots;

Is the struct defining most of the slots on the new dtypes right now. Below it are the definitions for the FromSpec function (currently private, need to be public). The struct must remain private of course.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions