Skip to content

Commit

Permalink
First stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Mar 14, 2018
1 parent ccdf0a3 commit 98951d0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
**Notes on versioning**

OpenNMT-tf follows [semantic versioning 2.0.0](https://semver.org/). 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]

## [1.0.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/1.0.0) (2018-03-14)

Initial stable release.

This is the latest major release compatible with TensorFlow 1.4.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ OpenNMT-tf is a general purpose sequence modeling tool in TensorFlow with produc
* sequence tagging
* sequence classification

*The project is still in beta and does not come with backward compatibility guarantees.*

## Key features

OpenNMT-tf focuses on modularity to support advanced modeling and training capabilities:
Expand Down

0 comments on commit 98951d0

Please sign in to comment.