You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,12 @@ based on empirical observation.
23
23
* new dependency on packages `topn` and `sparse_dot_topn_for_blocks` to help with the matrix-blocking
24
24
* 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.)
25
25
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\]).
0 commit comments