Skip to content

Commit

Permalink
updated changelog and version - release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Apr 17, 2018
1 parent 9f71fea commit cb1c284
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 16 deletions.
38 changes: 24 additions & 14 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,26 @@ Change Log
All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning`_ starting with version 0.7.0.

[Unreleased 0.12.0.aX] - `master`_
[Unreleased 0.13.0.aX] - `master`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. note:: This version is not yet released and is under active development.

Added
-----

Changed
-------

Removed
-------

Fixed
-----

[0.12.0] - 2018-03-17
^^^^^^^^^^^^^^^^^^^^^

Added
-----
- support for inline entity synonyms in markdown training format
Expand All @@ -17,14 +32,14 @@ Added
- support for markdown files containing regex-features or synonyms only
- added ability to list projects in cloud storage services for model loading
- server evaluation endpoint at ``POST /evaluate``
- CRF entity recognizer now returns a confidence score when extracting entities
- server endpoint at ``DELETE /models`` to unload models from server memory
- CRF entity recognizer now returns a confidence score when extracting entities
- added count vector featurizer to create bag of words representation
- added embedding intent classifier implemented in tensorflow
- added tensorflow requirements
- added basic tests for count vector featurizer
- added docs blurb on handling contextual dialogue
- distribute package as wheel file in addition to source distribution (faster install)
- distribute package as wheel file in addition to source
distribution (faster install)
- allow a component to specify which languages it supports
- support for persisting models to Azure Storage
- added tokenizer for CHINESE (``zh``) as well as instructions on how to load
Expand All @@ -44,21 +59,16 @@ Changed
``"extractor": "ner_crf"`` or no extractor at all
- Ignore hidden files when listing projects or models
- Docker Images now run on python 3.6 for better non-latin character set support
- updated requirements_full.txt to include tensorflow requirements
- updated documentation, added info about tensorflow_embedding pipeline
- updated registry, added tensorflow_embedding pipeline
- changed key name for a file in ngram featurizer
- changed jsonObserver to generate logs without a record seperator
- Improve jsonschema validation: text attribute of training data samples can not be empty
- changed ``jsonObserver`` to generate logs without a record seperator
- Improve jsonschema validation: text attribute of training data samples
can not be empty
- made the NLU server's ``/evaluate`` endpoint asynchronous

Removed
-------
- MITIE support - backend is no longer supported.

Fixed
-----
- fixed certain command line arguments not getting passed into the data_router
- fixed certain command line arguments not getting passed into
the ``data_router``


[0.11.1] - 2018-02-02
Expand Down
2 changes: 1 addition & 1 deletion docs/migrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This page contains information about changes between major versions and
how you can migrate from one version to another.

0.11.x to 0.12.0
---------------
----------------

model configuration
~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion rasa_nlu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from __future__ import division
from __future__ import absolute_import

__version__ = '0.12.0a5'
__version__ = '0.12.0'

0 comments on commit cb1c284

Please sign in to comment.