You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ rowwiseDT(
65
65
66
66
4.`patterns()`in`melt()`combinescorrectlywithuser-defined`cols=`, whichcanbeusefultospecifyasubsetofcolumnstoreshapewithouthavingtousearegex, forexample`patterns("2", cols=c("y1", "y2"))`willonlygive`y2`evenifthereareothercolumnsintheinputmatching`2`, [#6498](https://github.com/Rdatatable/data.table/issues/6498). Thanks to @hongyuanjia for the report, and to @tdhock for the PR.
67
67
68
+
5.`setcolorder()`gains`skip_absent`toignoreunrecognized columns (i.e.columnsincludedin`neworder`butnotpresentinthedata), [#6044, #6068](https://github.com/Rdatatable/data.table/pull/6044). Default behavior (`skip_absent=FALSE`) remains unchanged, i.e. unrecognized columns result in an error. Thanks to @sluga for the suggestion and @sluga & @Nj221102 for the PRs.
69
+
68
70
## BUG FIXES
69
71
70
72
1.`fwrite()`respects`dec=','`fortimestamp columns (`POSIXct`or`nanotime`) withsub-secondaccuracy, [#6446](https://github.com/Rdatatable/data.table/issues/6446). Thanks @kav2k for pointing out the inconsistency and @MichaelChirico for the PR.
0 commit comments