Skip to content

Commit 6ec8419

Browse files
committed
Update CHANGELOG.md
1 parent 4283dd2 commit 6ec8419

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
* A new functionality has been added to `byrow` for passing a Tuple of column indices. `byrow(ds, fun, cols)` calls `fun.(ds[:, cols[1]], ds[:, cols[2]], ...)` when `cols` is a NTuple of column indices.
66

7+
## Fixes
8+
9+
* Fix type ambiguity in `filter/!`
10+
711
# Version 0.7.6
812

913
## New features

0 commit comments

Comments
 (0)