File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 0.58.0] - 2018-07-17`
5+ ### Added
6+ - Interactive parsing CLI
7+
8+ ### Changed
9+ - The ` SnipsNluEngine ` object is now loaded from a directory instead of a single json file
10+ (see https://github.com/snipsco/snips-nlu/releases/tag/0.16.0 ).
11+ - Language resources are now loaded * dynamically* from the trained engine directory instead of
12+ being statically hardcoded, reducing the binary size by 31Mb.
13+
14+ ### Removed
15+ - ` snips-nlu-resources ` and ` snips-nlu-resources-packed ` crates no longer exists.
16+ - ` FileBasedConfiguration ` , ` ZipBasedConfiguration ` and `NluEngineConfigurationConvertible
17+ - Rust examples (replaced by interactive CLI).
18+
419## [ 0.57.2] - 2018-07-12
520### Fixed
621- Conflict with bindgen dependency
@@ -64,6 +79,7 @@ All notable changes to this project will be documented in this file.
6479- Rename python package to ` snips_nlu_rust `
6580
6681
82+ [ 0.58.0 ] : https://github.com/snipsco/snips-nlu-rs/compare/0.57.2...0.58.0
6783[ 0.57.2 ] : https://github.com/snipsco/snips-nlu-rs/compare/0.57.1...0.57.2
6884[ 0.57.1 ] : https://github.com/snipsco/snips-nlu-rs/compare/0.57.0...0.57.1
6985[ 0.57.0 ] : https://github.com/snipsco/snips-nlu-rs/compare/0.56.1...0.57.0
You can’t perform that action at this time.
0 commit comments