Skip to content

Latest commit

 

History

History
185 lines (98 loc) · 4.4 KB

CHANGES.rst

File metadata and controls

185 lines (98 loc) · 4.4 KB

Changelog

0.3.2 (2014-09-12)

  • 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 (2014-08-24)

  • Release 0.3.0. [Jose Diaz-Gonzalez]

  • Merge pull request #52 from jamesnunn/master. [Jose Diaz-Gonzalez]

    Choices data can now be input as dictionary or list

  • Merge pull request #51 from frewsxcv/patch-1. [Jose Diaz-Gonzalez]

    Enable automated testing with Python 3.4

  • Merge pull request #50 from taleinat/master. [Jose Diaz-Gonzalez]

    fixed typo: lettters -> letters

  • Merge pull request #49 from dallasgutauckis/license_fixes. [Jose Diaz- Gonzalez]

    Fixing LICENSE and README's license info

  • Merge pull request #48 from JeffPaine/rst. [Jose Diaz-Gonzalez]

    Convert README to rst

  • Merge pull request #44 from JeffPaine/reqs. [Jose Diaz-Gonzalez]

    Add proper requirements.txt file

  • Merge pull request #45 from JeffPaine/patch-1. [Jose Diaz-Gonzalez]

    Add LICENSE TO MANIFEST.in

  • Merge pull request #43 from JeffPaine/tests_rename. [Zack Kitzmiller]

    Rename tests.py to more common format

  • Merge pull request #42 from JeffPaine/manifest. [Jose Diaz-Gonzalez]

    Proper MANIFEST

  • Merge pull request #41 from JeffPaine/cleanup. [Jose Diaz-Gonzalez]

    Remove unused file

  • Merge pull request #39 from JeffPaine/pep8. [Zack Kitzmiller]

    Make codebase pep8 compliant

  • Merge pull request #38 from JeffPaine/patch-1. [Zack Kitzmiller]

    Clean up imports

  • Merge pull request #37 from JeffPaine/patch-1. [Jose Diaz-Gonzalez]

    Add Travis CI badge

  • Merge pull request #36 from JeffPaine/patch-1. [Jose Diaz-Gonzalez]

    List supported python versions, bump minor

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

  • Merge pull request #33 from grigi/master. [Adam Cohen]

    Python 3 compatibility

  • Merge pull request #32 from futoase/support-travis-ci. [Jose Diaz- Gonzalez]

    Created: Added .travis.yml.

  • Merge pull request #27 from olethanh/docstrings. [Jose Diaz-Gonzalez]

    [enh] Add docstrings to process.py

  • Update comment. [Zack Kitzmiller]

  • 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]

  • Merge pull request #23 from seatgeek/pr/20. [Adam Cohen]

    Pull Request #20 Augmented With force_ascii parameter

  • Merge pull request #14 from fjsj/master. [Adam Cohen]

    Find best matches above a score

  • Merge pull request #13 from fjsj/d73be5b2ab8c94862f38bf8fa5c080b3b7b4e7aa. [Adam Cohen]

    More readable reverse sorting

  • Merge pull request #18 from yolesaber/master. [Adam Cohen]

    Fixed return value of _token_set when given an empty string

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

  • Merge pull request #11 from medecau/master. [Adam Cohen]

    Issue 10 and refactoring

  • 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]

  • Merge pull request #5 from medecau/master. [Adam Cohen]

    Speed improvements

  • Merge pull request #4 from umbrae/patch-1. [Jose Diaz-Gonzalez]

    Just adding some simple install instructions for pip.

  • 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]

  • Updated readme. [Jose Diaz-Gonzalez]

  • Some readme. [Adam Cohen]

  • Distutils. [Adam Cohen]

  • Change directory structure. [Adam Cohen]

  • Initial commit. [Adam Cohen]