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
@@ -67,6 +67,8 @@ rowwiseDT(
67
67
68
68
10.Fixedpossiblesegfaultin`setDT(df); attr(df, key) <- value; set(df, ...)`, i.e.addingcolumnstoanobjectwith`set()`thatwasconvertedtodata.tablewith`setDT()`andlaterhadattributesaddwith`attr<-`, [#6410](https://github.com/Rdatatable/data.table/issues/6410). Thanks to @hongyuanjia for the report and @ben-schwen for the PR. Note that `setattr()` should be preferred for adding attributes to a data.table.
69
69
70
+
11.`fread()`automaticallydetectstimestampswithsub-secondaccuracyagain, [#6440](https://github.com/Rdatatable/data.table/issues/6440). This was a regression due to interference with new `dec='auto'` support. Thanks @kav2k for the concise report and @MichaelChirico for the fix.
71
+
70
72
## NOTES
71
73
72
74
1.TestsrunagainwhensomeSuggestspackagesaremissing, [#6411](https://github.com/Rdatatable/data.table/issues/6411). Thanks @aadler for the note and @MichaelChirico for the fix.
0 commit comments