Skip to content

Commit 558aa02

Browse files
updated CHANGELOG.md to contain certain missing notable changes (#82)
1 parent a86dbce commit 558aa02

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ based on empirical observation.
2323
* new dependency on packages `topn` and `sparse_dot_topn_for_blocks` to help with the matrix-blocking
2424
* capability to reuse a previously initialized StringGrouper (that is, the corpus can now persist across high-level function calls like `match_strings()`. See [README.md](https://github.com/Bergvca/string_grouper/tree/master/#corpus) for details.)
2525

26+
### Changed
27+
28+
* Improved the performance of the function `match_most_similar`.
29+
* The `Series` `duplicates` is now the left operand, while `master` is the right operand in the underlying left-join operation that does the string-matching.
30+
* Changed the default value of the keyword argument `max_n_matches` to the total number of strings in `master`. (`max_n_matches` is now defined as the maximum number of matches allowed per string in `duplicates` \[or `master` if `duplicates` is not given\]).
31+
2632

2733
## [0.5.0] - 2021-06-11
2834

0 commit comments

Comments
 (0)