Skip to content

Releases: MycroftAI/adapt

v1.0.0

03 Oct 16:21
6cac0e4
Compare
Choose a tag to compare

1.0! Adapt is now considered to be stable.

New additions in v1.0.0:

  • Safe defaults #147
  • Updated docstrings
  • Fix is_prefix() implementation in Trie #148
  • Python2 is officially supported
  • Removed requirement of pyee

v0.6.1

13 Sep 20:10
b3cc52a
Compare
Choose a tag to compare

Support for python 2.7 is now a firm thing and not just implied. Previously adapt has worked with python 2.7 but now there is a guarantee.

Tooling for debugging adapt

13 Sep 20:02
fba7d39
Compare
Choose a tag to compare

A new tool for debugging allowing to dump the IntentEngine has been added.

This release includes a potentially breaking change (with no identifiable users) is removing the dependency on pyee. Two events (tagged_entities and parse_results) will no longer be emitted. There do not appear to be any consumers of these events in adapt, mycroft-core, or skills.

v0.5.1 Automatic for the people

26 Jul 16:06
8e10b81
Compare
Choose a tag to compare

Fix name of LICENSE file in MANIFEST (#140), the file is now included in the pip installable package.

This is also the first tag that has been automatically pushed to pypi.

v0.4.3

05 Jul 05:50
8c31136
Compare
Choose a tag to compare
  • Fix removal of regex entities
  • Update trie docstrings

v0.4.1

27 May 05:59
4a8fe8a
Compare
Choose a tag to compare

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

v0.4.0

01 Apr 07:55
4260a85
Compare
Choose a tag to compare

Adds support for dropping registered intent parsers, entities and regexes

v0.3.7

22 Oct 06:36
1ae8300
Compare
Choose a tag to compare
  • Update to Pyee v0.8.1 to be more safe in multi-threaded environments.
  • Documentation and example updates

v0.3.6

07 Jul 06:19
7c1e444
Compare
Choose a tag to compare
  • Update to use pye 0.7.1
  • Fix Documentation URL

v 0.3.5

28 Apr 16:03
4635401
Compare
Choose a tag to compare
Merge pull request #103 from MycroftAI/issues/86

Issue #86