Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes for 0.20.0 #1494

Merged
merged 1 commit into from
Aug 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ of releases [here](https://github.com/tensorflow/io/releases).

| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
| --- | --- | --- |
| 0.20.0 | 2.6.x | Aug 11, 2021 |
| 0.19.1 | 2.5.x | Jul 25, 2021 |
| 0.19.0 | 2.5.x | Jun 25, 2021 |
| 0.18.0 | 2.5.x | May 13, 2021 |
Expand Down
22 changes: 22 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Release 0.20.0

## Major Features
* S3 and HDFS file system supports fully migrated from tensorflow to tensorflow-io package.
* Add tutorial of MongoDB support with tensorflow-io.
* Add tutorial of ORC support with tensorflow-io
* Add batched string support for Apache Arrow.

## Bug Fixes
* Fix decode_video returning only the first frame.
* Reset mongo cursor after reaching end of collection.

## Thanks to our Contributors

This release contains contributions from many people:

Aleksey Vlasenko, Gerard Casas Saez, Keqiu Hu, Kota Yamaguchi,
Mark Daoust, Vignesh Kothapalli, Yong Tang, austinzh

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.19.1

## Bug Fixes
Expand Down