Can now be installed in any Python version >=3.8; Selecting the right Python version for extra installs is left to the user.
1.0.1
* keeps all keys from Rasa entities in Rasa vendor predictions now * datasets now set to be v1 in setup.py for compatibility with dataloader * adding websockets~=10.4 restriction for Rasa 2 due to failing import in a Rasa 2 dependency
1.0.0
Updated the names of objects as well as some method signatures to be more clear and consistent, and refactored some of the internals.
0.2.0
- New vendor for Rasa 3 - Rasa data loader is now based on the Rasa importer (and supports yml files) - New vendor methods train() and test() introduced and implemented for Rasa 2 and Rasa 3. This allows to train and test entity recognition.