Skip to content

Commit

Permalink
Merge pull request #5711 from RasaHQ/prepare-release-1.9.7
Browse files Browse the repository at this point in the history
prepared release of version 1.9.7
  • Loading branch information
erohmensing authored Apr 23, 2020
2 parents 984a07f + 976aa76 commit 46c6cec
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 13 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,30 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.

.. towncrier release notes start
[1.9.7] - 2020-04-23
^^^^^^^^^^^^^^^^^^^^

Improvements
------------
- `#4606 <https://github.com/rasahq/rasa/issues/4606>`_: The stream reading timeout for ``rasa shell` is now configurable by using the
environment variable ``RASA_SHELL_STREAM_READING_TIMEOUT_IN_SECONDS``.
This can help to fix problems when using ``rasa shell`` with custom actions which run
10 seconds or longer.

Bugfixes
--------
- `#5709 <https://github.com/rasahq/rasa/issues/5709>`_: Reverted changes in 1.9.6 that led to model incompatibility. Upgrade to 1.9.7 to fix
``self.sequence_lengths_for(tf_batch_data[TEXT_SEQ_LENGTH][0]) IndexError: list index out of range``
error without needing to retrain earlier 1.9 models.

Therefore, all 1.9 models `except for 1.9.6` will be compatible; a model trained on 1.9.6 will need
to be retrained on 1.9.7.

Miscellaneous internal changes
------------------------------
- #5631


[1.9.6] - 2020-04-15
^^^^^^^^^^^^^^^^^^^^

Expand Down
4 changes: 0 additions & 4 deletions changelog/4606.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/5631.misc.rst

This file was deleted.

6 changes: 0 additions & 6 deletions changelog/5709.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.9.6"
version = "1.9.7"
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.9.6"
__version__ = "1.9.7"

0 comments on commit 46c6cec

Please sign in to comment.