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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@
67
67
68
68
14.`fcoalesce()`and`setcoalesce()`gain`nan`argumenttocontrolwhether`NaN`valuesshouldbetreatedas missing (`nan=NA`, thedefault) ornon-missing (`nan=NaN`), [#4567](https://github.com/Rdatatable/data.table/issues/4567). This provides full compatibility with `nafill()` behavior. Thanks to @ethanbsmith for the feature request and @Mukulyadav2004 for the implementation.
69
69
70
-
15.Newfunction`isoyear()`hasbeenimplementedasacomplementto`isoweek()`, returningtheISO8601yearcorrespondingtoagivendate.Forexample, `isoyear("2019-12-30")`returns2020. [#7154](https://github.com/Rdatatable/data.table/issues/7154). Thanks to @ben-schwen and @MichaelChirico for the suggestion and @venom1204 for the implementation.
70
+
15.Newfunction`isoyear()`hasbeenimplementedasacomplementto`isoweek()`, returningtheISO8601yearcorrespondingtoagivendate, [#7154](https://github.com/Rdatatable/data.table/issues/7154). Thanks to @ben-schwen and @MichaelChirico for the suggestion and @venom1204 for the implementation.
0 commit comments