Skip to content

Commit

Permalink
Merge pull request #5221 from RasaHQ/prepare-release-1.7.1
Browse files Browse the repository at this point in the history
prepared release of version 1.7.1
  • Loading branch information
tabergma authored Feb 11, 2020
2 parents 8a9e9db + 2d4bf83 commit 22f0a99
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 12 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.

.. towncrier release notes start
[1.7.1] - 2020-02-11
^^^^^^^^^^^^^^^^^^^^

Bugfixes
--------
- `#5106 <https://github.com/rasahq/rasa/issues/5106>`_: Fixed file loading of non proper UTF-8 story files, failing properly when checking for
story files.
- `#5162 <https://github.com/rasahq/rasa/issues/5162>`_: Fix problem with multi-intents.
Training with multi-intents using the ``CountVectorsFeaturizer`` together with ``EmbeddingIntentClassifier`` is
working again.
- `#5171 <https://github.com/rasahq/rasa/issues/5171>`_: Fix bug ``ValueError: Cannot concatenate sparse features as sequence dimension does not match``.

When training a Rasa model that contains responses for just some of the intents, training was failing.
Fixed the featurizers to return a consistent feature vector in case no response was given for a specific message.
- `#5199 <https://github.com/rasahq/rasa/issues/5199>`_: If no text features are present in ``EmbeddingIntentClassifier`` return the intent ``None``.
- `#5216 <https://github.com/rasahq/rasa/issues/5216>`_: Resolve version conflicts: Pin version of cloudpickle to ~=1.2.0.


[1.7.0] - 2020-01-29
^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 0 additions & 2 deletions changelog/5106.bugfix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/5162.bugfix.rst

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/5171.bugfix.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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.7.0"
__version__ = "1.7.1"

0 comments on commit 22f0a99

Please sign in to comment.