@@ -22,7 +22,7 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat
2222 for users without a compiler, we have placed ` {trendfilter} ` in Suggests:; if
2323 you want to use ` method = "trendfilter" ` you will need to manually install
2424 this dependency (e.g., with ` remotes::install_github("glmgen/trendfilter") ` ).
25- - In ` revision_summary() ` :
25+ - In ` revision_summary() ` (aliased to ` revision_analysis() ` ) :
2626 - The ` should_compactify ` argument is now called ` compactify ` . To migrate,
2727 change any calls with ` should_compactfiy = ` to ` compactify = ` .
2828 - Output now uses the name ` lag_near_latest ` instead of ` time_near_latest ` . To
@@ -36,6 +36,11 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat
3636 - ` min_waiting_period ` now defines a nonstrict inequality instead of a strict
3737 one. To obtain the old bounds, bump the ` min_waiting_period ` up to the next
3838 possible value for your ` time_type ` .
39+ - Added a ` print() ` method to take the place of ` print_inform ` .
40+ - Removed the the argument ` print_inform ` . This is now always false. Replaced
41+ with an option, ` return_only_tibble ` to return only the tibble of results
42+ rather than the full S3 object.
43+
3944- In ` key_colnames() ` :
4045 - On regular (non-` epi_df ` ) data frames, now requires manual specification of
4146 ` geo_keys ` , ` other_keys ` , and ` time_keys ` .
@@ -53,7 +58,7 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat
5358 ` .facet_filter ` which allows explicit selection of facets to show.
5459
5560## Improvements
56- - ` revision_summary() ` now supports all ` time_type ` s.
61+ - ` revision_summary() ` now supports all ` time_type ` s. Printed summary is more attractive.
5762- The compactification tolerance setting now works with integer-type columns.
5863- Various functions are now faster, using faster variants of core operations and
5964 avoiding reconstructing grouped ` epi_df ` s when unnecessary.
0 commit comments