Skip to content

v2.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 00:56

PrettyTables v2.1.2

Diff since v2.1.1

The first row when accessing a Table.jl table with row access must be obtained using first instead of assuming that the first row state is 1. (PR #182)

Closed issues:

  • Use with Latexify (#180)
  • Number of rows printed by PrettyTables. (#181)

Merged pull requests:

  • Use first() function to get first row (#182) (@trulsf)