Skip to content

Commit

Permalink
Merge pull request #66 from yongtang/tensorflow-io-0.2.0
Browse files Browse the repository at this point in the history
tensorflow-io 0.2.0 release
  • Loading branch information
terrytangyuan authored Jan 29, 2019
2 parents 7788ff4 + 6adc8bd commit 5c472e4
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 5c472e4

Please sign in to comment.