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
@@ -16,6 +16,8 @@
16
16
17
17
4.`as.data.table()` now properly handles keys: specifying keys sets them, omitting keys preserves existing ones, and setting `key=NULL` clears them, [#6859](https://github.com/Rdatatable/data.table/issues/6859). Thanks @brookslogan for the report and @Mukulyadav2004 for the fix.
18
18
19
+
5.`as.data.table.data.frame(x)` could enter an infinity loop if the S3 method for `as.data.frame(x)` was overridden without ensuring `class(as.data.frame(x)) == "data.frame"`, [#6874](https://github.com/Rdatatable/data.table/issues/6874). Thanks @matschmitz for the report and @ben-schwen for the fix.
20
+
19
21
## NOTES
20
22
21
23
1. Continued work to remove non-API C functions, [#6180](https://github.com/Rdatatable/data.table/issues/6180). Thanks Ivan Krylov for the PRs and for writing a clear and concise guide about the R API: https://aitap.codeberg.page/R-api/.
0 commit comments