diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 767dbe8e9947..941f9f326f80 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ------- diff --git a/setup.py b/setup.py index 0b764af20b03..63fa0b58ce3f 100644 --- a/setup.py +++ b/setup.py @@ -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" ],