Releases: havok2063/fuzzy_types
Releases · havok2063/fuzzy_types
fuzzy_types 0.1.3
This release adds more documentation of customizing fuzzy types, and allows for the creation of fuzzy list of objects, using a object attribute as the fuzzy matching. See https://fuzzy-types.readthedocs.io/en/latest/intro.html#fuzzy-customizations.
fuzzy_types 0.1.2
This release switches the core library over to rapidfuzz
, https://github.com/maxbachmann/RapidFuzz.
fuzzy_types 0.1.1
Adds new FuzzyStr
class which uses fuzzywuzzy
when checking string equality.
fuzzy_types 0.1.0
Initial release of fuzzy_types
that provides fuzzy string-matching for python datatypes, initially for list
, dict
, and collections.OrderedDict
.
- Initial release of
fuzzy_types
- new classes
FuzzyList
,FuzzyDict
,FuzzyOrderedDict
- new helper function
get_best_fuzzy