Commit Graph

140 Commits

Author SHA1 Message Date
maxbachmann 3712ba4a87
update installation guide 2020-09-30 13:25:31 +02:00
maxbachmann 45418921de
update c++ sources to lates version 2020-09-29 16:05:50 +02:00
maxbachmann 3a6ddcdfb5 fix some compiler warnings 2020-09-29 02:49:37 +02:00
maxbachmann 789941dc40 replace difflib 2020-09-29 00:18:24 +02:00
maxbachmann 13a828ce1b
fix partial_token_set_ratio returning 100 all the time 2020-09-22 18:24:34 +02:00
Max Bachmann 7d2c7c674a
cibuildwheel has now python 3.9 support 2020-09-12 18:51:10 +02:00
maxbachmann 588f73c2ef
add version, author and license to __init__.py 2020-09-12 18:29:16 +02:00
maxbachmann 6efaf59dc1
do not auto junk in partial ratio 2020-09-01 02:46:38 +02:00
maxbachmann c0712ecd8c
reformat sources 2020-08-23 02:50:29 +02:00
maxbachmann 10946dfac0 add python 2.7 support 2020-08-22 23:06:05 +02:00
Max Bachmann a780018db6
add auto deployment 2020-08-14 14:39:53 +02:00
Max Bachmann 787b844b0a
build wheels for python 3.9 2020-08-14 12:44:41 +02:00
maxbachmann 3d2cfe8b4a update rapidfuzz-cpp and add support for tuple scores in processors 2020-08-14 11:45:07 +02:00
maxbachmann eae941a647
further reduce tarball size 2020-06-27 12:49:32 +02:00
maxbachmann 9f17210667
reduce benchmark runtime 2020-06-07 13:11:17 +02:00
maxbachmann 53085be8f6
simplify workflow 2020-06-03 09:44:57 +02:00
maxbachmann 49fec3e0bf
add benchmarks to ci 2020-06-01 14:32:26 +02:00
maxbachmann 0007571e1b
reduce code duplication using template policy 2020-05-31 11:30:04 +02:00
maxbachmann 303fcd1118
separate documentation for fuzz and process 2020-05-30 22:41:35 +02:00
Max Bachmann d358a4427f
Merge pull request #35 from TrigonaMinima/docs
Function parameters and return values for all functions
2020-05-30 21:45:18 +02:00
TrigonaMinima 00c4a95479 document: default processor in fuzz.*ratio functions 2020-05-31 00:52:42 +05:30
TrigonaMinima 68ce218958 document: common desc for fuzz.*ratio functions + python/c++ tabs 2020-05-30 20:34:19 +05:30
TrigonaMinima 14b4102506 document: update return value of extract and extractOne methods 2020-05-30 20:33:13 +05:30
TrigonaMinima 5ce2172b13 document: parameters and return values for process.extract* functions 2020-05-30 12:08:04 +05:30
TrigonaMinima d5a7dd6e75 document: parameters and return values for fuzz.*ratio functions 2020-05-30 11:59:56 +05:30
TrigonaMinima e7804b2627 document: updated desc of s2 parameter 2020-05-30 11:53:35 +05:30
Max Bachmann eab5dcb518
update failure message 2020-05-27 16:25:20 +02:00
Max Bachmann dc635e0046
add newline 2020-05-27 14:18:54 +02:00
Max Bachmann 53138626d0
Merge pull request #34 from maxbachmann/docs
add Documentation
2020-05-27 14:17:36 +02:00
maxbachmann bbf2de840e
add documentation 2020-05-27 14:16:12 +02:00
maxbachmann aaa3b34948
add tabs 2020-05-27 09:52:31 +02:00
Max Bachmann a2b4dd3b5e
Merge pull request #31 from TrigonaMinima/docs
Read the Docs Setup
2020-05-27 02:34:55 -04:00
maxbachmann 5763318312
add unit tests 2020-05-24 10:42:36 +02:00
maxbachmann b26814dfb9
accept None as argument 2020-05-24 09:21:34 +02:00
maxbachmann 293caa1242
fix inconsistency from #32 2020-05-24 08:19:28 +02:00
maxbachmann cceb7cb2ea
do not include boost 2020-05-22 18:26:43 +02:00
maxbachmann 3137df9e96
remove boost::optional dependency 2020-05-22 14:38:13 +02:00
maxbachmann 15c6dbb6fb
reduce string copies and tarball size 2020-05-22 13:28:38 +02:00
maxbachmann f0f8247d02
allow any object with items 2020-05-21 08:39:13 +02:00
maxbachmann 2e29648ef4 Merge branch 'master' of https://github.com/maxbachmann/rapidfuzz 2020-05-20 11:55:49 +02:00
maxbachmann 4715ea4390
fix differing behaviour when used with dicts 2020-05-20 11:55:31 +02:00
Max Bachmann 52dcaa9f3d
fix some wrong docstrings 2020-05-19 21:25:30 +02:00
Max Bachmann 47df6ffa4b
The cpp version is now always used 2020-05-19 18:39:16 +02:00
maxbachmann a4bfbeb2f5
exit early when exact match was found 2020-05-19 18:31:24 +02:00
maxbachmann 721b87c582
update submodule 2020-05-16 03:16:04 +02:00
maxbachmann f2f16fbe83
add some missing dependencies 2020-05-15 09:59:18 +02:00
maxbachmann 21e7cae49f
slightly improve performance 2020-05-14 10:05:26 +02:00
maxbachmann 1a1be29bd7
add first flowchart 2020-05-13 21:27:08 +02:00
maxbachmann b74f1b2947
update submodule and benchmark results 2020-05-12 21:59:14 +02:00
maxbachmann d36b4614d7
fix python reference count 2020-05-12 21:28:05 +02:00