Skip to content

Commit 75545f5

Browse files
authored
Bump TF to 2.4.0, and prepare the 0.17.0 release. (#1227)
* Bump TF to 2.4.0, and prepare the 0.17.0 release. This PR bumps TF to 2.4.0 and updates README.md and RELEASE.md to prepare for the 0.17.0 release. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update to s3e Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
1 parent 9b5e233 commit 75545f5

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ of releases [here](https://github.com/tensorflow/io/releases).
110110

111111
| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
112112
| --- | --- | --- |
113+
| 0.17.0 | 2.4.x | Dec 14, 2020 |
113114
| 0.16.0 | 2.3.x | Oct 23, 2020 |
114115
| 0.15.0 | 2.3.x | Aug 03, 2020 |
115116
| 0.14.0 | 2.2.x | Jul 08, 2020 |

RELEASE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# Release 0.17.0
2+
3+
## Major Features
4+
* Added MongoDB dataset support.
5+
* Added Apache Pulsar dataset support.
6+
* Added FFMpeg support for Ubuntu 20.04.
7+
* Added the message offset to record for Kafka dataset.
8+
* Azure file system migrated to modular file system C APIs.
9+
* HTTP file system migrated to modular file system C APIs.
10+
* Initial s3 modular file system support through scheme `s3e://`.
11+
* Initial gcs modular file system support through scheme `gse://`.
12+
* Initial hdfs modular file system support through scheme `hdfse://`.
13+
14+
## Thanks to our Contributors
15+
16+
This release contains contributions from many people:
17+
18+
Samuel Marks, Tom McTiernan, Vignesh Kothapalli, Yong Tang,
19+
Yunze Xu, 博琰
20+
21+
We are also grateful to all who filed issues or helped resolve them, asked and
22+
answered questions, and were part of inspiring discussions.
23+
124
# Release 0.16.0
225

326
## Major Features

tensorflow_io/core/python/ops/version_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# ==============================================================================
1515
"""version_ops"""
1616

17-
package = "tensorflow>=2.4.0rc4,<2.5.0"
17+
package = "tensorflow>=2.4.0,<2.5.0"
1818
version = "0.17.0"

0 commit comments

Comments
 (0)