Skip to content

Releases: rapidfuzz/rapidfuzz-cpp

Release 3.3.1

22 Jan 00:20
Compare
Choose a tag to compare

Fixed

  • fixed tests not building with catch2 versions >= 3.0

Release 3.3.0

18 Jan 22:10
6f34131
Compare
Choose a tag to compare

Changed

  • add C++11 and C++14 support

Release 3.2.0

17 Dec 13:13
fdbcc21
Compare
Choose a tag to compare

Performance

  • improve calculation of min score inside partial_ratio so it can skip more alignments

Release 3.1.1

24 Oct 14:08
Compare
Choose a tag to compare

Fixed

  • Fixed incorrect score calculation for SIMD implementations of Levenshtein and OSA on 32 bit systems

Release 3.1.0

24 Oct 10:21
76befcc
Compare
Choose a tag to compare

Changed

  • split editops_apply/opcodes_apply into *_apply_str and *_apply_vec. This avoids the instantiation of
    std::basic_string for unsupported types.

Release 3.0.5

02 Jul 20:04
Compare
Choose a tag to compare

Fixed

  • the editops implementation didn't properly account for some cells in the Levenshtein matrix.
    This could lead both to incorrect results and crashes.

Release 3.0.4

07 Apr 20:06
10426d2
Compare
Choose a tag to compare

Fixed

  • fix tagged version

Release 3.0.3

06 Apr 13:41
Compare
Choose a tag to compare

Fixed

  • fix potentially incorrect results of JaroWinkler when using high prefix weights

Release 3.0.2

04 Mar 11:55
cb4b1c7
Compare
Choose a tag to compare

Fixed

  • fix assert leading to compilation failures

Release 3.0.1

03 Mar 15:11
03e2dfe
Compare
Choose a tag to compare

Fixed

  • fix doxygen warnings