Rasa: 2.6.3 Release

Release date:
May 28, 2021
Previous version:
2.6.2 (released May 18, 2021)
Magnitude:
478 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

26 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored May 27, 2021
Authored May 28, 2021
Authored May 27, 2021
Authored May 28, 2021
Authored May 27, 2021
Authored May 27, 2021
Authored May 20, 2021
Authored May 20, 2021
Authored May 27, 2021
Authored May 27, 2021
Authored May 27, 2021
Authored May 24, 2021
Authored May 24, 2021
Authored May 19, 2021
Authored May 18, 2021
Authored May 13, 2021
Authored May 18, 2021
Authored May 20, 2021
Authored May 17, 2021

Top Contributors in 2.6.3

ancalita
wochinge
erohmensing

Directory Browser for 2.6.3

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

Release Notes Published

Bugfixes

  • #8046: ResponseSelector can now be trained with the transformer enabled (i.e. when a positive number_of_transformer_layers is provided) even if one doesn't specify the transformer's size. Previously, not specifying transformer_size led to an error.
  • #8386: Return EntityEvaluationResult during evaluation of test stories only if parsed_message is not None.
  • #8546: Ignore OSError in Sentry reporting.
  • #8547: Replaced ValueError with RasaException in TED model _check_data method.
  • #8639: Changed import to fix agent creation in Jupyter.

Miscellaneous internal changes