Skip to content

Commit

Permalink
Merge pull request #3267 from RasaHQ/0.14.x-merge-0.15.x
Browse files Browse the repository at this point in the history
0.14.x merge 0.15.x
  • Loading branch information
akelad committed Apr 16, 2019
2 parents 1750abc + 28173a5 commit cd8c095
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -44,15 +44,35 @@ Removed
Fixed
-----
- ``RegexFeaturizer`` detects all regex in user message (not just first)
- do_extractors_support_overlap now correctly throws an exception only if no extractors are
- do_extractors_support_overlap now correctly throws an exception only if no extractors are
passed or if extractors that do not support overlapping entities are used.
- Docs entry for pretrained embeddings pipeline is now consistent with the
code in ``registry.py``


[0.14.6] - 2019-03-20
^^^^^^^^^^^^^^^^^^^^^

Fixed
-----
- fixed Changelog dates (dates had the wrong year attached)

[0.14.5] - 2019-03-19
^^^^^^^^^^^^^^^^^^^^^

Fixed
-----
- properly tag ``stable`` docker image (instead of alpha)

[0.14.4] - 2019-02-26
^^^^^^^^^^^^^^^^^^^^^

Fixed
-----
- fixed training from url

[0.14.3] - 2019-02-01
^^^^^^^^^^^^^^^^^^^^^
-

Changed
-------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -50,7 +50,7 @@
],
'tensorflow': ["sklearn-crfsuite~=0.3.6",
"scipy~=1.1",
"tensorflow~=1.12",
"tensorflow~=1.12.0",
"keras-applications==1.0.6",
"keras-preprocessing==1.0.5"
],
Expand Down

0 comments on commit cd8c095

Please sign in to comment.