Skip to content

Commit

Permalink
tensorflow-io 0.2.0 release
Browse files Browse the repository at this point in the history
This PR is for tensorflow-io 0.2.0 release

Signed-off-by: Yong Tang <[email protected]>
  • Loading branch information
yongtang committed Jan 29, 2019
1 parent 7788ff4 commit 6adc8bd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Release 0.2.0

## Major Features
* `tensorflow_io.arrow`: Apache Arrow Datasets.
* `tensorflow_io.image`: WebP image Dataset.
* `tensorflow_io.libsvm`: LIBSVM Dataset.
* `tensorflow_io.parquet`: Apache Parquet Dataset.
* `tensorflow_io.video`: Video Dataset (from FFmpeg).

## Thanks to our Contributors

This release contains contributions from many people:

Anton Dmitriev, Bryan Cutler, Peng Yu, Yong Tang, Yuan (Terry) Tang

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.1.0

Initial release of TensorFlow I/O.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from setuptools import setup
from setuptools.dist import Distribution

__version__ = '0.1.0'
__version__ = '0.2.0'
REQUIRED_PACKAGES = [
'tensorflow == 1.12.0',
]
Expand Down

0 comments on commit 6adc8bd

Please sign in to comment.