PolyFuzz icon indicating copy to clipboard operation
PolyFuzz copied to clipboard

Fuzzy string matching, grouping, and evaluation.

Results 32 PolyFuzz issues
Sort by recently updated
recently updated
newest added

PolyFuzz is being installed as a transitive dependency, and I'm getting the following error due to the removal of `matplotlib.cm.get_cmap` in matplotlib 3.9. ``` /opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/polyfuzz/__init__.py:1: in from .polyfuzz import PolyFuzz...

Fixes breaking change -- get_cmap cannot be imported from matplotlib.cm, as it was removed from matplotlib.cm as a standalone function as can be seen in the [history of matplotlibs' cm...