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

Export PermutedDimsArray #20384

Merged
merged 1 commit into from Feb 3, 2017
Merged

Export PermutedDimsArray #20384

merged 1 commit into from Feb 3, 2017

Conversation

timholy
Copy link
Sponsor Member

@timholy timholy commented Feb 2, 2017

We didn't export it in the julia 0.5 timeframe because it was pretty new and I was worried the parametrization might change. Seems to be working well, though, so perhaps time to export?

@tkelman
Copy link
Contributor

tkelman commented Feb 2, 2017

does it have docs? add to stdlib index if so

@timholy
Copy link
Sponsor Member Author

timholy commented Feb 2, 2017

Docs added.

julia> B = PermutedDimsArray(A, (3,1,2));

julia> size(B)
(4,3,5)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to be:

(4, 3, 5)

to pass the doctest after #20288

@timholy timholy merged commit f66c866 into master Feb 3, 2017
@timholy timholy deleted the teh/pd_export branch February 3, 2017 08:59
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

Successfully merging this pull request may close these issues.

None yet

3 participants