From 3340201d281669f9b8231defdb092eb3684e620c Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Wed, 14 Apr 2021 07:04:53 -0700 Subject: [PATCH] Update R0.17 README.md/RELEASE.md, in preparation for release (#1367) Signed-off-by: Yong Tang --- README.md | 1 + RELEASE.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index 6399503eb..e85d99923 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ of releases [here](https://github.com/tensorflow/io/releases). | TensorFlow I/O Version | TensorFlow Compatibility | Release Date | | --- | --- | --- | +| 0.17.1 | 2.4.x | Apr 15, 2021 | | 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 | diff --git a/RELEASE.md b/RELEASE.md index aa2ac9503..6a397e2b8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,18 @@ +# Release 0.17.1 + +## Major Features +* Fixed incomplete row reading issue in parquet files. + +## 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.17.0 ## Major Features