Release 0.15.0
Major Features
- Add basic gstpu file system for GCS/TPU support.
- Add null handling support for
AvroRecordDataset
. - Add tfio.experimental.color for colorspace conversions:
tfio.experimental.color.[rgb_to_bgr|bgr_to_rgb]
: BGRtfio.experimental.color.[rgb_to_rgba|rgba_to_rgb]
: RGBAtfio.experimental.color.[rgb_to_ycbcr|ycbcr_to_rgb]
: YCbCrtfio.experimental.color.[rgb_to_ypbpr|ypbpr_to_rgb]
: YPbPrtfio.experimental.color.[rgb_to_ydbdr|ydbdr_to_rgb]
: YDbDrtfio.experimental.color.[rgb_to_xyz|xyz_to_rgb]
: CIE XYZtfio.experimental.color.[rgb_to_lab|lab_to_rgb]
: CIE LABtfio.experimental.color.[rgb_to_yiq|yiq_to_rgb]
: YIQtfio.experimental.color.[rgb_to_yuv|yuv_to_rgb]
: YUVtfio.experimental.color.rgb_to_grayscale
: Grayscale(BT 709)
- Add
tfio.image.encode_gif
for GIF (animated) encoding support.
Thanks to our Contributors
This release contains contributions from many people:
Cheng Ren, Paul Shved, Vignesh Kothapalli, Yong Tang, marioecd
We are also grateful to all who filed issues or helped resolve them, asked and
answered questions, and were part of inspiring discussions.