Commit Graph

23 Commits

Author SHA1 Message Date
Max Bachmann 07d1f3ada3 fix packaging with pyinstaller 2022-10-24 19:59:05 +02:00
Max Bachmann de47f9bc08 disable broken stubtest 2022-10-06 23:30:15 +02:00
Max Bachmann 82e1dca3c4 drop Python 3.6 support 2022-10-06 21:32:12 +02:00
Max Bachmann 33c9648c98 remove jaro-winkler submodule 2022-09-11 00:53:56 +02:00
Max Bachmann 5073572e10 attempt to fix compiler errors 2022-09-03 23:16:33 +02:00
Max Bachmann 83c12eae7f
add support for Python3.11 2022-08-12 17:31:22 +02:00
Max Bachmann 17b0fe2fdd
refactor ci 2022-08-10 20:27:00 +02:00
Max Bachmann ad27f09133 update Cython 2022-08-07 12:25:22 +02:00
maxbachmann 8f6c34dc41 fix script path 2022-07-04 19:55:28 +02:00
Max Bachmann 531512e0fa
add pure python implementation 2022-06-28 23:24:20 +02:00
Max Bachmann 1c583e8118 add tests to sdist 2022-06-09 13:37:27 +02:00
Max Bachmann 5074585b9e
relax dependency version requirements (#214) 2022-04-20 18:38:53 +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 0c2f360b3c add missing type hints 2022-03-06 19:13:27 +01:00
Max Bachmann 1132612455 fix population of sys.modules 2022-03-06 13:24:01 +01:00
Max Bachmann 790467e7a1 backtrace segfaults in CI 2022-02-19 16:46:15 +01:00
Max Bachmann cd8af8cad2
allow generating cython files (#194) 2022-02-12 18:58:10 +01:00
Max Bachmann 567141402d
fix type hints (#193) 2022-02-11 20:50:52 +01:00
Max Bachmann 239911bac9 cythonize while installing 2021-12-30 19:46:02 +01:00
Max Bachmann 0674083701 cythonize while packaging 2021-12-24 12:06:47 +01:00
Max Bachmann 0210cdf2f7 drop support for Python2.7 and Python3.5 2021-12-19 15:47:05 +01:00
Max Bachmann f864527845
Add Python3.10 wheels (#146) 2021-10-17 18:51:58 +02:00
Max Bachmann d0ec89e9f9
cleanup cdist implementation 2021-09-23 22:41:10 +02:00