Skip to content

Commit

Permalink
news
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhwuu committed Jun 18, 2024
1 parent 68e2df5 commit 8157f07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@

15. `dcast()` now issues a warning when `fun.aggregate` is used but not provided by the user. `fun.aggregate` defaults to `length` in this case. Previously, only a message was issued. However, relying on this default often signals unexpected duplicates in the data. Therefore, a stricter class of signal was deemed more appropriate, [#5386](https://github.com/Rdatatable/data.table/issues/5386). The warning is classed as `dt_missing_fun_aggregate_warning`, allowing for more targeted handling in user code. Thanks @MichaelChirico for the suggestion and @Nj221102 for the fix.

16. `print.data.table` gains new argument `indices` that print a `data.table`'s indices without having to modify the `data.table` itself. Thanks @MichaelChirico for the report and @joshhwuu for the PR.
## TRANSLATIONS
1. Fix a typo in a Mandarin translation of an error message that was hiding the actual error message, [#6172](https://github.com/Rdatatable/data.table/issues/6172). Thanks @trafficfan for the report and @MichaelChirico for the fix.
Expand Down

0 comments on commit 8157f07

Please sign in to comment.