Skip to content

Commit

Permalink
prepared next version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Feb 2, 2018
1 parent 36fdfaf commit f4e914c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 5 deletions.
39 changes: 35 additions & 4 deletions CHANGELOG.rst
Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -61,13 +70,15 @@ 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
^^^^^^^^^^^^^^^^^^^^^

Fixed
-----
- docker image build


[0.10.3] - 2017-10-26
^^^^^^^^^^^^^^^^^^^^^

Expand All @@ -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
^^^^^^^^^^^^^^^^^^^^^

Expand All @@ -93,6 +105,7 @@ Fixed
- readme issues
- improved setup py welcome message


[0.10.0] - 2017-09-27
^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -130,13 +143,15 @@ Fixed
- Only log a warning (instead of throwing an exception) on
misaligned entities during mitie NER


[0.9.2] - 2017-08-16
^^^^^^^^^^^^^^^^^^^^

Fixed
-----
- removed unnecessary `ClassVar` import


[0.9.1] - 2017-07-11
^^^^^^^^^^^^^^^^^^^^

Expand All @@ -145,6 +160,7 @@ Fixed
- removed obsolete ``--output`` parameter of ``train.py``.
use ``--path`` instead. fixes #473


[0.9.0] - 2017-07-07
^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -188,6 +204,7 @@ Fixed
those whose name starts with *model*
- properly return training process ids #391


[0.8.12] - 2017-06-29
^^^^^^^^^^^^^^^^^^^^^

Expand All @@ -196,13 +213,15 @@ Fixed
- fixed missing argument attribute error



[0.8.11] - 2017-06-07
^^^^^^^^^^^^^^^^^^^^^

Fixed
-----
- updated mitie installation documentation


[0.8.10] - 2017-05-31
^^^^^^^^^^^^^^^^^^^^^

Expand All @@ -215,9 +234,10 @@ Fixed
^^^^^^^^^^^^^^^^^^^^

Fixed
-----^
-----
- properly handle response_log configuration variable being set to ``null``


[0.8.8] - 2017-05-26
^^^^^^^^^^^^^^^^^^^^

Expand All @@ -226,57 +246,66 @@ Fixed
- ``/status`` endpoint showing all available models instead of only
those whose name starts with *model*


[0.8.7] - 2017-05-24
^^^^^^^^^^^^^^^^^^^^

Fixed
-----
- Fixed range calculation for crf #355


[0.8.6] - 2017-05-15
^^^^^^^^^^^^^^^^^^^^

Fixed
-----
- Fixed duckling dimension persistence. fixes #358


[0.8.5] - 2017-05-10
^^^^^^^^^^^^^^^^^^^^

Fixed
-----
- Fixed pypi installation dependencies (e.g. flask). fixes #354


[0.8.4] - 2017-05-10
^^^^^^^^^^^^^^^^^^^^

Fixed
-----
- Fixed CRF model training without entities. fixes #345


[0.8.3] - 2017-05-10
^^^^^^^^^^^^^^^^^^^^

Fixed
-----
- Fixed Luis emulation and added test to catch regression. Fixes #353


[0.8.2] - 2017-05-08
^^^^^^^^^^^^^^^^^^^^

Fixed
-----
- deepcopy of context #343


[0.8.1] - 2017-05-08
^^^^^^^^^^^^^^^^^^^^

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)
Expand Down Expand Up @@ -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``
Expand All @@ -337,6 +363,7 @@ Fixed
- removed tokenization when reading Luis.ai data (they changed their format)
`#241 <https://github.com/RasaHQ/rasa_nlu/issues/241>`_


[0.7.4] - 2017-03-27
^^^^^^^^^^^^^^^^^^^^

Expand All @@ -345,6 +372,7 @@ Fixed
- fixed failed loading of example data after renaming attributes,
i.e. "KeyError: 'entities'"


[0.7.3] - 2017-03-15
^^^^^^^^^^^^^^^^^^^^

Expand All @@ -353,13 +381,15 @@ 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
^^^^^^^^^^^^^^^^^^^^

Fixed
-----
- python documentation about calling rasa NLU from python


[0.7.1] - 2017-03-10
^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion rasa_nlu/version.py
Expand Up @@ -3,4 +3,4 @@
from __future__ import division
from __future__ import absolute_import

__version__ = '0.12.0a1'
__version__ = '0.11.1'

0 comments on commit f4e914c

Please sign in to comment.