- Translation results now have an additional dimension covering the multiple hypotheses for each batch
- Add n-best feature
v0.6.10 (2018-09-10)
- Allow linking to external OpenNMT/Tokenizer
v0.6.9 (2018-09-07)
- Update Tokenizer to v1.8.1
v0.6.8 (2018-09-07)
- Update Tokenizer to v1.8.0
v0.6.7 (2018-09-04)
- Update Tokenizer to v1.7.0
v0.6.6 (2018-08-29)
- Update Tokenizer to v1.6.2
v0.6.5 (2018-07-30)
- Update Tokenizer to v1.6.0
v0.6.4 (2018-07-13)
- Update Tokenizer to v1.5.3
v0.6.3 (2018-07-12)
- Update Tokenizer to v1.5.2
v0.6.2 (2018-07-12)
- Update Tokenizer to v1.5.1
v0.6.1 (2018-07-05)
- Update Tokenizer to v1.5.0
v0.6.0 (2018-06-14)
- Add 16 bits quantization with SSE and AVX2 optimizations
- Introduce vocabulary mapping to speed-up decoding-up
- Report profiles per modules block (encoder_fwd, encoder_bwd, decoder, generator)
- Support cloning a
Translator
while sharing the model data - Translate batches in parallel via
cli/translate
- Fix GRU support
- Update Tokenizer to v1.4.0
v0.5.4 (2018-04-10)
- Update Tokenizer to v1.3.0
v0.5.3 (2018-03-28)
- Update Tokenizer to v1.2.0
v0.5.2 (2018-01-23)
- Update Tokenizer to v1.1.1
v0.5.1 (2018-01-22)
- Update Tokenizer to v1.1.0
v0.5.0 (2017-12-11)
- 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.