An open API service indexing awesome lists of open source software.

https://github.com/numpy/numpy-user-dtypes

Repository for example user DTypes using the new API
https://github.com/numpy/numpy-user-dtypes

Last synced: about 2 months ago
JSON representation

Repository for example user DTypes using the new API

Awesome Lists containing this project

README

          

# numpy-user-dtypes

Repository for development of dtypes making use of the [NEP
42](https://numpy.org/neps/nep-0042-new-dtypes.html) extensible dtype API. See
the readme files in each example dtype for build instructions.

These dtypes are not meant for real-world use yet. The dtype API is not
finalized and the dtypes in this repository are still active works in progress.