Skip to content

Commit 75eec87

Browse files
authored
v0.5.0 Release Candidate (#931)
* Increment version number to 0.5.0 * Update NEWS.md
1 parent 8f6e6e5 commit 75eec87

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Type: Package
22
Package: gt
3-
Version: 0.4.0.9000
3+
Version: 0.5.0
44
Title: Easily Create Presentation-Ready Display Tables
55
Description: Build display tables from tabular data with an easy-to-use set of
66
functions. With its progressive approach, we can construct display tables

NEWS.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# gt (development version)
1+
# gt 0.5.0
2+
3+
## New features
4+
5+
* The `tab_spanner()` and `tab_spanner_delim()` functions now support the addition of column spanners with unlimited levels (previously, only a single level of spanner column labels was possible to add) (#746). (#905)
6+
7+
* There is now support for the Indian numbering system, making the placement of digit-grouping separators correspond to thousand, lakh, crore, and higher quantities. This is available for several `fmt_*()` functions (`fmt_number()`, `fmt_integer()`, `fmt_currency()`, `fmt_percent()`, and `fmt_fraction()`) and is exposed as the `system` argument with two options `"intl"` (international, the default) and `"ind"` (Indian).
8+
9+
## Minor improvements and bug fixes
10+
11+
* Enhanced the `cols_merge_uncert()` function such that different lower and upper uncertainty values could be used (by specifying two columns in the `col_uncert` argument) (#884). (#888)
12+
13+
* Honor the `locale` setting from the initial `gt()` call when rendering summary rows (#906). (#907)
14+
15+
* Fixed an issue where styles that spanned multiple columns and rows in a summary block were not fully rendered (#859). (#924)
16+
17+
* Improved LaTeX rendering of certain characters (e.g, `\`, `~`, `&`, etc.). (#903)
18+
19+
* Aggregations with `summary_rows()` and `grand_summary_rows()` that might return an `NaN` (common case is using `mean(., na.rm = TRUE)` on an all-`NA` column) now return `NA`. This removes the evaluation error that would otherwise occur and provides an opportunity to replace the `NA` with an explanatory replacement string (#471, #827). (#887)
220

321
# gt 0.4.0
422

0 commit comments

Comments
 (0)