https://github.com/numpy/numpy-dtypes
Repository for the development of user dtypes for numpy.
https://github.com/numpy/numpy-dtypes
Last synced: 2 months ago
JSON representation
Repository for the development of user dtypes for numpy.
- Host: GitHub
- URL: https://github.com/numpy/numpy-dtypes
- Owner: numpy
- Archived: true
- Created: 2012-05-07T14:02:38.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T13:16:46.000Z (about 3 years ago)
- Last Synced: 2024-04-12T04:13:44.161Z (over 1 year ago)
- Language: C
- Size: 1.05 MB
- Stars: 22
- Watchers: 36
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
:warning: These examples are for legacy DTypes :warning:
========================================================
NumPy has new-style DTypes with additional features and improved consistency. As of NumPy 1.24, these still require use of unstable/experimental API and are not quite production ready. However, projects planning in the mid- or long-term are recommended to use the new API, and we are actively working on finalizing them.
Because of this, no more improvements are expectd here and this repository is now archived.
Examples for new style DTypes can be found in https://github.com/numpy/numpy-user-dtypes
numpy-dtypes
============
Repository for the development of user dtypes for numpy.