stringdist 0.9.4.2 released
[This article was first published on R – Mark van der Loo, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
stringdist
0.9.4.2 was accepted on CRAN at the end of last week.
This release just fixes a few bugs affecting the stringdistmatrix
function, when called with a single argument.
From the NEWS file:
- bugfix in stringdistmatrix(a): value of p, for jw-distance was ignored (thanks to Max Fritsche)
- bugfix in stringdistmatrix(a): Would segfault on q-gram w/input > ~7k strings and q>1 (thanks to Connor McKay)
- bugfix in jaccard distance: distance not always correct when passing multiple strings (thanks to Robert Carlson)
Actually the last bug has not bitten anyone since it was masked by the second one (it was reported and fixed a long time ago but popped up again after fixing the second bug — hat tip to Hadley for testthat!). The second fix also ensures that stringdist’s memory allocator for q-gram storage is called fewer times which yields a speed gain in computation of q-gram based distances.
To leave a comment for the author, please follow the link and comment on their blog: R – Mark van der Loo.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.