fuzzywuzzy v0.3.0 Release Notes

Release Date: 2014-08-24 // over 9 years ago
    • โœ… Test dict input to extractOne() [jamesnunn]

    • โœ‚ Remove whitespace. [jamesnunn]

    • Choices parameter for extract() accepts both dict and list objects. [jamesnunn]

    • โœ… Enable automated testing with Python 3.4. [Corey Farwell]

    • ๐Ÿ›  Fixed typo: lettters -> letters. [Tal Einat]

    • ๐Ÿ›  Fixing LICENSE and README's license info. [Dallas Gutauckis]

    • Proper ordered list. [Jeff Paine]

    • Convert README to rst. [Jeff Paine]

    • โž• Add requirements.txt per discussion in #44. [Jeff Paine]

    • โž• Add LICENSE TO MANIFEST.in. [Jeff Paine]

    • โœ… Rename tests.py to more common test_fuzzywuzzy.py. [Jeff Paine]

    • โž• Add proper MANIFEST template. [Jeff Paine]

    • โœ‚ Remove MANIFEST file Not meant to be kept in version control. [Jeff Paine]

    • โœ‚ Remove unused file. [Jeff Paine]

    • Pep8. [Jeff Paine]

    • Pep8 formatting. [Jeff Paine]

    • Pep8 formatting. [Jeff Paine]

    • Pep8 indentations. [Jeff Paine]

    • Pep8 cleanup. [Jeff Paine]

    • Pep8. [Jeff Paine]

    • Pep8 cleanup. [Jeff Paine]

    • Pep8 cleanup. [Jeff Paine]

    • ๐Ÿ’… Pep8 import style. [Jeff Paine]

    • Pep8 import ordering. [Jeff Paine]

    • Pep8 import ordering. [Jeff Paine]

    • โœ‚ Remove unused module. [Jeff Paine]

    • Pep8 import ordering. [Jeff Paine]

    • โœ‚ Remove unused module. [Jeff Paine]

    • Pep8 import ordering. [Jeff Paine]

    • โœ‚ Remove unused imports. [Jeff Paine]

    • โœ‚ Remove unused module. [Jeff Paine]

    • โœ‚ Remove import * where present. [Jeff Paine]

    • Avoid import * [Jeff Paine]

    • โž• Add Travis CI badge. [Jeff Paine]

    • โœ‚ Remove python 2.4, 2.5 from Travis (not supported) [Jeff Paine]

    • โž• Add python 2.4 and 2.5 to Travis. [Jeff Paine]

    • โž• Add all supported python versions to travis. [Jeff Paine]

    • โฌ†๏ธ Bump minor version number. [Jeff Paine]

    • โž• Add classifiers for python versions. [Jeff Paine]

    • โž• Added note about python-Levenshtein speedup. Closes #34. [Jose Diaz- Gonzalez]

    • ๐Ÿ›  Fixed tests on 2.6. [Grigi]

    • ๐Ÿ›  Fixed py2.6. [Grigi]

    • ๐Ÿ‘ฎ Force bad_chars to ascii. [Grigi]

    • Since importing unicode_literals, u decorator not required on strings from py2.6 and up. [Grigi]

    • ๐Ÿ‘ Py3 support without 2to3. [Grigi]

    • Created: Added .travis.yml. [futoase]

    • ๐Ÿ“„ [enh] Add docstrings to process.py. [Olivier Le Thanh Duong]

    Turn the existings comments into docstrings so they can be seen via introspection

    • Don't condense multiple punctuation characters to a single whitespace. this is a behavioral change. [Adam Cohen]

    • UQRatio and UWRatio shorthands. [Adam Cohen]

    • ๐Ÿ”– Version 0.2. [Adam Cohen]

    • Unicode/string comparison bug. [Adam Cohen]

    • 0๏ธโƒฃ To maintain backwards compatibility, default is to force_ascii as before. [Adam Cohen]

    • ๐Ÿ›  Fix merge conflict. [Adam Cohen]

    • ๐Ÿ†• New process function: extractBests. [Flรกvio Juvenal]

    • More readable reverse sorting. [Flรกvio Juvenal]

    • Further honoring of force_ascii. [Adam Cohen]

    • Indentation fix. [Adam Cohen]

    • ๐Ÿ– Handle force_ascii in fuzz methods. [Adam Cohen]

    • โž• Add back relevant tests. [Adam Cohen]

    • Utility method to make things consistent. [Adam Cohen]

    • Re-commit asciidammit and add a parameter to full_process to determine behavior. [Adam Cohen]

    • โž• Added a test for non letters/digits replacements. [Tristan Launay]

    • ๐Ÿ›  ENG-741 fixed benchmark line length. [Laurent Erignoux]

    • ๐Ÿ›  Fixed Unicode flag for tests. [Tristan Launay]

    • ๐Ÿšš ENG-741 commented code removed not erased for review from creator. [Laurent Erignoux]

    • ENG-741 cut long lines in fuzzy wizzy benchmark. [Laurent Erignoux]

    • ๐ŸŽ Re-upped the limit on benchmark, now that performance is not an issue anymore. [Tristan Launay]

    • ๐Ÿ›  Fixed comment. [Tristan Launay]

    • Simplified processing of strings with built-in regex code in python. Also fixed empty string detection in token_sort_ratio. [Tristan Launay]

    • Proper benchmark display. Introduce methods to explicitly do all the unicode preprocessing before using fuzz lib. [Tristan Launay]

    • ๐Ÿ‘€ ENG-741: having a true benchmark, to see when we improve stuff. [Benjamin Combourieu]

    • ๐Ÿ‘ Unicode support in benchmark.py. [Benjamin Combourieu]

    • โž• Added file for processing strings. [Tristan Launay]

    • Uniform treatment of strings in Unicode. Non-ASCII chars are now considered in strings, which allows for matches in Cyrillic, Chinese, Greek, etc. [Tristan Launay]

    • Fixed bug in _token_set. [Michael Edward]

    • โœ‚ Removed reference to PR. [Jose Diaz-Gonzalez]

    • ๐Ÿ— Sadist build and virtualenv dirs are not part of the project. [Pedro Rodrigues]

    • ๐Ÿ›  Fixes https://github.com/seatgeek/fuzzywuzzy/issues/10 and correctly points to README.textile. [Pedro Rodrigues]

    • Info on the pull request. [Pedro Rodrigues]

    • Pullstat.us button. [Pedro Rodrigues]

    • ๐Ÿ‘ Fuzzywuzzy really needs better benchmarks. [Pedro Rodrigues]

    • ๐Ÿ“ฆ Moved tests and benchmarks out of the package. [Pedro Rodrigues]

    • ๐Ÿ‘ Report better ratio()s redundant import try. [Pedro Rodrigues]

    • AssertGreater did not exist in python 2.4. [Pedro Rodrigues]

    • โœ‚ Remove debug output. [Adam Cohen]

    • ๐Ÿ“ฆ Looks for python-Levenshtein package, and if present, uses that instead of difflib. 10x speedup if present. add benchmarks. [Adam Cohen]

    • โž• Add gitignore. [Adam Cohen]

    • ๐Ÿ›  Fix a bug in WRatio, as well as an issue in full_process, which was failing on strings with all unicode characters. [Adam Cohen]

    • Error in partial_ratio. closes #7. [Adam Cohen]

    • โž• Adding some real-life event data for benchmarking. [Adam Cohen]

    • Cleaned up utils.py. [Pedro Rodrigues]

    • โšก๏ธ Optimized speed for full_process() [Pedro Rodrigues]

    • Speed improvements to asciidammit. [Pedro Rodrigues]

    • ๐Ÿšš Removed old versions of validate_string() and remove_ponctuation() kept from previous commits. [Pedro Rodrigues]

    • โšก๏ธ Issue #6 from github updated license headers to match MIT license. [Pedro Rodrigues]

    • Clean up. [Pedro Rodrigues]

    • ๐Ÿ”„ Changes to utils.validate_string() and benchmarks. [Pedro Rodrigues]

    • ๐Ÿšš Some benchmarks to test the changes made to remove_punctuation. [Pedro Rodrigues]

    • ๐Ÿšš Faster remove_punctuation. [Pedro Rodrigues]

    • AssertIsNone did not exist in Python 2.4. [Pedro Rodrigues]

    • Just adding some simple install instructions for pip. [Chris Dary]

    • โœ… Check for null/empty strings in QRatio and WRatio. Add tests. Closes

      3. [Adam Cohen]

    • More README. [Adam Cohen]

    • README. [Adam Cohen]

    • README. [Adam Cohen]

    • Slight change to README. [Adam Cohen]

    • Some readme. [Adam Cohen]

    • Distutils. [Adam Cohen]

    • ๐Ÿ”„ Change directory structure. [Adam Cohen]

    • ๐ŸŽ‰ Initial commit. [Adam Cohen]