Releases: ronisbr/PrettyTables.jl
Releases Β· ronisbr/PrettyTables.jl
v2.4.0
PrettyTables v2.4.0
- Bump StringManipulation.jl version.
- Drop support for Julia versions lower than 1.10.
v2.3.2
PrettyTables v2.3.2
- Minor source-code updates.
- We updated the documentation. We now generate almost all the figures with examples programmatically.
Merged pull requests:
- Fix documentation: default is show_subheader=true? (#233) (@nathanrboyer)
- Fix typo in markdown_backend.md docs (#238) (@nathanrboyer)
- remove left_border, right_border from TextFormat doc (#241) (@dpinol)
Closed issues:
v2.3.1
PrettyTables v2.3.1
hline
suffix decoration is now handled properly in the text back end when the lines are cropped. (#228)- We now redirect
stdout
todevnull
during precompilation to avoid hanging in some scenarios. (#231)
Merged pull requests:
- fix hline suffix bug (#228) (@m-wells)
- Fix typo in documentation (#230) (@m-wells)
- Redirect
stdout
todevnull
during precompilation (#231) (@bauglir)
Closed issues:
v2.3.0
PrettyTables v2.3.0
- 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:
v2.2.8
PrettyTables v2.2.8
- The print function was passing the wrong cell reference for formatters and highlighters after the middle cropping in HTML back end.
Merged pull requests:
- Enable easier dispatch on
pretty_table
for custom types (#219) (@jakobjpeters)
Closed issues:
v2.2.7
PrettyTables v2.2.7
Closed issues:
Merged pull requests:
- switch to Printf stdlib from Formatting (#211) (@ericphanson)
v2.2.6
PrettyTables v2.2.6
Closed issues:
- AnsiTextCell overwrites following cells when
show_row_number
is set (#208)
v2.2.5
v2.2.4
PrettyTables v2.2.4
Merged pull requests:
v2.2.3
PrettyTables v2.2.3
Closed issues: