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

Auto-register dtypes as UDTs. #216

Merged
merged 1 commit into from
Apr 18, 2022

Conversation

eriknw
Copy link
Member

@eriknw eriknw commented Apr 18, 2022

Also, only have a single object for each numpy.dtype for UDTs. This makes it easier and less awkward for us, but could result in weirdness if the same dtype is registered multiple times under different names. Probably okay.

Also, only have a single object for each `numpy.dtype` for UDTs.  This makes it
easier and less awkward for us, but could result in weirdness if the same dtype
is registered multiple times under different names.  Probably okay.
@eriknw
Copy link
Member Author

eriknw commented Apr 18, 2022

One small step towards better and more convenient UDTs. Merging.

@eriknw eriknw merged commit 6c0c1b4 into python-graphblas:main Apr 18, 2022
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

Successfully merging this pull request may close these issues.

None yet

1 participant