Skip to content

Commit 7a4f764

Browse files
committed
Update CHANGELOG.md
1 parent f56bcf6 commit 7a4f764

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@
1111

1212
* `topk` now works on `DatasetColumn` / `SubDatasetColumn`.
1313

14+
* Stats functions throw `ArgumentError` when an empty vector is passed to them.
15+
1416
## Performance
1517

1618
* The `topk` and `topkperm` functions are multithreaded ready, i.e. users can pass `threads = true` to these functions.
1719
* `row_join!` allocates less when `mapformats=true`, thus, performs better. This directly affects `filewriter` performance in `DLMReader`.
18-
# Version 0.7.7
20+
21+
# Version 0.7.7
1922

2023
## New features
2124

0 commit comments

Comments
 (0)