-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ccdf0a3
commit 98951d0
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters