-
Notifications
You must be signed in to change notification settings - Fork 93
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
Strip out ArrayView #2978
Labels
Technical Debt
Rework code for more flexibility or readability
Milestone
Comments
stress-tess
added
the
Technical Debt
Rework code for more flexibility or readability
label
Feb 14, 2024
This is complicated by the fact that |
|
|
ajpotts
added a commit
to ajpotts/arkouda
that referenced
this issue
Sep 6, 2024
ajpotts
added a commit
to ajpotts/arkouda
that referenced
this issue
Sep 6, 2024
ajpotts
added a commit
to ajpotts/arkouda
that referenced
this issue
Sep 6, 2024
github-merge-queue bot
pushed a commit
that referenced
this issue
Sep 10, 2024
Co-authored-by: Amanda Potts <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Strip out the array view code. This was never fully implemented, so it's presence will just be confusing for users who think we currently have multi-dimensional array support. The idea to view a single dimensional array as multi-dimensional was based on numpy but doesn't really make sense in a distributed setting. With the progress on the array api work, there's a possibility we will be able to add support using chapel multi dimensional arrays eventually
The text was updated successfully, but these errors were encountered: