- Added tox.ini cofig file for easy local multi-environment testing changed travis config to use py.test like tox updated use of pep8 module to pycodestyle. [Pedro Rodrigues]
0.11.0
-------------------
- Clean-up. [desmaisons_david]
- Improving performance. [desmaisons_david]
- Performance Improvement. [desmaisons_david]
- Fix link to Levenshtein. [Brian J. McGuirk]
- Fix readme links. [Brian J. McGuirk]
- Add license to StringMatcher.py. [Jose Diaz-Gonzalez]
Closes 113
0.10.0
-------------------
- Handle None inputs same as empty string (Issue 94) [Nick Miller]
0.9.0
------------------
- Pull down all keys when updating local copy. [Jose Diaz-Gonzalez]
0.8.2
------------------
- Remove the warning for "slow" sequence matcher on PyPy. [Julian Berman]
where it's preferable to use the pure-python implementation.