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

WIP: Add rollaxis #2955

Closed
wants to merge 4 commits into from
Closed

WIP: Add rollaxis #2955

wants to merge 4 commits into from

Conversation

jakirkham
Copy link
Member

Partially addresses issue ( #2559 ).

Implements rollaxis for Dask Arrays. Adds rollaxis to the public API and documents it. Provides some tests of rollaxis from Dask Array compared to NumPy.

@jakirkham
Copy link
Member Author

This is still incomplete ATM. So will need some more work before it can be reviewed.

Uses `transpose` to swap axes.
Make `rollaxis` part of the Dask Array public API.
Provide some basic tests to compare the Dask Array and NumPy
implementations of `rollaxis`.
Make sure the Dask Array API of `rollaxis` is documented.
@jrbourbeau
Copy link
Member

jrbourbeau commented Jun 18, 2019

Is it safe to close this PR as it's superseded by #4822?

@jakirkham jakirkham closed this Jun 18, 2019
@jakirkham jakirkham deleted the add_rollaxis branch June 18, 2019 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants