@@ -17,6 +17,25 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.
17
17
18
18
.. towncrier release notes start
19
19
20
+ [1.8.2] - 2020-03-19
21
+ ^^^^^^^^^^^^^^^^^^^^
22
+
23
+ Bugfixes
24
+ --------
25
+ - `#5438 <https://github.com/rasahq/rasa/issues/5438 >`_: Fixed bug when installing rasa with ``poetry ``.
26
+ - `#5413 <https://github.com/RasaHQ/rasa/issues/5413 >`_: Fixed bug with ``EmbeddingIntentClassifier ``, where results
27
+ weren't the same as in 1.7.x. Fixed by setting weight sparsity to 0.
28
+
29
+ Improved Documentation
30
+ ----------------------
31
+ - `#5404 <https://github.com/rasahq/rasa/issues/5404 >`_: Explain how to run commands as ``root `` user in Rasa SDK Docker images since version
32
+ ``1.8.0 ``. Since version ``1.8.0 `` the Rasa SDK Docker images does not longer run as
33
+ ``root `` user by default. For commands which require ``root `` user usage, you have to
34
+ switch back to the ``root `` user in your Docker image as described in
35
+ :ref: `deploying-your-rasa-assistant_custom-dependencies `.
36
+ - `#5402 <https://github.com/RasaHQ/rasa/issues/5402 >`_: Made improvements to Building Assistants tutorial
37
+
38
+
20
39
[1.8.1] - 2020-03-06
21
40
^^^^^^^^^^^^^^^^^^^^
22
41
@@ -42,7 +61,7 @@ Deprecations and Removals
42
61
43
62
Features
44
63
--------
45
- - `#2674 <https://github.com/rasahq/rasa/issues/2674 >`_: Add default value ``__other__ `` to ``values `` of a ``CategoricalSlot ``.
64
+ - `#2674 <https://github.com/rasahq/rasa/issues/2674 >`_: Add default value ``__other__ `` to ``values `` of a ``CategoricalSlot ``.
46
65
47
66
All values not mentioned in the list of values of a ``CategoricalSlot ``
48
67
will be mapped to ``__other__ `` for featurization.
@@ -106,7 +125,7 @@ Improvements
106
125
- `#4653 <https://github.com/rasahq/rasa/issues/4653 >`_: Added a new command-line argument ``--init-dir `` to command ``rasa init `` to specify
107
126
the directory in which the project is initialised.
108
127
- `#4682 <https://github.com/rasahq/rasa/issues/4682 >`_: Added support to send images with the twilio output channel.
109
- - `#4817 <https://github.com/rasahq/rasa/issues/4817 >`_: Part of Slack sanitization:
128
+ - `#4817 <https://github.com/rasahq/rasa/issues/4817 >`_: Part of Slack sanitization:
110
129
Multiple garbled URL's in a string coming from slack will be converted into actual strings.
111
130
``Example: health check of <http://eemdb.net|eemdb.net> and <http://eemdb1.net|eemdb1.net> to health check of
112
131
eemdb.net and eemdb1.net ``
@@ -138,7 +157,7 @@ Bugfixes
138
157
`TwoStageFallbackPolicy <https://rasa.com/docs/rasa/core/policies/#two-stage-fallback-policy >`_ are used together.
139
158
- `#5201 <https://github.com/rasahq/rasa/issues/5201 >`_: Fixed incorrectly raised Error encountered in pipelines with a ``ResponseSelector `` and NLG.
140
159
141
- When NLU training data is split before NLU pipeline comparison,
160
+ When NLU training data is split before NLU pipeline comparison,
142
161
NLG responses were not also persisted and therefore training for a pipeline including the ``ResponseSelector `` would fail.
143
162
144
163
NLG responses are now persisted along with NLU data to a ``/train `` directory in the ``run_x/xx%_exclusion `` folder.
0 commit comments