Skip to content

Releases: rapidfuzz/rapidfuzz-cpp

Release 1.0.5

Choose a tag to compare

@maxbachmann maxbachmann released this 22 Jul 22:48

Fixed

  • fix opcode conversion for empty source sequence

Release 1.0.4

Choose a tag to compare

@maxbachmann maxbachmann released this 29 Jun 14:56
8f0b180

Fixed

  • fix implementation of hamming_normalized_similarity
  • fix implementation of CachedLCSseq::distance

Release 1.0.3

Choose a tag to compare

@maxbachmann maxbachmann released this 24 Jun 12:34

Fixed

  • fix integer wraparound in partial_ratio/partial_ratio_alignment

Release 1.0.2

Choose a tag to compare

@maxbachmann maxbachmann released this 11 Jun 14:10

Fixed

  • fix unlimited recursion in CachedLCSseq::distance
  • reduce compiler warnings

Release 1.0.1

Choose a tag to compare

@maxbachmann maxbachmann released this 16 Apr 09:56

Added

  • added LCSseq (longest common subsequence) implementation

Fixed

  • reduced compiler warnings
  • consider float imprecision in score_cutoff
  • fix incorrect score_cutoff handling in token_set_ratio and token_ratio
  • fix template deduction guides on MSVC

Release 1.0.0

Choose a tag to compare

@maxbachmann maxbachmann released this 18 Mar 16:59

initial release