Skip to content

Commit d15b659

Browse files
authored
Release update for v0.15.0 (#1062)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
1 parent 63b6c58 commit d15b659

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ version of TensorFlow I/O according to the table below:
9292

9393
| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
9494
| --- | --- | --- |
95+
| 0.15.0 | 2.3.x | Aug 03, 2020 |
9596
| 0.14.0 | 2.2.x | Jul 08, 2020 |
9697
| 0.13.0 | 2.2.x | May 10, 2020 |
9798
| 0.12.0 | 2.1.x | Feb 28, 2020 |

RELEASE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# Release 0.15.0
2+
3+
## Major Features
4+
* Add basic gstpu file system for GCS/TPU support.
5+
* Add null handling support for `AvroRecordDataset`.
6+
* Add tfio.experimental.color for colorspace conversions:
7+
- `tfio.experimental.color.[rgb_to_bgr|bgr_to_rgb]`: BGR
8+
- `tfio.experimental.color.[rgb_to_rgba|rgba_to_rgb]`: RGBA
9+
- `tfio.experimental.color.[rgb_to_ycbcr|ycbcr_to_rgb]`: YCbCr
10+
- `tfio.experimental.color.[rgb_to_ypbpr|ypbpr_to_rgb]`: YPbPr
11+
- `tfio.experimental.color.[rgb_to_ydbdr|ydbdr_to_rgb]`: YDbDr
12+
- `tfio.experimental.color.[rgb_to_xyz|xyz_to_rgb]`: CIE XYZ
13+
- `tfio.experimental.color.[rgb_to_lab|lab_to_rgb]`: CIE LAB
14+
- `tfio.experimental.color.[rgb_to_yiq|yiq_to_rgb]`: YIQ
15+
- `tfio.experimental.color.[rgb_to_yuv|yuv_to_rgb]`: YUV
16+
- `tfio.experimental.color.rgb_to_grayscale`: Grayscale(BT 709)
17+
* Add `tfio.image.encode_gif` for GIF (animated) encoding support.
18+
19+
## Thanks to our Contributors
20+
21+
This release contains contributions from many people:
22+
23+
Cheng Ren, Paul Shved, Vignesh Kothapalli, Yong Tang, marioecd
24+
25+
We are also grateful to all who filed issues or helped resolve them, asked and
26+
answered questions, and were part of inspiring discussions.
27+
128
# Release 0.14.0
229

330
## Major Features

0 commit comments

Comments
 (0)