File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ OpenNMT-tf follows [semantic versioning 2.0.0](https://semver.org/). The API cov
15
15
16
16
### Fixes and improvements
17
17
18
+ ## [ 2.32.0] ( https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.32.0 ) (2023-08-04)
19
+
20
+ ### New features
21
+
22
+ * Support TensorFlow 2.12 and 2.13
23
+ * Make timeout value configurable while searching for an optimal batch size
24
+
18
25
## [ 2.31.0] ( https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.31.0 ) (2023-01-13)
19
26
20
27
### New features
Original file line number Diff line number Diff line change 1
1
"""OpenNMT-tf version."""
2
2
3
- __version__ = "2.31 .0"
3
+ __version__ = "2.32 .0"
4
4
5
5
INCLUSIVE_MIN_TF_VERSION = "2.6.0"
6
6
EXCLUSIVE_MAX_TF_VERSION = "2.14.0"
You can’t perform that action at this time.
0 commit comments