Skip to content

0.5.0

Compare
Choose a tag to compare
@josegonzalez josegonzalez released this 20 Jul 14:31
· 211 commits to master since this release
  • FIX: 0.4.0 is released, no need to specify 0.3.1 in README. [Josh
    Warner (Mac)]

  • Fixed a small typo. [Rostislav Semenov]

  • Reset processor and scorer defaults to None with argument
    checking. [foxxyz]

  • Catch generators without lengths. [Jeremiah Lowin]

  • Fixed python3 issue and deprecated assertion method. [foxxyz]

  • Fixed some docstrings, typos, python3 string method compatibility,
    some errors that crept in during rebase. [foxxyz]

  • [mod] The lamdba in extract is not needed. [Olivier Le Thanh Duong]

    [mod] Pass directly the defaults functions in the args

    [mod] itertools.takewhile() can handle empty list just fine no need to test for it

    [mod] Shorten extractOne by removing double if

    [mod] Use a list comprehention in extract()

    [mod] Autopep8 on process.py

    [doc] Document make_type_consistent

    [mod] bad_chars shortened

    [enh] Move regex compilation outside the method, otherwhise we don't get the benefit from it

    [mod] Don't need all the blah just to redefine method from string module

    [mod] Remove unused import

    [mod] Autopep8 on string_processing.py

    [mod] Rewrote asciidammit without recursion to make it more readable

    [mod] Autopep8 on utils.py

    [mod] Remove unused import

    [doc] Add some doc to fuzz.py

    [mod] Move the code to sort string in a separate function

    [doc] Docstrings for WRatio, UWRatio

  • Add note on which package to install. Closes #67. [Jose Diaz-Gonzalez]