Skip to content

Releases: taleinat/fuzzysearch

v0.7.3

28 Jun 07:17
faa0f4d
Compare
Choose a tag to compare
  • Fixed segmentation faults due to wrong handling of inputs in bytes-like-only functions in C extensions.

v0.7.2

07 May 14:39
05b7e2e
Compare
Choose a tag to compare
  • Added PyPy support.
  • Several minor bug fixes.

v0.7.1

07 Apr 11:17
7380912
Compare
Choose a tag to compare
  • Dropped support for Python 3.4.
  • Removed deprecation warning with Python 3.8.
  • Fixed a couple of nasty bugs.

v0.7.0

14 Jan 19:48
c73e968
Compare
Choose a tag to compare
  • Added matched attribue to Match objects containing the matched part
    of the sequence.
  • Added support for CPython 3.8. Now supporting CPython 2.7 and 3.4-3.8.

v0.6.2

22 Apr 12:58
Compare
Choose a tag to compare
  • Fix calling search_exact() without passing end_index.
  • Fix edge case: max. dist >= sub-sequence length.

v0.6.1

22 Apr 12:53
Compare
Choose a tag to compare
  • Fixed some C compiler warnings for the C and Cython modules

v0.6.0

22 Apr 12:51
Compare
Choose a tag to compare
  • Dropped support for Python versions 2.6, 3.2 and 3.3
  • Added support and testing for Python 3.7
  • Optimized the n-grams Levenshtein search for long sub-sequences
  • Further optimized the n-grams Levenshtein search
  • Cython versions of the optimized parts of the n-grams Levenshtein search

v0.5.0

07 Sep 14:21
Compare
Choose a tag to compare
  • added support for lists and tuples as sequences
  • find_near_matches now does input type validation with informative error messages
  • fixed, improved and added tests
  • updated CI testing settings

v0.4.0

08 Jul 19:29
Compare
Choose a tag to compare
bump version to 0.4.0