Skip to content

Commit 097d889

Browse files
committed
NEWS entries
1 parent 2e0b833 commit 097d889

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
4343

4444
3. {data.table} now depends on R 3.4.0 (2017).
4545

46+
4. Changes to `fread()` output and errors:
47+
48+
+ When the size of the file exceeds the size of the address space, `fread()` now signals an informative error instead of trying to map its size modulo the address space.
49+
+ On non-Windows systems, `fread()` now prints the reason why the file couldn't be opened, which could also be due to it being too large to map.
50+
+ With `verbose=TRUE`, file sizes are now printed using binary SI prefixes, since it's always used powers of `2^10` as multipliers.
51+
4652
# data.table [v1.17.0](https://github.com/Rdatatable/data.table/milestone/34) (20 Feb 2025)
4753

4854
## POTENTIALLY BREAKING CHANGES

0 commit comments

Comments
 (0)