Changes in version 0.1.4 (2025-03-08) - Fix new-delete-type mistmatch identified by gcc Asan Changes in version 0.1.3 (2025-03-07) - Fix deprecated C++ syntax (literal operators) and avoid specifying C+11 as required by new CRAN policy. Changes in version 0.1.2 (2022-03-16) - Fix compilation issue with GCC12 toolchain. Changes in version 0.1.1 (2020-12-10) - Add support for comparing sequences, represented as atomic vectors - Fix bug in DamerauLevenshtein that resulted in incorrect computation of transposition costs - Rename "Measure" to "Comparator" throughout - Reclassify MongeElkan and FuzzyTokenSet as token comparators, which operate on lists of token vectors, rather than vectors of (pre-tokenized) strings - Improve documentation Changes in version 0.1.0 - Initial release