v0.9.1
PrettyTables v0.9.1
- The option
overwrite
was added to the text back-end. It deletes the same amount of lines that will be printed. This can be used to provide a way to display a table that updates with time. (PR #56) - The object that complies with Table.jl API can now return any
AbstractVector
as column or row names. (PR #53 and #54)
Closed issues:
- Unable to precompile PrettyTables.jl (#49)
- Make column_names of ColumnTable parametric (#52)
- Heatmap feature (#55)
- Add documentation about the
overwrite
option in text backend (#57) - LaTeX headers: no textbf? (#59)
Merged pull requests: