Skip to content

Commit

Permalink
Merge pull request #5513 from RasaHQ/prepare-release-1.8.3
Browse files Browse the repository at this point in the history
prepared release of version 1.8.3
  • Loading branch information
dakshvar22 authored Mar 27, 2020
2 parents 8ee9742 + 6c6d8f5 commit ba5e544
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,23 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.

.. towncrier release notes start
[1.8.3] - 2020-03-27
^^^^^^^^^^^^^^^^^^^^

Bugfixes
--------
- `#5405 <https://github.com/rasahq/rasa/issues/5405>`_: Fixes issue where model always gets retrained if multiple NLU/story files are in a
directory, by sorting the list of files.
- `#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.
- `#5506 <https://github.com/rasahq/rasa/issues/5506>`_: Set default value for ``weight_sparsity`` in ``ResponseSelector`` to ``0``.
This fixes a bug in the default behaviour of ``ResponseSelector`` which was accidentally introduced in ``rasa==1.8.0``.
Users should update to this version or ``rasa>=1.9.3`` and re-train their models if ``ResponseSelector`` was used in their pipeline.

Improved Documentation
----------------------
- `#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.


[1.8.2] - 2020-03-19
^^^^^^^^^^^^^^^^^^^^

Expand Down
1 change: 0 additions & 1 deletion changelog/5302.doc.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/5405.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/5444.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/5506.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytype | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa"
version = "1.8.2"
version = "1.8.3"
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"
authors = [ "Rasa Technologies GmbH <hi@rasa.com>",]
maintainers = [ "Tom Bocklisch <tom@rasa.com>",]
Expand Down
2 changes: 1 addition & 1 deletion rasa/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# this file will automatically be changed,
# do not add anything but the version number here!
__version__ = "1.8.2"
__version__ = "1.8.3"

0 comments on commit ba5e544

Please sign in to comment.