Skip to content

Commit

Permalink
Merge pull request #6982 from RasaHQ/prepare-release-1.10.15
Browse files Browse the repository at this point in the history
prepared release of version 1.10.15
  • Loading branch information
erohmensing authored Oct 12, 2020
2 parents debc2c1 + 467803c commit ab0110d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.

.. towncrier release notes start
[1.10.15] - 2020-10-09
^^^^^^^^^^^^^^^^^^^^^^

Improvements
------------
- `#6900 <https://github.com/rasahq/rasa/issues/6900>`_: Debug logs from ``matplotlib`` libraries are now hidden by default and are configurable with the ``LOG_LEVEL_LIBRARIES`` environment variable.

Bugfixes
--------
- `#3597 <https://github.com/rasahq/rasa/issues/3597>`_: Fixed issue where temporary model directories were not removed after pulling from a model server. If the model pulled from the server was invalid, this could lead to large amounts of local storage usage.
- `#6755 <https://github.com/rasahq/rasa/issues/6755>`_: Treat the length of OOV token as 1 to fix token align issue when OOV occurred.
- `#6899 <https://github.com/rasahq/rasa/issues/6899>`_: Fixed ``MappingPolicy`` not predicting ``action_listen`` after the mapped action while running ``rasa test``.


[1.10.14] - 2020-09-23
^^^^^^^^^^^^^^^^^^^^^^

Expand Down
1 change: 0 additions & 1 deletion changelog/3597.bugfix.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/6900.improvement.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.10.14"
version = "1.10.15"
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.10.14"
__version__ = "1.10.15"

0 comments on commit ab0110d

Please sign in to comment.