303 Commits

Author SHA1 Message Date
Filip Gołaś
5262ef339a search_exact: Cap end_index to [-1, len(sequence)] 2025-10-30 16:26:16 +01:00
Tal Einat
48ee93a560 Bump version to v0.8.0 2025-05-24 10:23:29 +03:00
Tal Einat
7d051bbe08 Update HISTORY 2025-05-24 10:23:29 +03:00
Tal Einat
285d5c2832 Overhaul CI 2025-05-24 10:23:28 +03:00
Tal Einat
65866ee10b Update README 2025-05-24 10:23:28 +03:00
Tal Einat
c6c9a2896f fix search_exact_byteslike argspec 2024-06-25 23:45:57 +03:00
Tal Einat
1ef971203a Remove Python 2 support from C code 2024-06-25 23:45:54 +03:00
Tal Einat
f90805ec5b Add CI testing using GitHub Actions 2024-06-25 23:45:44 +03:00
Tal Einat
f17772e77d Update copyright year range 2024-06-25 00:22:03 +03:00
Tal Einat
46790ff685 Support Python 3.11 and 3.12 2024-06-25 00:21:41 +03:00
Tal Einat
58b8dee318 Drop support for Python 2.7, 3.5, 3.6, 3.7 2024-06-24 23:26:38 +03:00
Tal Einat
1760745ec2 Drop Travis CI and AppVeyor 2024-06-24 22:55:29 +03:00
Tal Einat
b8cb25b78c Upgrade to latest tox 4.9 2024-06-24 22:53:31 +03:00
Tal Einat
3071c79d32 add support for Python 3.9 and 3.10 2022-07-27 13:08:39 +03:00
Tal Einat
cd9e252baf bumpy copyright year to 2022 2022-07-26 23:04:34 +03:00
Tal Einat
faa0f4d3fb Bump version: 0.7.2 → 0.7.3 2020-06-28 10:00:30 +03:00
Tal Einat
e6750e5170 fix handling of inputs in bytes-only C extension functions 2020-06-28 10:00:25 +03:00
Tal Einat
ac48a1f1eb update history 2020-05-07 17:38:23 +03:00
Tal Einat
05b7e2e34a Bump version: 0.7.1 → 0.7.2 2020-05-07 17:10:29 +03:00
Tal Einat
c873b767e7 fix Levenshtein ngrams search sometimes returning too short matches 2020-05-07 16:45:52 +03:00
Tal Einat
e352398d29 add -2 flag to cython commands 2020-05-07 16:45:06 +03:00
Tal Einat
ec94bbe612 install pypy3 manually on TravisCI 2020-04-23 20:05:34 +03:00
Tal Einat
c717a3dae3 make CI run unittest with -v, reducing tox verbosity from -vv to -v 2020-04-23 20:05:34 +03:00
Tal Einat
edb11b0a41 add testing with PyPy on Linux via Travis-CI 2020-04-23 20:05:34 +03:00
Tal Einat
55fc21e469 add a lot of content and fix the example in the usage docs page 2020-04-12 02:46:05 +03:00