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
46
46
## Improvements
47
47
- ` revision_summary() ` now supports all ` time_type ` s.
48
48
- 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.
49
51
50
52
## Bug fixes
51
53
@@ -56,6 +58,8 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat
56
58
forecasts in that format.
57
59
- Fixed large compactification tolerances potentially removing all versions of
58
60
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.
59
63
60
64
## Cleanup
61
65
You can’t perform that action at this time.
0 commit comments