File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version 0.9.6.0
4
4
- New function 'extract': fuzzy matching equivalent of stringr::str_extract.
5
5
- New algorithm 'running_cosine': fast fuzzy text search using cosine distance.
6
6
- New function 'stringsimmatrix' (Thanks to Johannes Gruber).
7
+ - Number of threads used is now reported when loading 'stringdist'.
7
8
- Internal fixes (in some cases class() == 'class' was used).
8
9
9
10
version 0.9.5.5
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ mymsg <- message
28
28
nthread <- min(omp_thread_limit ,nthread )
29
29
30
30
options(sd_num_thread = nthread )
31
+ packageStartupMessage(sprintf(" stringdist uses %d threads." , nthread ))
31
32
}
32
33
33
34
# When necessary and possible, argument is coverted to integers.
You can’t perform that action at this time.
0 commit comments