Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Latest commit

 

History

History
68 lines (38 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

68 lines (38 loc) · 1.69 KB

[Unreleased]

New features

  • Add module profiling
  • Link against Intel® MKL if available
  • [experimental] Offload matrix multiplication to the GPU

Fixes and improvements

  • Improve Eigen library finder logic

v0.4.1 (2017-03-08)

Fixes and improvements

  • Fix install rule for TH dependency

v0.4.0 (2017-03-08)

New features

  • Add CMake install rule
  • Add static library compilation support

Fixes and improvements

  • Tokenization is now an external library

v0.3.2 (2017-02-08)

Fixes and improvements

  • Fix error when decoded sequences reached max_sent_length
  • Fix incorrect extraction of word features

v0.3.1 (2017-01-29)

Fixes and improvements

  • 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)

New features

  • Tokenization and detokenization

Fixes and improvements

  • Fix errors when using models with word features
  • Remove Boost dependency when compiling as a library

v0.2.0 (2017-01-19)

New features

  • Programmatically set the number of threads to use

Fixes and improvements

  • Simplify project include with a single public header onmt/onmt.h
  • Fix compilation on Mac OS

v0.1.0 (2017-01-11)

Initial release.