Skip to content

Commit 56be987

Browse files
committed
Update CHANGELOG.md
1 parent 32a506a commit 56be987

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
118
# Version 0.7.16
219

320
## Fixes

0 commit comments

Comments
 (0)