Skip to content

Commit

Permalink
Update README.md/RELEASE.md for v0.13.0 release (#956)
Browse files Browse the repository at this point in the history
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
  • Loading branch information
yongtang authored May 9, 2020
1 parent e6dee86 commit 2ef6a1f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
27 changes: 27 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2ef6a1f

Please sign in to comment.