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
|
3b6fac0bc4
|
release 2.13.0
|
2022-10-30 00:22:42 +02:00 |
Max Bachmann
|
dca026aad5
|
update required rapidfuzz-cpp version
|
2022-10-24 20:03:02 +02:00 |
Max Bachmann
|
0ffae8fe09
|
release 2.11.0
|
2022-10-02 15:27:01 +02:00 |
Max Bachmann
|
66cb57358f
|
format cmake files
|
2022-10-02 12:52:17 +02:00 |
Max Bachmann
|
cc48dcfa29
|
add simd support (#271)
|
2022-10-01 15:58:37 +02:00 |
Max Bachmann
|
24bf7987bb
|
workaround some external bugs
|
2022-09-30 13:01:27 +02:00 |
Max Bachmann
|
7481ffe886
|
release v2.10.2
|
2022-09-27 20:50:58 +02:00 |
Max Bachmann
|
a7efd8ef66
|
[FindPython] Work around PyPy bug (#268)
Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
|
2022-09-25 17:41:22 +02:00 |
Henry Schreiner
|
e89e85f5c3
|
chore: minor CMake cleanups (#266)
* chore: minor CMake cleanups
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
* Update CMakeLists.txt
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
|
2022-09-21 22:41:49 +02:00 |
Max Bachmann
|
f69be93ca8
|
release v2.10.0
|
2022-09-18 16:22:35 +02:00 |
Max Bachmann
|
e62401f702
|
release 2.9.0
|
2022-09-16 01:02:03 +02:00 |
Max Bachmann
|
aed9066312
|
increment dependency
|
2022-09-11 23:11:32 +02:00 |
Max Bachmann
|
33c9648c98
|
remove jaro-winkler submodule
|
2022-09-11 00:53:56 +02:00 |
Max Bachmann
|
c9fd49ecd3
|
improve performance of Levenshtein.distance/editops for long sequences
|
2022-09-11 00:47:37 +02:00 |
Max Bachmann
|
5073572e10
|
attempt to fix compiler errors
|
2022-09-03 23:16:33 +02:00 |
Max Bachmann
|
dcf6746767
|
release v2.6.0
|
2022-08-20 04:20:38 +02:00 |
Max Bachmann
|
93b0124d7a
|
release v2.4.1
|
2022-07-29 21:13:30 +02:00 |
Max Bachmann
|
bbb898475f
|
release v2.4.0
|
2022-07-29 13:54:49 +02:00 |
Max Bachmann
|
2ce46ef1c8
|
release v2.3.0
|
2022-07-23 00:50:21 +02:00 |
Max Bachmann
|
8b6cb5b2ea
|
add Editops.apply/Opcodes.apply
|
2022-07-22 22:22:58 +02:00 |
Max Bachmann
|
6c52aed5be
|
reduce code duplication
|
2022-07-22 20:45:07 +02:00 |
maxbachmann
|
729113d047
|
change src layout from rapidfuzz to src/rapidfuzz
|
2022-07-04 19:53:28 +02:00 |
Max Bachmann
|
4a52561934
|
Release v2.1.0
|
2022-06-29 16:57:48 +02:00 |
Max Bachmann
|
b83c77c9a4
|
fix integer wraparound in partial_ratio/partial_ratio_alignment
|
2022-06-24 14:38:33 +02:00 |
Max Bachmann
|
de0f6d8af3
|
add fallback implementation back to wheel
|
2022-06-23 12:54:43 +02:00 |
Max Bachmann
|
7144dbb150
|
move numpy search back into setup.py
|
2022-06-23 11:08:52 +02:00 |
Max Bachmann
|
5074585b9e
|
relax dependency version requirements (#214)
|
2022-04-20 18:38:53 +02:00 |
Max Bachmann
|
4fbfcc3f0f
|
Fix commit sha of jarowinkler-cpp
|
2022-04-18 23:09:11 +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
|
2300763331
|
do not install cmake subprojects when building the project
|
2022-03-13 15:05:19 +01:00 |
Max Bachmann
|
1132612455
|
fix population of sys.modules
|
2022-03-06 13:24:01 +01:00 |
Max Bachmann
|
d75bcf12e2
|
remove debug information
|
2022-02-21 11:03:20 +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
|
616329b5a5
|
Use scikit-build v0.13.0
|
2022-02-02 23:43:07 +01:00 |
Max Bachmann
|
6ece2b94de
|
update external libraries
|
2022-01-23 02:16:11 +01:00 |
Max Bachmann
|
dd26483b5f
|
properly link to subprojects
|
2022-01-17 16:53:58 +01:00 |
Max Bachmann
|
241e7fd583
|
rename algorithm.edit_based to distance
|
2022-01-12 23:22:34 +01:00 |
Max Bachmann
|
eff74a6b4f
|
split python and cython into separate directories
|
2022-01-07 00:38:28 +01:00 |
Max Bachmann
|
551bb22dfc
|
start adding new scorer modules
|
2022-01-06 23:44:33 +01:00 |
Max Bachmann
|
239911bac9
|
cythonize while installing
|
2021-12-30 19:46:02 +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 |