From 2ef6a1f142e55e1d0c14963b64ccb59ed3454fd3 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Sat, 9 May 2020 11:11:32 -0700 Subject: [PATCH] Update README.md/RELEASE.md for v0.13.0 release (#956) Signed-off-by: Yong Tang --- README.md | 3 ++- RELEASE.md | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1884035df..9713bc193 100644 --- a/README.md +++ b/README.md @@ -92,9 +92,10 @@ version of TensorFlow I/O according to the table below: | TensorFlow I/O Version | TensorFlow Compatibility | Release Date | | --- | --- | --- | +| 0.13.0 | 2.2.x | May 09, 2020 | | 0.12.0 | 2.1.x | Feb 28, 2020 | | 0.11.0 | 2.1.x | Jan 10, 2020 | -| 0.10.0 | 2.0.x | Dec 5, 2019 | +| 0.10.0 | 2.0.x | Dec 05, 2019 | | 0.9.1 | 2.0.x | Nov 15, 2019 | | 0.9.0 | 2.0.x | Oct 18, 2019 | | 0.8.1 | 1.15.x | Nov 15, 2019 | diff --git a/RELEASE.md b/RELEASE.md index dcacd647f..7bbb39478 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,30 @@ +# Release 0.13.0 + +## Major Features +* Add Python 3.8 support for Linux/macOS/Windows. +* Add Graph mode support for ArrowIOTensor. +* Add make_avro_dataset, parse_avro, and AvroRecordDataset + in tfio.experimental.columnar for Avro file format support. +* Add GeoTIFF support in decode_tiff as an extension. +* Add Video Capture support for macOS and Linux. +* Add decode_nv12 and decode_yuy2 in tfio.experimental.image + for colorspace conversion to RGB. +* Add decode_wav/encode_wav, decode_flac/encode_flac, + decode_vorbis/encode_vorbis(ogg) decode_mp3/encode_mp3, + decode_aac/encode_aac(mp4a) in tfio.audio for audio encoding and + decoding support. + +## Thanks to our Contributors + +This release contains contributions from many people: + +Aleksey Vlasenko, Ann Yan, Anthony Hsu, Bryan Cutler, Cheng Ren, +Florian Raudies, Keqiu Hu, Mark Daoust, Pei-Lun Liao, Pratik Dixit, +Yong Tang, Yuan Tang, Zou Xu, ashahab, marioecd + +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.12.0 ## Major Features