|
1 | | -# gt (development version) |
| 1 | +# gt 1.2.0 |
2 | 2 |
|
3 | | -* 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) |
| 3 | +* 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) |
| 4 | + |
| 5 | +* Added the `summary_columns()` function to enable horizontal, row-wise aggregation (#382). (#2067) |
| 6 | + |
| 7 | +* 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) |
4 | 8 |
|
5 | 9 | * 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) |
6 | 10 |
|
7 | | -* Update latex Unicode conversions to be optional (default to TRUE) as well as make them work in-line (@thebioengineer, #2037, #2041) |
| 11 | +* Ensure that the `stub()` helper works with tables having a multi-column stub (#2066). (#2069) |
| 12 | + |
| 13 | +* Fixed issue where loading in the Unicode conversion file (for LaTeX output tables) fails (#2048). (#2049) |
| 14 | + |
| 15 | +* Added fix to make LaTeX Unicode conversion operations optional (as well as make them work in-line) (#2037, #2041). (@thebioengineer, #2042) |
| 16 | + |
| 17 | +* Fixed a bug where LaTeX spanner widths were based on incorrect column widths (#1922, #2016). (@shannonhaughton, #2079) |
| 18 | + |
| 19 | +* The `fmt_scientific()` function should no longer error when formatting `Inf`/`-Inf` values in a table column (#1516). (#2058) |
| 20 | + |
| 21 | +* Allow for horizontal alignment within cells of LaTeX output tables (#2001). (@thebioengineer, #2075) |
| 22 | + |
| 23 | +* Added functionality for handling tables with a multicolumn stub in the Word output format. (@romainfrancois, #2074, #2086) |
| 24 | + |
| 25 | +* We now correctly handle tables with a multicolumn stub in the RTF output format (#2045). (#2061) |
| 26 | + |
| 27 | +* Added better support for LaTeX tables with a multicolumn stub (#2044). (#2051) |
8 | 28 |
|
9 | | -* Fix bug where latex spanner widths were based on incorrect column widths (@shannonhaughton, #2016, #1922) |
| 29 | +* The `countrypops` dataset has been updated to include population values up to 2024. (#2057) |
10 | 30 |
|
11 | | -* Update latex to allow for horizontal alignment within cells (@thebioengineer, #2001) |
| 31 | +* GitHub Actions workflows were updated. (@olivroy, #2077) |
12 | 32 |
|
| 33 | +* Refactored pipe use, moving many pipes in the codebase from `%>%` to `|>`. (#2056) |
13 | 34 |
|
14 | 35 | # gt 1.1.0 |
15 | 36 |
|
|
47 | 68 |
|
48 | 69 | * The `metro` and `films` datasets have been updated. (#2026, #2027) |
49 | 70 |
|
50 | | -* Add option to control the order of footnotes (@shannonhaughton, #2023) |
| 71 | +* Add option to control the order of footnotes (#2023). (@shannonhaughton, #2036) |
51 | 72 |
|
52 | 73 | # gt 1.0.0 |
53 | 74 |
|
|
0 commit comments