Commit Graph

551 Commits

Author SHA1 Message Date
Guy Rosin a0b75e630e
Fix links to documentation in README (#305) 2023-01-12 23:21:00 +01:00
Max Bachmann ad632b078f fix default dtype handling when using `process.cdist` with pure python scorers 2023-01-08 20:53:54 +01:00
Max Bachmann 5946aeb1bc fix handling of non symmetric scorers in pure python mode 2023-01-08 20:25:53 +01:00
Max Bachmann 383a91f8c4 implement editops in Hamming 2022-12-24 15:02:04 +01:00
Max Bachmann 9f1e087ac3 add missing python fallback implementations in Editops/Opcodes 2022-12-24 14:46:42 +01:00
Max Bachmann d2af2a3821 simplify fuzz tests 2022-12-24 14:45:58 +01:00
Max Bachmann 171c7d5ff4 remove benchmarks already covered by new benchmark suite 2022-12-24 13:46:30 +01:00
Max Bachmann fa90076b65 improve benchmark suite 2022-12-24 13:46:30 +01:00
Max Bachmann 7aedd25063
release v2.13.7 2022-12-20 21:26:33 +01:00
Max Bachmann 8eadc371b0
fix function signature of get_requires_for_build_wheel 2022-12-20 18:36:06 +01:00
Max Bachmann 07a0381077 release 2.13.6 2022-12-11 16:36:36 +01:00
Max Bachmann 2692591509 add missing benchmark results 2022-12-11 16:35:46 +01:00
Max Bachmann 607cd73206 add better start page in docs 2022-12-11 16:01:09 +01:00
Max Bachmann 08c1ecc1b8 convert changelog to restuctured text 2022-12-11 13:13:56 +01:00
Max Bachmann cbfa3b4f52 fix undefined behavior 2022-12-11 00:22:26 +01:00
Max Bachmann 1d68ab501b
add docs to sdist 2022-12-09 15:34:56 +01:00
Max Bachmann 42550d77f1 release v2.13.4 2022-12-08 20:51:48 +01:00
Max Bachmann 88d76ebf91 use absolute imports in tests 2022-12-08 18:02:56 +01:00
Max Bachmann 3f83cba3ce improve handling of None/nan 2022-12-04 23:30:11 +01:00
Max Bachmann 6e0a7bb630
release 2.13.2 2022-12-03 12:18:42 +01:00
Max Bachmann fe82774ae7
set missing cmake variables
set `CMAKE_C_COMPILER_AR`, `CMAKE_CXX_COMPILER_AR`, `CMAKE_C_COMPILER_RANLIB`, `CMAKE_CXX_COMPILER_RANLIB`
when they are not set yet
2022-12-03 12:14:00 +01:00
Max Bachmann 9ef4ab6ced
print some cmake variables 2022-12-03 12:04:12 +01:00
Max Bachmann 474334a42e catch wider exception range 2022-12-01 15:46:44 +01:00
Max Bachmann 3aeef594a1 fix numpy array equality tests 2022-11-29 15:13:06 +01:00
Max Bachmann 9693b7da76 improve handling of functions wrapped using `functools.wraps` 2022-11-29 14:58:30 +01:00
Max Bachmann e6bc56c1ad
fix win32 wheel name 2022-11-14 16:17:38 +01:00
Max Bachmann a08ecce024 fix test 2022-11-05 23:46:48 +01:00
Max Bachmann 3d1ccd389f
use newer scikit-build 2022-11-05 23:16:18 +01:00
Max Bachmann 4fbf41d5b0
release 2.13.2 2022-11-05 23:15:44 +01:00
Max Bachmann 6d704f6791 retrieve docs version from package 2022-11-05 20:19:57 +01:00
Max Bachmann 4c81bed326 ensure partial_ratio is symmetric 2022-11-04 11:58:05 +01:00
Max Bachmann 7ef0e5755a improve test coverage 2022-11-04 00:21:20 +01:00
Max Bachmann 8b8053ecf4
sync sdist patch 2022-11-03 18:15:58 +01:00
Max Bachmann 8c85421fef fix: pypy find variable
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
2022-11-03 18:15:30 +01:00
Max Bachmann 8fd63c2be1 fix tests 2022-11-02 23:27:26 +01:00
Max Bachmann 2039b5701a fix some more bugs 2022-11-02 22:46:23 +01:00
Max Bachmann 4d6def2fde increase test coverage 2022-11-02 21:28:45 +01:00
Max Bachmann 43104a5a63 fix sse2 support 2022-11-02 21:28:17 +01:00
Max Bachmann 735f7019e5 fix bug in JaroWinkler / Jaro 2022-11-02 20:11:43 +01:00
Max Bachmann 3b6fac0bc4 release 2.13.0 2022-10-30 00:22:42 +02:00
Max Bachmann 7e8cc4ce04 fix score_hint handling 2022-10-30 00:15:58 +02:00
Max Bachmann f5fe03f363 update sdist patch 2022-10-30 00:15:58 +02:00
Max Bachmann 8e5efc609a add score_hint 2022-10-30 00:15:58 +02:00
Max Bachmann c686122dcf move capi back into rapidfuzz 2022-10-30 00:15:58 +02:00
Max Bachmann f4984fc556 fix bug in Levenshtein.editops 2022-10-30 00:15:58 +02:00
Max Bachmann 792292838d
add docs for Prefix/Postfix 2022-10-24 22:28:08 +02:00
Max Bachmann 96db84a2a1 fix dependency name 2022-10-24 20:05:35 +02:00
Max Bachmann dca026aad5
update required rapidfuzz-cpp version 2022-10-24 20:03:02 +02:00
Max Bachmann 07d1f3ada3 fix packaging with pyinstaller 2022-10-24 19:59:05 +02:00
Max Bachmann 37172f31dc
fix flag 2022-10-24 12:08:21 +02:00