Skip to content

Releases: ronisbr/PrettyTables.jl

v2.4.0

24 Sep 20:08
Compare
Choose a tag to compare

PrettyTables v2.4.0

Diff since v2.3.2

  • Bump StringManipulation.jl version.
  • Drop support for Julia versions lower than 1.10.

v2.3.2

26 May 20:26
Compare
Choose a tag to compare

PrettyTables v2.3.2

Diff since v2.3.1

  • Minor source-code updates.
  • We updated the documentation. We now generate almost all the figures with examples programmatically.

Merged pull requests:

Closed issues:

  • Cell display of user-defined type fallback to text/plain (#226)
  • Error printing matrix of strings (#236)
  • Feature: Double lines (#237)
  • thousand separator (#239)
  • Warning: DEPRECATION NOTICE of Formatting.jl (#240)
  • autowrap is not work (#242)
  • How to handle styled show methods? (#244)

v2.3.1

28 Nov 16:26
Compare
Choose a tag to compare

PrettyTables v2.3.1

Diff since v2.3.0

  • hline suffix decoration is now handled properly in the text back end when the lines are cropped. (#228)
  • We now redirect stdout to devnull during precompilation to avoid hanging in some scenarios. (#231)

Merged pull requests:

Closed issues:

  • How to cite this package? (#218)
  • Display SVG images in the table (#225)
  • save PreettyTables (#227)
  • hline suffix bug (#229)

v2.3.0

14 Nov 00:27
Compare
Choose a tag to compare

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)

v2.2.8

17 Oct 21:00
Compare
Choose a tag to compare

PrettyTables v2.2.8

Diff since v2.2.7

  • The print function was passing the wrong cell reference for formatters and highlighters after the middle cropping in HTML back end.

Merged pull requests:

Closed issues:

  • Rows are always omitted, despite max_num_of_rows=-1 (#214)
  • Feature request: add and option for scientific notation in LaTeX (#216)
  • vlines: missing or wrongly documented option (#221)
  • Respect alignment when tf = tf_markdown (#222)

v2.2.7

25 Jul 12:01
Compare
Choose a tag to compare

PrettyTables v2.2.7

Diff since v2.2.6

Closed issues:

  • Remove dep on Formatting.jl? (#210)
  • header is ignored for Dict (#212)

Merged pull requests:

v2.2.6

21 Jul 16:37
Compare
Choose a tag to compare

PrettyTables v2.2.6

Diff since v2.2.5

Closed issues:

  • AnsiTextCell overwrites following cells when show_row_number is set (#208)

v2.2.5

11 Jul 10:33
Compare
Choose a tag to compare

PrettyTables v2.2.5

Diff since v2.2.4

Closed issues:

  • "The number of columns in the header must be equal to that of the table" (#203)
  • vcrop_mode = :middle breaks AnsiTextCell (#207)

Merged pull requests:

v2.2.4

04 May 01:19
f797716
Compare
Choose a tag to compare

PrettyTables v2.2.4

Diff since v2.2.3

Merged pull requests:

v2.2.3

15 Mar 20:32
Compare
Choose a tag to compare

PrettyTables v2.2.3

Diff since v2.2.2

Closed issues:

  • In Latex, a way to make the header not bold? (#197)
  • saving the pretty_table as a variable ? (#200)
  • Wrong horizontal line when header is omitted (#201)