Skip to content

v0.9.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jun 00:03
· 622 commits to master since this release

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)

Diff since v0.9.0

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:

  • Change column_names to parametric field (#53) (@Tokazama)
  • Added minimal working table test with non-Vector column names (#54) (@Tokazama)
  • Add option to overwrite in text output (#56) (@ianshmean)