Releases: ronisbr/PrettyTables.jl
Releases · ronisbr/PrettyTables.jl
v3.3.2
PrettyTables v3.3.2
- Dummy release.
Merged pull requests:
- 👷 Bump the github-actions group with 2 updates (#300) (@dependabot[bot])
v3.3.0
PrettyTables v3.3.0
- The Typst back end now has the option
minifyto 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/headerhighlighter (#122) - Table title is cut off if title is wider than table (#139)
- Markdown backend ignores
titlekeyword 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_printingis ignored (#296)
v3.2.3
PrettyTables v3.2.3
- We simplified the Typst back end to improve the performance and make the API easier to use.
v3.2.2
PrettyTables v3.2.2
v3.2.1
PrettyTables v3.2.1
- Fix border rendering in Typst merged cells.
- Fix alignment in Typst continuation cells.
v3.2.0
PrettyTables v3.2.0
- 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:
- Add backend to Typst (#281) (@gustavohtc23-sudo)
- Improve markdown docs (#282) (@langestefan)
- Fix Typst backend test naming, add Typstry extension tests, and align top string rendering (#283) (@gustavohtc23-sudo)
- Add
TypstLengthtype system and renamecolumn_widthstodata_column_widths(#287) (@gustavohtc23-sudo) - fix: use literal reset escape sequence to avoid precompilation issues (#289) (@zsoerenm)
- [Typst] Improve display of properties (#290) (@gustavohtc23-sudo)
- [Typst] Add
TypstCaptiontype for improved legends, disambiguate text attributes, and support table-level parameters (#295) (@gustavohtc23-sudo)
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
alignmentbut it doesn't exist (does it?) (#292) - [Typst] Add figure kind to table (#293)
- [Typst] Enhance typst Style definition (#294)
v0.4.2
PrettyTables v0.4.2
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
PrettyTables v3.1.2
Merged pull requests:
- Update precompilation statement (#280) (@guilhermebodin)
Closed issues:
- Error during precompilation to PkgCompiler using DataFrames (#276)
v3.1.1
PrettyTables v3.1.1
- The row group decoration is now correctly applied in the LaTeX backend. (Issue #279)
Closed issues:
v3.1.0
PrettyTables v3.1.0
- 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)