v0.4.1
krisgesling
released this
27 May 05:59
·
41 commits
to master
since this release
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
indetermine_intent
when tags are empty (#128) by @clusterfudge
Testing
- Switch from Travis CI to Github Actions (#125) by @krisgesling and @forslund