Skip to content

Releases: havok2063/fuzzy_types

fuzzy_types 0.1.3

29 Jun 20:46
Compare
Choose a tag to compare

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

26 Jun 15:18
Compare
Choose a tag to compare

This release switches the core library over to rapidfuzz, https://github.com/maxbachmann/RapidFuzz.

fuzzy_types 0.1.1

17 Apr 15:31
Compare
Choose a tag to compare

Adds new FuzzyStr class which uses fuzzywuzzy when checking string equality.

fuzzy_types 0.1.0

10 Apr 23:38
Compare
Choose a tag to compare

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