-
Notifications
You must be signed in to change notification settings - Fork 595
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
[Upstream Improvement] TrackedArray into scipy/numpy? #283
Comments
That would be cool! They have a nice development guide, since this involves an API change it would probably involve a discussion on numpy-discussion. It seems like a discussion is likely to yield a bunch of edge cases where the hashes misrepresent the array haha. I'd probably pitch the API change as a single function, something like:
|
Some quick timing examples of how a hash check compares to various operations:
|
Added to enhancement list, closing for now. |
(A bit of a weird issue, since it's more about the upstream repo than anything, also spoken from a place of fair ignorance about the subject at hand. Feel free to close :))
It occurred to me today that the TrackedArray data structure could have uses in many different applications across the numpy/scipy ecosystem. If this is the case, would there be interest in trying to get that code into numpy/scipy? If so, what barriers to entry would exist for doing so?
The text was updated successfully, but these errors were encountered: