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

Add more methods to convert from AbstractArray to Array #18262

Merged
merged 1 commit into from
Aug 29, 2016
Merged

Conversation

nalimilan
Copy link
Member

Conversion to Vector and Matrix without element type was not supported.
This notably affected ReshapedArrays.

I hit this while trying to convert a NullableArray to a Matrix. This should probably be backported.

@Sacha0
Copy link
Member

Sacha0 commented Aug 27, 2016

Ref. #17848, which seemed in good shape as of last activity. Fell by the wayside? Best!

@nalimilan
Copy link
Member Author

Ah, indeed, let's merge the older PR then.

@nalimilan nalimilan closed this Aug 27, 2016
@tkelman
Copy link
Contributor

tkelman commented Aug 27, 2016

Probably good to add these tests too though, since they're slightly different.

@nalimilan
Copy link
Member Author

Yeah. Let's merge the other PR, and I'll rebase this one on top of master.

@nalimilan nalimilan reopened this Aug 27, 2016
@kshyatt kshyatt added linear algebra Linear algebra types and dispatch Types, subtyping and method dispatch labels Aug 27, 2016
These were not tested systematically, and are more generally useful to
test conversions from AbstractArray.
@stevengj stevengj merged commit 4d6ceac into master Aug 29, 2016
@stevengj stevengj deleted the nl/convert branch August 29, 2016 19:16
tkelman pushed a commit that referenced this pull request Aug 29, 2016
…18262)

These were not tested systematically, and are more generally useful to
test conversions from AbstractArray.
(cherry picked from commit 4d6ceac)
mfasi pushed a commit to mfasi/julia that referenced this pull request Sep 5, 2016
…uliaLang#18262)

These were not tested systematically, and are more generally useful to
test conversions from AbstractArray.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear algebra Linear algebra types and dispatch Types, subtyping and method dispatch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants