Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version: PrettyTables v0.7.0 #5719

Merged
merged 1 commit into from
Nov 22, 2019

Conversation

JuliaRegistrator
Copy link
Contributor

@JuliaRegistrator JuliaRegistrator commented Nov 22, 2019

  • The keyword columns_width can be used to select the desired width for each column.
  • Add the possibility to automatically wrap the table cells when using the text back-end and the column size is fixed. This can be triggered by the keyword autowrap. (Issue New cap breaks installation #21)
  • Initial version of HTML back-end. Notice that this is the first version with a minimal set of features. This implementation should be considered beta.
  • The character " is not escaped anymore when printing cells of type AbstractString. (Issue a new UUID is generated even if there is a Project.toml with an existing one #22)
  • When using the text back-end, passing the table format as an option to pretty_table function is now deprecated. The table format in all back-ends must be passed using the keyword tf. Thus, for example, pretty_table(data, unicode_rounded) must be converted to pretty_table(data, tf = unicode_rounded).

JuliaRegistrator referenced this pull request in ronisbr/PrettyTables.jl Nov 22, 2019
@github-actions
Copy link
Contributor

Your new version pull request does not meet the following guidelines for auto-merging:

  • The following dependencies do not have a compat entry that has an upper bound: Crayons, Formatting, Parameters, Reexport

Note that the guidelines are only required for the pull request to be merged automatically. However, it is strongly recommended to follow them, since otherwise the pull request needs to be manually reviewed and merged by a human.


If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

UUID: 08abe8d2-0d0c-5749-adfa-8a2ac140af0d
Repo: https://github.com/ronisbr/PrettyTables.jl.git
Tree: 52ac60dae0fb9665546531e1ff62729013f49239

Registrator tree SHA: f50e50c1d2a1b9694b1d5749fdb25fef2ca4c291
@JuliaRegistrator JuliaRegistrator force-pushed the registrator/prettytables/08abe8d2/v0.7.0 branch from 7900147 to 17d4744 Compare November 22, 2019 00:17
JuliaRegistrator referenced this pull request in ronisbr/PrettyTables.jl Nov 22, 2019
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your new version pull request met all of the guidelines for auto-merging and is scheduled to be merged in the next round.


If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

@github-actions github-actions bot merged commit 31f6e46 into master Nov 22, 2019
@github-actions github-actions bot deleted the registrator/prettytables/08abe8d2/v0.7.0 branch November 22, 2019 00:35
@julia-tagbot
Copy link

julia-tagbot bot commented Nov 22, 2019

I've created release v0.7.0, here it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant