Skip to content

Commit 5b70048

Browse files
committed
prepared release of version 1.8.3
1 parent 8ee9742 commit 5b70048

File tree

7 files changed

+17
-7
lines changed

7 files changed

+17
-7
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,21 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.
1717

1818
.. towncrier release notes start
1919
20+
[1.8.3] - 2020-03-27
21+
^^^^^^^^^^^^^^^^^^^^
22+
23+
Bugfixes
24+
--------
25+
- `#5405 <https://github.com/rasahq/rasa/issues/5405>`_: Fixes issue where model always gets retrained if multiple NLU/story files are in a
26+
directory, by sorting the list of files.
27+
- `#5444 <https://github.com/rasahq/rasa/issues/5444>`_: Fixed ambiguous logging in `DIETClassifier` by adding the name of the calling class to the log message.
28+
- `#5506 <https://github.com/rasahq/rasa/issues/5506>`_: Set default value for ``weight_sparsity`` in ``ResponseSelector`` to ``0``.
29+
30+
Improved Documentation
31+
----------------------
32+
- `#5302 <https://github.com/rasahq/rasa/issues/5302>`_: Improved documentation on how to build and deploy an action server image for use on other servers such as Rasa X deployments.
33+
34+
2035
[1.8.2] - 2020-03-19
2136
^^^^^^^^^^^^^^^^^^^^
2237

changelog/5302.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/5405.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/5444.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/5506.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytype | .pytest_cache | build | dist))"
99

1010
[tool.poetry]
1111
name = "rasa"
12-
version = "1.8.2"
12+
version = "1.8.3"
1313
description = "Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants"
1414
authors = [ "Rasa Technologies GmbH <[email protected]>",]
1515
maintainers = [ "Tom Bocklisch <[email protected]>",]

rasa/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# this file will automatically be changed,
22
# do not add anything but the version number here!
3-
__version__ = "1.8.2"
3+
__version__ = "1.8.3"

0 commit comments

Comments
 (0)