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

Numpy compat features #91

Closed
3 tasks done
henryiii opened this issue Sep 10, 2019 · 0 comments
Closed
3 tasks done

Numpy compat features #91

henryiii opened this issue Sep 10, 2019 · 0 comments
Milestone

Comments

@henryiii
Copy link
Member

henryiii commented Sep 10, 2019

Add Numpy like functions

  • Add to_numpy (Produces Numpy-like output)
  • Add from_numpy (Takes Numpy-like arguments and makes a histogram )
  • Add histogram1d, etc... shortcuts (= from_numpy(...).to_numpy())

A special Numpy-backed storage could also be an interesting idea, but likely not needed.

This also covers having good compatibility with numpy:

  • Make sure .view() works with all storages
  • Buffer should either be supported completely, not at all, or conditionally on some storages.
@henryiii henryiii added this to the 0.50 milestone Sep 10, 2019
@henryiii henryiii mentioned this issue Sep 16, 2019
62 tasks
@henryiii henryiii mentioned this issue Oct 13, 2019
@henryiii henryiii modified the milestones: 0.5.0, 0.6.0 Oct 14, 2019
@henryiii henryiii modified the milestones: 0.6.0, 0.5.0 Oct 24, 2019
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