Rasa: 2.1.3 Release

Release date:
December 4, 2020
Previous version:
2.1.2 (released November 30, 2020)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in 2.1.3

Could not determine top contributors for this release.

Directory Browser for 2.1.3

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Improvements

  • #7426: Removed multidict from the project dependencies. multidict continues to be a second order dependency of Rasa Open Source but will be determined by the dependencies which use it instead of by Rasa Open Source directly.

This resolves issues like the following:

  sanic 20.9.1 has requirement multidict==5.0.0, but you'll have multidict 4.6.0 which is incompatible.

Bugfixes

  • #7316: SingleStateFeaturizer checks whether it was trained with RegexInterpreter as nlu interpreter. If that is the case, RegexInterpreter is used during prediction.
  • #7390: Make sure the responses are synced between NLU training data and the Domain even if there're no retrieval intents in the NLU training data.
  • #7417: Categorical slots will have a default value set when just updating nlg data in the domain.

Previously this resulted in InvalidDomain being thrown. - #7418: - Preserve domain slot ordering while dumping it back to the file. - Preserve multiline text examples of responses defined in domain and NLU training data.