Skip to content

Commit 2d4bf83

Browse files
committed
prepared release of version 1.7.1
1 parent 8a9e9db commit 2d4bf83

File tree

7 files changed

+19
-12
lines changed

7 files changed

+19
-12
lines changed

CHANGELOG.rst

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

1818
.. towncrier release notes start
1919
20+
[1.7.1] - 2020-02-11
21+
^^^^^^^^^^^^^^^^^^^^
22+
23+
Bugfixes
24+
--------
25+
- `#5106 <https://github.com/rasahq/rasa/issues/5106>`_: Fixed file loading of non proper UTF-8 story files, failing properly when checking for
26+
story files.
27+
- `#5162 <https://github.com/rasahq/rasa/issues/5162>`_: Fix problem with multi-intents.
28+
Training with multi-intents using the ``CountVectorsFeaturizer`` together with ``EmbeddingIntentClassifier`` is
29+
working again.
30+
- `#5171 <https://github.com/rasahq/rasa/issues/5171>`_: Fix bug ``ValueError: Cannot concatenate sparse features as sequence dimension does not match``.
31+
32+
When training a Rasa model that contains responses for just some of the intents, training was failing.
33+
Fixed the featurizers to return a consistent feature vector in case no response was given for a specific message.
34+
- `#5199 <https://github.com/rasahq/rasa/issues/5199>`_: If no text features are present in ``EmbeddingIntentClassifier`` return the intent ``None``.
35+
- `#5216 <https://github.com/rasahq/rasa/issues/5216>`_: Resolve version conflicts: Pin version of cloudpickle to ~=1.2.0.
36+
37+
2038
[1.7.0] - 2020-01-29
2139
^^^^^^^^^^^^^^^^^^^^
2240

changelog/5106.bugfix.rst

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

changelog/5162.bugfix.rst

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

changelog/5171.bugfix.rst

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

changelog/5199.bugfix.rst

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

changelog/5216.bugfix.rst

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

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

0 commit comments

Comments
 (0)