affinegap icon indicating copy to clipboard operation
affinegap copied to clipboard

:triangular_ruler: A Cython implementation of the affine gap string distance

Results 8 affinegap issues
Sort by recently updated
recently updated
newest added

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.3.1 to 2.9.0. Release notes Sourced from pypa/cibuildwheel's releases. v2.9.0 🌟 CPython 3.11 wheels are now built by default - without the CIBW_PRERELEASE_PYTHONS flag. It's time to...

dependencies

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2. Release notes Sourced from docker/setup-qemu-action's releases. v2.0.0 Node 16 as default runtime by @​crazy-max (#48) This requires a minimum Actions Runner version of v2.285.0,...

dependencies

Hi, I don't know if this is an issue/bug or is intentional, but here is an example of a weird behavior: ``` >>> affinegap.affineGapDistance("TED A", "TD A", + matchWeight =...

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.3.1 to 2.11.1. Release notes Sourced from pypa/cibuildwheel's releases. v2.11.1 πŸ›  Updates to the latest manylinux images, and updates CPython 3.10 to 3.10.8. v2.11.0 🌟 Adds support...

dependencies

Using the default value for the `matchWeight` parameter, the `affineGapDistance` function returns `len(string_a)` as the distance between two strings that match exactly, and `normalizedAffineGapDistance` returns `0.5`. Is this intended behavior?...

Using default parameters, `affineGapDistance` returns `len(string_a)` for matching strings, which produces `normalizedAffineGapDistance` of `0.5`. Is this intended behavior? I scanned through the referenced paper, but didn't see any discussion of...

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.3.1 to 2.12.0. Release notes Sourced from pypa/cibuildwheel's releases. v2.12.0 ✨ Adds support for PyPy arm64 wheels. This means that you can build PyPy wheels for Apple...

dependencies