-
-
Notifications
You must be signed in to change notification settings - Fork 14
FEAT: Adding pickle support to quaddtype #232
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
base: main
Are you sure you want to change the base?
Conversation
|
We might not need to use
Our |
|
hash implementation might require some careful handling https://github.com/python/cpython/blob/20b69aac0d19a5e5358362410d9710887762f0e7/Python/pyhash.c#L87 I'll do this in a different PR and then we can close the #231 |
jorenham
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stub changes looks good to me
|
Why is the backend provided as an integer? A string literal might be a lot clearer, or if it has to be an int maybe we could add an int enum? |
Internally |
|
I suppose you could do |
Co-authored-by: Joren Hammudoglu <[email protected]>
This PR adds the pickle support as per #231
Usage:
Using
np.savez