Skip to content

Commit 09ece31

Browse files
tweak NEWS
1 parent 48f308e commit 09ece31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
13. In rare cases, `data.table` failed to expand ALTREP columns when assigning a full column by reference. This could result in the target column getting modified unintentionally if the next call to the data.table was a modification by reference of the source column. E.g. in `DT[, b := as.character(a)]` the string conversion gets deferred and subsequent modification of column `a` would also modify column `b`, [#5400](https://github.com/Rdatatable/data.table/issues/5400). Thanks to @aquasync for the report and Václav Tlapák for the PR.
4848

49-
14. `data.table` function is now more aligned to base R about names of the output when one of its input is a single column matrix object, [#4124](https://github.com/Rdatatable/data.table/issues/4124). Thanks to @PavoDive for reporting. For matrix column objects it will also ensure to return non-duplicated names, [#3193](https://github.com/Rdatatable/data.table/issues/3193).
49+
14. `data.table()` function is now more aligned with `data.frame()` with respect to the names of the output when one of its inputs is a single-column matrix object, [#4124](https://github.com/Rdatatable/data.table/issues/4124). We also prevent returning duplicate names for matrix column inputs, [#3193](https://github.com/Rdatatable/data.table/issues/3193). Thanks @PavoDive and @MichaelChirico for the reports and @jangorecki for the PR.
5050

5151
### NOTES
5252

0 commit comments

Comments
 (0)