We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56bcf6 commit 7a4f764Copy full SHA for 7a4f764
CHANGELOG.md
@@ -11,11 +11,14 @@
11
12
* `topk` now works on `DatasetColumn` / `SubDatasetColumn`.
13
14
+* Stats functions throw `ArgumentError` when an empty vector is passed to them.
15
+
16
## Performance
17
18
* The `topk` and `topkperm` functions are multithreaded ready, i.e. users can pass `threads = true` to these functions.
19
* `row_join!` allocates less when `mapformats=true`, thus, performs better. This directly affects `filewriter` performance in `DLMReader`.
-# Version 0.7.7
20
21
+ # Version 0.7.7
22
23
## New features
24
0 commit comments