From f4e914c6e314202d4237fbc9b7d88e4b726ea1dd Mon Sep 17 00:00:00 2001 From: Tom Bocklisch Date: Fri, 2 Feb 2018 12:24:27 +0100 Subject: [PATCH] prepared next version --- CHANGELOG.rst | 39 +++++++++++++++++++++++++++++++++++---- rasa_nlu/version.py | 2 +- 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 018defc2558e..0b720177402d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,8 +17,17 @@ Changed Fixed ----- + + +[0.11.1] - 2018-02-02 +^^^^^^^^^^^^^^^^^^^^^ + +Fixed +----- +- Changelog doc formatting - fixed project loading for newly added projects to a running server + [0.11.0] - 2018-01-30 ^^^^^^^^^^^^^^^^^^^^^ @@ -61,6 +70,7 @@ Fixed - read token in server from config instead of data router - fixed reading of models with none date name prefix in server + [0.10.4] - 2017-10-27 ^^^^^^^^^^^^^^^^^^^^^ @@ -68,6 +78,7 @@ Fixed ----- - docker image build + [0.10.3] - 2017-10-26 ^^^^^^^^^^^^^^^^^^^^^ @@ -85,6 +96,7 @@ Fixed - fixed permanent training status when training fails #652 - quick fix for None "_formatter_parser" bug + [0.10.1] - 2017-10-06 ^^^^^^^^^^^^^^^^^^^^^ @@ -93,6 +105,7 @@ Fixed - readme issues - improved setup py welcome message + [0.10.0] - 2017-09-27 ^^^^^^^^^^^^^^^^^^^^^ @@ -130,6 +143,7 @@ Fixed - Only log a warning (instead of throwing an exception) on misaligned entities during mitie NER + [0.9.2] - 2017-08-16 ^^^^^^^^^^^^^^^^^^^^ @@ -137,6 +151,7 @@ Fixed ----- - removed unnecessary `ClassVar` import + [0.9.1] - 2017-07-11 ^^^^^^^^^^^^^^^^^^^^ @@ -145,6 +160,7 @@ Fixed - removed obsolete ``--output`` parameter of ``train.py``. use ``--path`` instead. fixes #473 + [0.9.0] - 2017-07-07 ^^^^^^^^^^^^^^^^^^^^ @@ -188,6 +204,7 @@ Fixed those whose name starts with *model* - properly return training process ids #391 + [0.8.12] - 2017-06-29 ^^^^^^^^^^^^^^^^^^^^^ @@ -196,6 +213,7 @@ Fixed - fixed missing argument attribute error + [0.8.11] - 2017-06-07 ^^^^^^^^^^^^^^^^^^^^^ @@ -203,6 +221,7 @@ Fixed ----- - updated mitie installation documentation + [0.8.10] - 2017-05-31 ^^^^^^^^^^^^^^^^^^^^^ @@ -215,9 +234,10 @@ Fixed ^^^^^^^^^^^^^^^^^^^^ Fixed ------^ +----- - properly handle response_log configuration variable being set to ``null`` + [0.8.8] - 2017-05-26 ^^^^^^^^^^^^^^^^^^^^ @@ -226,6 +246,7 @@ Fixed - ``/status`` endpoint showing all available models instead of only those whose name starts with *model* + [0.8.7] - 2017-05-24 ^^^^^^^^^^^^^^^^^^^^ @@ -233,6 +254,7 @@ Fixed ----- - Fixed range calculation for crf #355 + [0.8.6] - 2017-05-15 ^^^^^^^^^^^^^^^^^^^^ @@ -240,6 +262,7 @@ Fixed ----- - Fixed duckling dimension persistence. fixes #358 + [0.8.5] - 2017-05-10 ^^^^^^^^^^^^^^^^^^^^ @@ -247,6 +270,7 @@ Fixed ----- - Fixed pypi installation dependencies (e.g. flask). fixes #354 + [0.8.4] - 2017-05-10 ^^^^^^^^^^^^^^^^^^^^ @@ -254,6 +278,7 @@ Fixed ----- - Fixed CRF model training without entities. fixes #345 + [0.8.3] - 2017-05-10 ^^^^^^^^^^^^^^^^^^^^ @@ -261,6 +286,7 @@ Fixed ----- - Fixed Luis emulation and added test to catch regression. Fixes #353 + [0.8.2] - 2017-05-08 ^^^^^^^^^^^^^^^^^^^^ @@ -268,6 +294,7 @@ Fixed ----- - deepcopy of context #343 + [0.8.1] - 2017-05-08 ^^^^^^^^^^^^^^^^^^^^ @@ -275,8 +302,10 @@ Fixed ----- - NER training reuses context inbetween requests + [0.8.0] - 2017-05-08 ^^^^^^^^^^^^^^^^^^^^ + Added ----- - ngram character featurizer (allows better handling of out-of-vocab words) @@ -323,9 +352,6 @@ Changed the spacy component (breaks existing spacy models!) - introduced compatibility with both Python 2 and 3 -Removed -------- - Fixed ----- - properly parse ``str`` additionally to ``unicode`` @@ -337,6 +363,7 @@ Fixed - removed tokenization when reading Luis.ai data (they changed their format) `#241 `_ + [0.7.4] - 2017-03-27 ^^^^^^^^^^^^^^^^^^^^ @@ -345,6 +372,7 @@ Fixed - fixed failed loading of example data after renaming attributes, i.e. "KeyError: 'entities'" + [0.7.3] - 2017-03-15 ^^^^^^^^^^^^^^^^^^^^ @@ -353,6 +381,7 @@ Fixed - fixed regression in mitie entity extraction on special characters - fixed spacy fine tuning and entity recognition on passed language instance + [0.7.2] - 2017-03-13 ^^^^^^^^^^^^^^^^^^^^ @@ -360,6 +389,7 @@ Fixed ----- - python documentation about calling rasa NLU from python + [0.7.1] - 2017-03-10 ^^^^^^^^^^^^^^^^^^^^ @@ -393,6 +423,7 @@ Fixed - error propagation on failed vector model loading (spacy) - escaping of special characters during mitie tokenization + [0.6-beta] - 2017-01-31 ^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/rasa_nlu/version.py b/rasa_nlu/version.py index 1b051f6d5344..14d7efcb4b89 100644 --- a/rasa_nlu/version.py +++ b/rasa_nlu/version.py @@ -3,4 +3,4 @@ from __future__ import division from __future__ import absolute_import -__version__ = '0.12.0a1' +__version__ = '0.11.1'