You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
# gt 1.2.0
4
4
5
-
* The new `fmt_number_si()` function format numeric values with SI prefixes and an optional unit (could be obtained from a separate column), automatically selecting the appropriate prefix to keep the mantissa in a readable range (#1999). (#2060)
5
+
* The new `fmt_number_si()` function format numeric values with SI prefixes and an optional unit (which could be also be obtained from a separate column), automatically selecting the appropriate prefix to keep the mantissa in a readable range (#1999). (#2060)
6
6
7
7
* Added the `summary_columns()` function to enable horizontal, row-wise aggregation (#382). (#2067)
8
8
9
9
* Added the `min_sep_threshold` argument to numeric formatting functions; this controls the minimum number of digits required in the integer part of a number for grouping separators to be applied (#908). (#2064)
10
10
11
11
* Added the `omit_na_group` argument to the `gt()` function; when `TRUE`, rows with `NA` values in the `groupname_col` be excluded from row group assignment (the default of `FALSE` preserves the old behavior) (#1215). (#2062)
12
12
13
-
*Ensure that the `stub()` helper works with tables having a multi-column stub (#2066). (#2069)
13
+
*The `stub()` helper now works with tables having a multi-column stub (#2066). (#2069)
14
14
15
15
* Fixed issue where loading in the Unicode conversion file (for LaTeX output tables) fails (#2048). (#2049)
0 commit comments