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

Julia 0.7 printing improvements #148

Merged
merged 1 commit into from
Jun 14, 2018
Merged

Julia 0.7 printing improvements #148

merged 1 commit into from
Jun 14, 2018

Conversation

nalimilan
Copy link
Member

@nalimilan nalimilan commented Jun 13, 2018

Use compact CatValue representation with Union{T,Missing} eltypes. The previous check only worked for arrays which don't support Missing on Julia 0.7. Also fix summary method, which wasn't called on Julia 0.7 due to a change in signature.

See JuliaLang/julia#26847.

Use compact CatValue representation with Union{T,Missing} eltypes.
The previous check only worked for arrays which don't support Missing
on Julia 0.7. Also fix summary method, which wasn't called on Julia 0.7
due to a change in signature.
@nalimilan nalimilan merged commit 1090d0e into master Jun 14, 2018
@nalimilan nalimilan deleted the nl/show branch June 14, 2018 07:45
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.

1 participant