-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ uuid = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" | |
license = "MIT" | ||
desc = "Print data in formatted tables" | ||
authors = ["Ronan Arraes Jardim Chagas <[email protected]>"] | ||
version = "0.9.1" | ||
version = "0.10.0" | ||
|
||
[compat] | ||
julia = "1" | ||
|
4f348d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
Release notes:
same_column_size
was renamed toequal_columns_width
.tf_
. This was required to avoid naming conflicts since some variables likematrix
have common names.screen_size
was renamed todisplay_size
.show_omitted_cell_summary
.tabular
is now wrapped inside atable
environment.crop_subheader
in text back-end. If this option istrue
, PrettyTables.jl neglects the subheader length when computing the row size, cropping it if necessary.minimum_columns_width
in text back-end. This option allows the user the specify the minimum allowed size of each column.maximum_columns_width
in text back-end. This option allows the user the specify the maximum allowed size of each column.title
. It is now possible to define the table title in all back-ends. (Issue Add title option #32)hlines
in LaTeX back-end. The user can now define where they want horizontal lines in the LaTeX back-end. (Issue LaTeX backend does not support hlines specifications #70)cell_first_line_only
. Iftrue
, then only the first line of the cells are printed.row_number_alignment
in text back-end. This option can be used to select the alignment of the row number column in text back-end.crop_num_lines_at_beginning
in text back-end. This option defines how many lines are skipped at the beginning when cropping the table.newline_at_end
in text back-end. Iffalse
, then the table is printed without a newline character at end.continuation_row_alignment
in text back-end. This option allows the user to select the alignment of the continuation row.row_number_column_title
. This selects the title of the row number column.print
orshow
to render the cells. This is selected by the keywordrenderer
.ellipsis_line_skip
in text back-end. This option configures how many lines are skipped when showing ellipsis to indicate that the lines were cropped.vcrop_mode
.#undef
cells.show_row_number
is now available in all back-ends.4f348d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/24186
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: