-
Notifications
You must be signed in to change notification settings - Fork 6
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
Return numpy arrays from Rust #155
base: fastsim-2
Are you sure you want to change the base?
Conversation
It seems some pymethods that return |
@kylecarow , is this ready to go? |
@calbaker The major thing that this needs is a warning or error on setting at an index: |
@kylecarow , could you maybe make a python class that inherits |
@kylecarow, ping! |
@calbaker This one is proving tricky, maybe we could look at it together sometime |
@calbaker check this out!!!
I think setting using numpy arrays already worked, so this is something we can do now: