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 32a506a commit 56be987Copy full SHA for 56be987
CHANGELOG.md
@@ -1,3 +1,20 @@
1
+# Dev
2
+
3
+## Features
4
5
+* Add `byrow(allequal)` as a special case of `byrow(isequal)`. (This feature need at least Julia 1.8)
6
7
+# Version 0.7.17
8
9
+## Fixes
10
11
+* Fix a performance issue in `sort` due to the recent change in `Threads.@threads`.
12
+* Fix the allocation problem in computing `var` and `std` in fast path of `gatherby`.
13
14
+## Performance
15
16
+* Now we exploit multithreading during gathering observation for huge data sets.
17
18
# Version 0.7.16
19
20
## Fixes
0 commit comments