Skip to content

Releases: seatgeek/fuzzywuzzy

0.3.3

22 Oct 19:39
Compare
Choose a tag to compare
  • Update release script to make it more generic. [Jose Diaz-Gonzalez]
  • Merge pull request #60 from ojomio/master. [Jose Diaz-Gonzalez]
    Fixed issue #59 - "partial" parameter for _token_set() is now
    honored
  • Merge pull request #54 from jlowin/patch-1. [Jose Diaz-Gonzalez]
    Remove explicit check for lists

0.3.2

12 Sep 15:24
Compare
Choose a tag to compare
  • Make release command an executable. [Jose Diaz-Gonzalez]
  • Simplify MANIFEST.in. [Jose Diaz-Gonzalez]
  • Add a release script. [Jose Diaz-Gonzalez]
  • Fix readme codeblock. [Jose Diaz-Gonzalez]
  • Minor formatting. [Jose Diaz-Gonzalez]
  • Update readme with proper installation notes. [Jose Diaz-Gonzalez]
  • Use version from fuzzywuzzy package. [Jose Diaz-Gonzalez]
  • Set version constant in init.py. [Jose Diaz-Gonzalez]
  • Update setup.py. [Jose Diaz-Gonzalez]
  • Rename LICENSE to LICENSE.txt. [Jose Diaz-Gonzalez]
  • Update packaging a bit. [Jose Diaz-Gonzalez]

0.3.0

24 Aug 14:44
Compare
Choose a tag to compare
  • Allow choices to be a list or dict
  • Add testing for 3.4
  • Typo updates
  • Update readme, change formatting to RST
  • Fix package requirements
  • PEP8!