Skip to content

Commit

Permalink
Merge branch 'master' into evaluation_data_validation
Browse files Browse the repository at this point in the history
  • Loading branch information
akelad committed Feb 4, 2019
2 parents 6d26188 + a20b406 commit c971048
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ env:
global:
- BOTO_CONFIG=/dev/null

install:
install:
- pip install git+https://github.com/tmbo/MITIE.git
- pip install -r alt_requirements/requirements_dev.txt
- pip install -e .
Expand Down
13 changes: 9 additions & 4 deletions CHANGELOG.rst
Expand Up @@ -25,22 +25,27 @@ Removed
Fixed
-----

[0.14.3] - 2018-02-01
^^^^^^^^^^^^^^^^^^^^^

Changed
-------
- starter packs are now tested in parallel with the unittests,
and only on branches ending in ``.x`` (i.e. new version releases)
- pinned ``coloredlogs``, ``future`` and ``packaging``

[0.14.2] - 2018-01-29
^^^^^^^^^^^^^^^^^^^^^

Added
-----

- ``rasa_nlu.evaluate`` now exports reports into a folder and also
includes the entity extractor reports

Changed
-------
- updated requirements to match Core and SDK
- pinned keras dependecies
- starter packs are now tested in parallel with the unittests,
and only on branches ending in ``.x`` (i.e. new version releases)


[0.14.1] - 2018-01-23
^^^^^^^^^^^^^^^^^^^^^
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -28,17 +28,17 @@
"gevent~=1.2",
"klein~=17.10",
"boto3~=1.5",
"packaging~=17.1",
"packaging~=18.0",
"typing~=3.6",
"future~=0.16.0",
"future~=0.17.1",
"tqdm~=4.19",
"requests~=2.20",
"jsonschema~=2.6",
"matplotlib~=2.0",
"numpy>=1.13",
"simplejson~=3.13",
"ruamel.yaml~=0.15.7",
"coloredlogs~=9.0",
"coloredlogs~=10.0",
"scikit-learn~=0.20.2"
]

Expand Down

0 comments on commit c971048

Please sign in to comment.