Skip to content

v0.4.1

Compare
Choose a tag to compare
@krisgesling krisgesling released this 27 May 05:59
· 40 commits to master since this release
4a8fe8a

Deprecations

Support for Python 3.5 has been dropped as it is EOL.

Bugfixes

  • Fix scoring in Intent.validate_with_tags (#131) by @clusterfudge
    • added associated tests
    • removes custom code for an itertools replacement
    • improvement of docstrings
  • Fix ZeroDivisionError in determine_intent when tags are empty (#128) by @clusterfudge

Testing

Other changes