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

Add support for numpy array #336

Open
dvarrazzo opened this issue Jul 17, 2022 · 1 comment
Open

Add support for numpy array #336

dvarrazzo opened this issue Jul 17, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@dvarrazzo
Copy link
Member

Natural prosecution of #192.

Binary dumping/loading would be pretty efficient, thanks to ndarray.tobytes.

It requires a dumper implementing upgrade(), because different dtypes should be dumped as different oid and with different format.

@dvarrazzo dvarrazzo added the enhancement New feature or request label Jul 17, 2022
@dvarrazzo dvarrazzo changed the title Add support for bumpy array Add support for numpy array Jul 17, 2022
@dvarrazzo dvarrazzo added this to the 3.2 milestone Sep 28, 2022
@dvarrazzo
Copy link
Member Author

I have actually received very little request for this feature. Therefor I'm thinking about not blocking 3.2 for this feature, which would require some non-trivial amount of work to be implemented.

@dvarrazzo dvarrazzo modified the milestones: 3.2, 3.3 Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant