Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.19.8 #824

Merged
merged 10 commits into from
Jul 10, 2019
Merged

Release 0.19.8 #824

merged 10 commits into from
Jul 10, 2019

Conversation

ClemDoum
Copy link
Collaborator

[0.19.8]

Added

  • Add filter for entity match feature #814
  • Add noise re-weight factor in LogRegIntentClassifier #815
  • Add warning logs and improve errors #821
  • Add random seed parameter in training CLI #819

Fixed

  • Fix non-deterministic behavior #817
  • Import modules lazily to speed up CLI startup time #819

ClemDoum and others added 7 commits June 21, 2019 15:16
* Add noise re-weight factor

* Update config documentation
* Fix non-deterministic behavior

fixes #778

* Update changelog

* Fix issue with dirhash

* Fix issues

* Fix issue with Python<3.4
* Add warnings

* Raise proper error when loading resources with bad requirements
* Import modules lazily to speed up startup time

* Use argparse instead of plac

* Add random_seed parameter to training CLI

addresses #816

* Fix issue with versions in CLI

* Fix issue with Python2.7

* Add tests for CLI argparser

* Do not import lazily snips_nlu subpackages

* Update Changelog
@ClemDoum ClemDoum requested a review from adrienball July 10, 2019 09:51
@codecov-io
Copy link

codecov-io commented Jul 10, 2019

Codecov Report

Merging #824 into master will increase coverage by 0.07%.
The diff coverage is 83.28%.

@@            Coverage Diff             @@
##           master     #824      +/-   ##
==========================================
+ Coverage   88.46%   88.54%   +0.07%     
==========================================
  Files          76       78       +2     
  Lines        4588     4793     +205     
  Branches      889      905      +16     
==========================================
+ Hits         4059     4244     +185     
- Misses        394      411      +17     
- Partials      135      138       +3

@adrienball adrienball merged commit d23ff8a into master Jul 10, 2019
@adrienball adrienball deleted the release/0.19.8 branch July 10, 2019 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants