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
- Host: GitHub
- URL: https://github.com/numpy/numpy-user-dtypes
- Owner: numpy
- License: bsd-3-clause
- Created: 2022-11-25T13:18:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T21:46:48.000Z (about 1 year ago)
- Last Synced: 2024-10-29T14:58:24.685Z (about 1 year ago)
- Language: C
- Size: 767 KB
- Stars: 20
- Watchers: 22
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.