Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 870 Bytes

CHANGELOG.md

File metadata and controls

33 lines (19 loc) · 870 Bytes

Notes on versioning

OpenNMT-tf follows semantic versioning 2.0.0. The API covers:

  • command line options
  • configuration files
  • checkpoints
  • public classes and functions that do not come from third parties
  • minimum required TensorFlow version

[Unreleased]

Breaking changes

  • Update minimum required TensorFlow version from 1.4 to 1.6

Fixes and improvements

  • Fix the encoder state structure when RNN encoders are combined (e.g. in SequentialEncoder)

1.0.1 (2018-03-14)

Fixes and improvements

  • Fix undefined xrange error in utils/beam_search.py when using Python 3

1.0.0 (2018-03-14)

Initial stable release.

This is the latest major release compatible with TensorFlow 1.4.