Skip to content

Commit

Permalink
made max_length=-1 generate unlimited phonetic codes
Browse files Browse the repository at this point in the history
Also: recommendations from PyCharm, doc improvements, etc.
  • Loading branch information
chrislit committed Oct 10, 2018
1 parent 0480492 commit 0e58474
Show file tree
Hide file tree
Showing 7 changed files with 374 additions and 410 deletions.
6 changes: 4 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ Release History
- UEA-Lite Stemmer
- Paice-Husk Stemmer
- Schinke Latin stemmer
- eliminated ._compat submodule in favor of six
- transitioned from PEP8 to flake8, etc.
- Eliminated ._compat submodule in favor of six
- Transitioned from PEP8 to flake8, etc.
- Phonetic algorithms now consistently use max_length=-1 to indicate that
there should be no length limit


0.2.0 (2015-05-27)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Abydos
:target: https://libraries.io/pypi/abydos
:alt: Libraries.io SourceRank

.. image:: https://img.shields.io/badge/Pylint-9.53/10-green.svg
.. image:: https://img.shields.io/badge/Pylint-9.52/10-green.svg
:target: #
:alt: Pylint Score

Expand Down
274 changes: 139 additions & 135 deletions abydos/distance.py

Large diffs are not rendered by default.

0 comments on commit 0e58474

Please sign in to comment.