- Add module profiling
- Link against Intel® MKL if available
- [experimental] Offload matrix multiplication to the GPU
- Improve Eigen library finder logic
v0.4.1 (2017-03-08)
- Fix install rule for TH dependency
v0.4.0 (2017-03-08)
- Add CMake install rule
- Add static library compilation support
- Tokenization is now an external library
v0.3.2 (2017-02-08)
- Fix error when decoded sequences reached
max_sent_length
- Fix incorrect extraction of word features
v0.3.1 (2017-01-29)
- Fix
--joiner_new
option when using BPE - Fix segmentation fault when a translator is destroyed and other instances are in use
v0.3.0 (2017-01-26)
- Tokenization and detokenization
- Fix errors when using models with word features
- Remove Boost dependency when compiling as a library
v0.2.0 (2017-01-19)
- Programmatically set the number of threads to use
- Simplify project include with a single public header
onmt/onmt.h
- Fix compilation on Mac OS
v0.1.0 (2017-01-11)
Initial release.