Max Bachmann

Results 303 comments of Max Bachmann

In theory we could support this, but this comes with a couple of issues: 1) partial_ratio is used in a lot of the "combined" algorithms like WRatio. So it's not...

This ports the build system to scikit-build-core (https://github.com/rapidfuzz/Levenshtein/issues/65)

I should have ported over all build system features I was previously using and didn't run into any problems so far. Can you have a quick look over the build...

Amazing experience so far. This allows me to get rid of quite a few things in the build system. From a development perspective I am really pleased with the fact...

In the released version I generate the cython files and ship them as part of the sdist. These generated files get the `cxx` file ending and are gitignored. The patch...

@henryiii I took this up again and started to test the fallback handling. As a first step I did add invalid code in C++ to test the Python fallback. This...

> Is the current state of the PR the one that produces your first traceback? yes > Isn't that still what this is asking for? The order only matters if...

Upgraded `scikit-build-core` and excluded the failed overload based on the env variables. From my perspective everything is working in my tests: - normal build -> builds cmake - normal build...

It's great to finally have this replacement done. Thanks @henryiii for your help on this and the awesome work you do for Python packaging in general.

@michaelweinold I am the author of the rapidfuzz package. First a couple of notes: - I did improve the build of rapidfuzz to include `-fexceptions` so it doesn't crash when...