Skip to content

v2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 00:27
· 42 commits to master since this release

PrettyTables v2.3.0

Diff since v2.2.8

  • The function ft_round was broken on Julia 1.11.
  • PrettyTables.jl now have a true Markdown back end.
  • Custom types can now dispatch easier in pretty_table. (#219)
  • We now use PrecompileTools.jl to generate the precompilation statements.
  • We improved how we handle Tables.jl objects. (#220)
  • We improved the internal code style. The line width was changed from 80 characters to 92 characters, and internal function naming was modified to enhance the readability.

Merged pull requests:

Closed issues:

  • Markdown text format doesn't produce markdown alignment (#67)
  • Export as PNG or JPEG or any image (#213)
  • max_num_of_rows not taking effect in html backend (#217)
  • matrix with named tuples is not recognized (#220)