Skip to content

Commit

Permalink
Bump TF to 2.4.0, and prepare the 0.17.0 release. (#1227)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
yongtang committed Dec 14, 2020
1 parent 9b5e233 commit 75545f5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -110,6 +110,7 @@ of releases [here](https://github.com/tensorflow/io/releases).

| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
| --- | --- | --- |
| 0.17.0 | 2.4.x | Dec 14, 2020 |
| 0.16.0 | 2.3.x | Oct 23, 2020 |
| 0.15.0 | 2.3.x | Aug 03, 2020 |
| 0.14.0 | 2.2.x | Jul 08, 2020 |
Expand Down
23 changes: 23 additions & 0 deletions RELEASE.md
@@ -1,3 +1,26 @@
# Release 0.17.0

## Major Features
* Added MongoDB dataset support.
* Added Apache Pulsar dataset support.
* Added FFMpeg support for Ubuntu 20.04.
* Added the message offset to record for Kafka dataset.
* Azure file system migrated to modular file system C APIs.
* HTTP file system migrated to modular file system C APIs.
* Initial s3 modular file system support through scheme `s3e://`.
* Initial gcs modular file system support through scheme `gse://`.
* Initial hdfs modular file system support through scheme `hdfse://`.

## Thanks to our Contributors

This release contains contributions from many people:

Samuel Marks, Tom McTiernan, Vignesh Kothapalli, Yong Tang,
Yunze Xu, 博琰

We are also grateful to all who filed issues or helped resolve them, asked and
answered questions, and were part of inspiring discussions.

# Release 0.16.0

## Major Features
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_io/core/python/ops/version_ops.py
Expand Up @@ -14,5 +14,5 @@
# ==============================================================================
"""version_ops"""

package = "tensorflow>=2.4.0rc4,<2.5.0"
package = "tensorflow>=2.4.0,<2.5.0"
version = "0.17.0"

0 comments on commit 75545f5

Please sign in to comment.