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
- Update minimum required TensorFlow version from 1.4 to 1.6
- Fix the encoder state structure when RNN encoders are combined (e.g. in
SequentialEncoder
)
1.0.1 (2018-03-14)
- Fix undefined
xrange
error inutils/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.