Skip to content

Commit c327a02

Browse files
committed
fix #55
1 parent ee1da4b commit c327a02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44

55
* Users now can choose between having the observations ids for the left data set and/or the right data set as part of the output data set.
66
* Add a new function `eachgroup`. It allows iteration over each group of a grouped data set.
7+
* `op` is a new keyword argument for the `update/!` functions which allows passing a user defined function to control how the value of the main data set should be updated by the values from the transaction data set.
78

89
## Fixes
910

1011
* The `combine` function will now work fine when a view of data set is passed
1112
* For the join functions the `makeunique` argument is now passed correctly to the inside functions.
13+
* `update` and `update!` have the same `mode` option by default.
1214

1315
# Version 0.7.0
1416

0 commit comments

Comments
 (0)