Recent Releases of fuzzysearch
fuzzysearch - v0.7.3
- Fixed segmentation faults due to wrong handling of inputs in bytes-like-only functions in C extensions.
- Python
Published by taleinat over 5 years ago
fuzzysearch - v0.7.2
- Added PyPy support.
- Several minor bug fixes.
- Python
Published by taleinat almost 6 years ago
fuzzysearch -
- Dropped support for Python 3.4.
- Removed deprecation warning with Python 3.8.
- Fixed a couple of nasty bugs.
- Python
Published by taleinat almost 6 years ago
fuzzysearch - v0.7.0
- Added
matchedattribue toMatchobjects containing the matched part of the sequence. - Added support for CPython 3.8. Now supporting CPython 2.7 and 3.4-3.8.
- Python
Published by taleinat about 6 years ago
fuzzysearch - v0.6.2
- Fix calling
search_exact()without passingend_index. - Fix edge case: max. dist >= sub-sequence length.
- Python
Published by taleinat almost 7 years ago
fuzzysearch - v0.6.1
- Fixed some C compiler warnings for the C and Cython modules
- Python
Published by taleinat almost 7 years ago
fuzzysearch - v0.6.0
- 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
- Python
Published by taleinat almost 7 years ago
fuzzysearch - v0.5.0
- added support for lists and tuples as sequences
find_near_matchesnow does input type validation with informative error messages- fixed, improved and added tests
- updated CI testing settings
- Python
Published by taleinat over 8 years ago