Skip to content

Releases: rapidfuzz/rapidfuzz-cpp

Release 1.11.3

Choose a tag to compare

@maxbachmann maxbachmann released this 18 Apr 21:43
8899e3f

Fixed

  • add missing include leading to build failures on gcc 13

Release 1.11.2

Choose a tag to compare

@maxbachmann maxbachmann released this 17 Apr 12:00

Fixed

  • fix handling of score_cutoff > 1.0 in Jaro and JaroWinkler

Release 1.11.1

Choose a tag to compare

@maxbachmann maxbachmann released this 16 Apr 23:57

Fixed

  • fix division by zero in simd implementation of normalized string metrics, when comparing empty strings

Release 1.11.0

Choose a tag to compare

@maxbachmann maxbachmann released this 16 Apr 15:58
3ed50eb

Changed

  • allow the usage of hamming for different string lengths. Length differences are handled as
    insertions / deletions

Fixed

  • fix some floating point comparisions in the test suite

Release 1.10.4

Choose a tag to compare

@maxbachmann maxbachmann released this 13 Dec 23:16
5412d5d

Changed

  • Linters are now disabled in test builds by default and can be enabled using RAPIDFUZZ_ENABLE_LINTERS

Release 1.10.3

Choose a tag to compare

@maxbachmann maxbachmann released this 13 Dec 18:55
47f180f

Fixed

  • fix warning about project_options when building the test suite with cmake>=3.24

Release 1.10.2

Choose a tag to compare

@maxbachmann maxbachmann released this 10 Dec 23:35
91830ec

Fixed

  • fuzz::partial_ratio was not always symmetric when len(s1) == len(s2)
  • fix undefined behavior in experimental SIMD implementation

Release 1.10.1

Choose a tag to compare

@maxbachmann maxbachmann released this 05 Nov 22:14
93a0b5d

Fixed

  • fuzz::partial_ratio was not always symmetric when len(s1) == len(s2)

Release 1.10.0

Choose a tag to compare

@maxbachmann maxbachmann released this 29 Oct 22:20
1a28148

Fixed

  • fix bug in Levenshtein.editops leading to crashes when used with score_hint

Changed

  • add score_hint argument to cached implementations
  • add score_hint argument to Levenshtein functions

Release 1.9.0

Choose a tag to compare

@maxbachmann maxbachmann released this 24 Oct 18:02

Added

  • added Prefix/Postfix similarity