File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat
4646## Improvements
4747- ` revision_summary() ` now supports all ` time_type ` s.
4848- The compactification tolerance setting now works with integer-type columns.
49+ - Various functions are now faster, using faster variants of core operations and
50+ avoiding reconstructing grouped ` epi_df ` s when unnecessary.
4951
5052## Bug fixes
5153
@@ -56,6 +58,8 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat
5658 forecasts in that format.
5759- Fixed large compactification tolerances potentially removing all versions of
5860 some observations in certain cases when activity was flat.
61+ - ` [<- ` , ` [[<- ` , and ` $<- ` now properly retain ` epi_df ` -ness when used on
62+ grouped ` epi_df ` s.
5963
6064## Cleanup
6165
You can’t perform that action at this time.
0 commit comments