Tal Einat
6738ed5dd8
Add releasing to PyPI
2024-08-05 23:21:06 +03:00
Tal Einat
c9297feb12
More CI build tweaks
2024-08-05 22:52:33 +03:00
Tal Einat
49739a6cb5
Normalize version string
2024-08-05 22:03:05 +03:00
Tal Einat
f2dda1fa34
Try fixing build sdist again
2024-08-05 22:00:45 +03:00
Tal Einat
c33a39dd9b
Fix ciuildwheel tests on Windows
2024-08-05 21:49:53 +03:00
Tal Einat
b894af7dc2
Try fixing build sdist
2024-08-05 21:47:51 +03:00
Tal Einat
85d05f4b8a
WIP
2024-08-05 21:43:27 +03:00
Tal Einat
25cda522af
WIP
2024-08-05 21:33:58 +03:00
Tal Einat
0563af5e24
WIP
2024-08-05 00:10:41 +03:00
Tal Einat
7570fb230c
WIP
2024-06-29 22:35:17 +03:00
Tal Einat
7ff39fa318
WIP
2024-06-29 22:35:17 +03:00
Tal Einat
27f2b5f571
Add CI building of dist packages
2024-06-29 22:35:17 +03:00
Tal Einat
22d6d3978f
Rename ci.yml -> test.yml
2024-06-29 22:35:06 +03:00
Tal Einat
ad41db016c
Set version to 0.8.0-dev0
2024-06-29 22:08:37 +03:00
Tal Einat
0cd2fd5f5a
Simplify tox config
2024-06-29 20:08:33 +03:00
Tal Einat
48d236d9d7
Update README
2024-06-25 23:59:47 +03:00
Tal Einat
011812a981
Cache Python dependencies in CI
2024-06-25 23:46:42 +03:00
Tal Einat
ab154cdf83
Have setup.py read version in from __init__.py
2024-06-25 23:45:59 +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
Tal Einat
b252b5cb88
remove Python 3.4 from the Travis CI config as well
2020-04-07 14:29:31 +03:00
Tal Einat
7380912232
Bump version: 0.7.0 → 0.7.1
2020-04-07 14:14:24 +03:00
Tal Einat
6ef50447eb
README tweaks
2020-04-07 14:12:50 +03:00
Tal Einat
c8ae57f7fc
drop Python 3.4 support
2020-04-07 13:02:06 +03:00
Tal Einat
9b9cb3e4db
fix AppVeyor integration
2020-04-07 10:19:49 +03:00
Tal Einat
5540e92d97
use Py_ssize_t instead of int for "#" Python C API inputs
...
This aviods the new deprecation warning with Python 3.8.
2020-04-07 00:50:51 +03:00
Tal Einat
8d13f0a544
fix wrong result when allowing only deletions
...
Also fix several buggy tests which this fix surfaced.
2020-04-06 21:18:20 +03:00
Tal Einat
9dab06d8ca
fix Levenshtein search parameter handling edge-case
...
When max_l_dist was given and some of the other params
weren't, those other params were left as None, causing
type errors in comparisons during searches.
2020-04-06 19:02:55 +03:00
Tal Einat
a19cd59ac5
fix testing with Python 3.4
2020-01-15 14:43:39 +02:00
Tal Einat
c73e9687ee
Bump version: 0.6.2 → 0.7.0
2020-01-14 21:46:10 +02:00
Tal Einat
df1b355128
cleanup README tags and trove classifiers
2020-01-14 21:46:10 +02:00
Tal Einat
f78afe727b
update copyright dates and history
2020-01-14 15:40:45 +02:00