Skip to content
This repository has been archived by the owner on May 5, 2019. It is now read-only.

Fix printing CategoricalValue #73

Merged
merged 1 commit into from
Jun 7, 2017
Merged

Fix printing CategoricalValue #73

merged 1 commit into from
Jun 7, 2017

Conversation

nalimilan
Copy link
Member

CategoricalValue entries should always be printed via showcompact() in order
to get a short representation. This uses ourshowcompact() to do that when
printing DataTables to REPL via show, as well as when printing them to HTML,
LaTeX and CSV via printtable().

Also fix a failure due to duplicated keyword arguments on Julia 0.7, which is needed for #72.

CategoricalValue entries should always be printed via showcompact() in order
to get a short representation. This uses ourshowcompact() to do that when
printing DataTables to REPL via show, as well as when printing them to HTML,
LaTeX and CSV via printtable().

Also fix a failure due to duplicated keyword arguments on Julia 0.7.
@nalimilan nalimilan merged commit cf68f9e into master Jun 7, 2017
@nalimilan nalimilan deleted the nl/show branch June 7, 2017 08:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants