Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for all numpy dtypes #43

Open
rmorshea opened this issue Mar 12, 2024 · 0 comments
Open

Support for all numpy dtypes #43

rmorshea opened this issue Mar 12, 2024 · 0 comments

Comments

@rmorshea
Copy link

Numpy supports the following dtypes as per the docs. However npyjs only supports the following:

character description supported
'?' boolean NO
'b' (signed) byte NO
'B' unsigned byte NO
'i' (signed) integer YES
'u' unsigned integer YES
'f' floating-point YES
'c' complex-floating point NO
'm' timedelta NO
'M' datetime NO
'O' (Python) objects N/A
'S', 'a' zero-terminated bytes (not recommended) NO
'U' Unicode string NO
'V' raw data (void) NO

Would be great to add these in.

@rmorshea rmorshea changed the title Support for all numpy dtypes: Support for all numpy dtypes Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant