Max Bachmann
|
109f94778e
|
exclude cmake on arm machines (#224)
|
2022-06-22 16:23:35 +02:00 |
Max Bachmann
|
1c583e8118
|
add tests to sdist
|
2022-06-09 13:37:27 +02:00 |
Max Bachmann
|
a9887c123b
|
Release v2.0.11
|
2022-04-23 23:29:25 +02:00 |
Max Bachmann
|
bbbe40484c
|
build PyPy3.9 wheels for Linux
|
2022-04-17 20:41:16 +02:00 |
Max Bachmann
|
83d0a77f2a
|
allow usage of system installed libs (#213)
system installed versions of `rapidfuzz-cpp`, `jarowinkler-cpp` and `taskflow` are now used, if they are available in a compatible version
|
2022-04-17 20:21:34 +02:00 |
Max Bachmann
|
82fe8ef02d
|
consider float imprecision in score_cutoff
|
2022-04-15 01:08:11 +02:00 |
Max Bachmann
|
c92eeebad1
|
fix incorrect score_cutoff handling in token_set_ratio and token_ratio
|
2022-04-07 23:49:42 +02:00 |
Max Bachmann
|
5b4da99b38
|
add longest common subsequence
|
2022-03-25 13:24:25 +01:00 |
Max Bachmann
|
87234fc798
|
release v2.0.7
|
2022-03-13 15:17:59 +01:00 |
Max Bachmann
|
ec96fd00a4
|
move Jaro/JaroWinkler into separate package
|
2022-03-06 17:02:02 +01:00 |
Max Bachmann
|
1132612455
|
fix population of sys.modules
|
2022-03-06 13:24:01 +01:00 |
Max Bachmann
|
5a82119374
|
fix integer overflow inside hashmap
|
2022-02-25 18:52:23 +01:00 |
Max Bachmann
|
d75bcf12e2
|
remove debug information
|
2022-02-21 11:03:20 +01:00 |
Max Bachmann
|
8ce153f96d
|
Add missing title
|
2022-02-19 14:25:56 +01:00 |
Max Bachmann
|
b7cc7e2e29
|
Fix incorrect Indel distance for score_cutoff=1 (#196)
When using score_cutoff=1 the Indel distance returned an incorrect
result when the two strings are not similar.
|
2022-02-18 09:02:01 +01:00 |
Max Bachmann
|
97d6638e98
|
Release v2.0.2
|
2022-02-12 20:28:31 +01:00 |
Max Bachmann
|
4444f3411f
|
Fix Indel.normalized_similarity
|
2022-02-11 16:02:00 +01:00 |
Max Bachmann
|
81ac43cbf2
|
Fix incorrect type hints
|
2022-02-09 23:02:37 +01:00 |
Max Bachmann
|
0f23bdbe5e
|
Finalize v2.0.0
|
2022-02-09 01:06:31 +01:00 |
Max Bachmann
|
0d97eec1a0
|
make editops/opcodes immutable for now
|
2022-01-24 22:59:29 +01:00 |
Max Bachmann
|
241e7fd583
|
rename algorithm.edit_based to distance
|
2022-01-12 23:22:34 +01:00 |
Max Bachmann
|
39fe0f99a8
|
implement editops for lcs
|
2022-01-10 02:55:53 +01:00 |
Max Bachmann
|
27dc52e145
|
use improved algorithm for editops calculation
|
2022-01-09 20:20:22 +01:00 |
Max Bachmann
|
712a09d834
|
add Indel distance
|
2022-01-07 02:07:46 +01:00 |
Max Bachmann
|
eff74a6b4f
|
split python and cython into separate directories
|
2022-01-07 00:38:28 +01:00 |
Max Bachmann
|
2e489fde96
|
deprecate rapidfuzz.string_metric
|
2021-12-30 23:52:18 +01:00 |
Max Bachmann
|
1371bd93b1
|
standardize RapidFuzz C-Api
|
2021-12-30 14:11:53 +01:00 |
Max Bachmann
|
e6008d0a4f
|
replace setuptools with scikit-build
|
2021-12-19 15:50:40 +01:00 |
Max Bachmann
|
0210cdf2f7
|
drop support for Python2.7 and Python3.5
|
2021-12-19 15:47:05 +01:00 |
Max Bachmann
|
54fe75fe8e
|
remove deprecated levenshtein module
|
2021-12-19 15:39:23 +01:00 |
Max Bachmann
|
85af15c363
|
change error result of hamming/levenshtein
|
2021-12-19 15:38:10 +01:00 |
Max Bachmann
|
9fbe4e5980
|
add Changelog
|
2021-12-19 15:33:38 +01:00 |