Skip to content

Commit f58a174

Browse files
committed
docs: add NEWS.md entries
1 parent 2d282aa commit f58a174

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)