Max Bachmann
Max Bachmann
Note that this will likely take a while to get implemented, since this needs to be pretty generic to cover most use cases. Some examples are: - character dependent weights:...
I was describing possible use cases for users of the API to decide on an API. I think for now it would be enough to add character dependent weights. If...
Since this is an issue with the latest version it should not be closed. There are two things you could do to understand the issue better: 1) instead of `from...
This part of the code will need to be changed in one of the next versions again, since there is still an issue with the pure Python fallback. Currently the...
> after they set up a new environment, a "rapid" dependency slows things down... On platforms like e.g. for Linux x86_64 I know that there is a wheel for `rapidfuzz-cpp`...
Yes you are probably right. I really hope pip adds `"optional but default dependency" support` at some point. The best we can do without this hack is to ensure the...
One solution that should work (but cause quite a bit of extra work for me), would be the addition of optional packages like e.g. `optional-cmake` which would just install an...
@Rongronggg9 now that I removed the Cython build dependency and made the installation of cmake/ninja more optional I think we should be fine. @NaaN108 Can you retry this with the...
This should produce a more obvious error now
pypy on Windows is currently not supported, since scikit-build fails to find the path to the Python header files: https://github.com/scikit-build/scikit-build/issues/701. You should be able to install any version below `v2.0.0`,...