- fuzzy_join and Joiner now allow to choose the metric that should be used for matching.
- ApplyToCols now has the exclude_cols parameter, to define which columns should not be transformed.
- It is now possible to pass arguments to the scorers in Data Ops, such as sample weights.
- Diagrams for the Learner and parameter searches now include the full DataOp graph in their notebook repr.
- It is now possible to find nodes by name in the DataOp graph.