Skip to content

Releases: ronisbr/PrettyTables.jl

v3.3.2

26 Mar 01:56

Choose a tag to compare

PrettyTables v3.3.2

Diff since v3.3.1

  • Dummy release.

Merged pull requests:

  • 👷 Bump the github-actions group with 2 updates (#300) (@dependabot[bot])

v3.3.0

24 Mar 17:06

Choose a tag to compare

PrettyTables v3.3.0

Diff since v3.2.3

  • The Typst back end now has the option minify to reduce the number of lines in the output.
  • We added support for configuring table borders in the Typst back end.
  • We fixed a bug in which the remaining ANSI escape sequences in an AnsiCell were being ignored, leading to problems in some edge cases.

Closed issues:

  • New backend for math matrix printing (#47)
  • LaTeX longtables: repeat header and pre-header message (#58)
  • Render HTML in IJulia by default and add vcrop_mode to HTML (#104)
  • Feature request: row_names/header highlighter (#122)
  • Table title is cut off if title is wider than table (#139)
  • Markdown backend ignores title keyword argument (#234)
  • PrettyTables for 2-dimensional KeyedArrays (#243)
  • Markdown tables are not rendered correctly by Literate (#247)
  • Using PrettyTables.jl to generate Periodic Table charts? (#277)
  • limit_printing is ignored (#296)

v3.2.3

14 Feb 01:49

Choose a tag to compare

PrettyTables v3.2.3

Diff since v3.2.2

  • We simplified the Typst back end to improve the performance and make the API easier to use.

v3.2.2

13 Feb 13:42

Choose a tag to compare

PrettyTables v3.2.2

Diff since v3.2.1

v3.2.1

12 Feb 20:05

Choose a tag to compare

PrettyTables v3.2.1

Diff since v3.2.0

  • Fix border rendering in Typst merged cells.
  • Fix alignment in Typst continuation cells.

v3.2.0

12 Feb 18:54

Choose a tag to compare

PrettyTables v3.2.0

Diff since v3.1.2

  • Fix reset escape sequence to avoid precompilation issues. (PR #289)
  • PrettyTables.jl now has a Typst backend. (PRs #281, #283, #287, #290 and #295)
  • We improved the markdown documentation. (PR #282)

Merged pull requests:

Closed issues:

  • [Feature Request] Typst backend? (#209)
  • [Typst] Column widths are not computed correctly if we have row labels or row numbers (#284)
  • [Typst] Rename columns_width to data_column_widths (#285)
  • [Typst] Improve display of properties (#288)
  • Docs refer to alignment but it doesn't exist (does it?) (#292)
  • [Typst] Add figure kind to table (#293)
  • [Typst] Enhance typst Style definition (#294)

v0.4.2

12 Feb 18:53

Choose a tag to compare

PrettyTables v0.4.2

Diff since v0.4.1

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v3.1.2

20 Nov 21:45

Choose a tag to compare

PrettyTables v3.1.2

Diff since v3.1.1

  • We improved the compatibility with the PkgCompiler.jl. (Issue #276 and PR #280)

Merged pull requests:

Closed issues:

  • Error during precompilation to PkgCompiler using DataFrames (#276)

v3.1.1

18 Nov 17:07

Choose a tag to compare

PrettyTables v3.1.1

Diff since v3.1.0

  • The row group decoration is now correctly applied in the LaTeX backend. (Issue #279)

Closed issues:

  • _html_print suddenly fails in Julia 1.12.1 (#278)
  • LatexTableStyle.row_group_label is ignored (#279)

v3.1.0

07 Oct 23:11

Choose a tag to compare

PrettyTables v3.1.0

Diff since v3.0.11

  • The text backend now supports setting the minimum data column widths using the option minimum_data_column_widths.

Closed issues:

  • how show_subheader=false in 3.x (#275)