Skip to content

Commit 5c472e4

Browse files
Merge pull request #66 from yongtang/tensorflow-io-0.2.0
tensorflow-io 0.2.0 release
2 parents 7788ff4 + 6adc8bd commit 5c472e4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

RELEASE.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Release 0.2.0
2+
3+
## Major Features
4+
* `tensorflow_io.arrow`: Apache Arrow Datasets.
5+
* `tensorflow_io.image`: WebP image Dataset.
6+
* `tensorflow_io.libsvm`: LIBSVM Dataset.
7+
* `tensorflow_io.parquet`: Apache Parquet Dataset.
8+
* `tensorflow_io.video`: Video Dataset (from FFmpeg).
9+
10+
## Thanks to our Contributors
11+
12+
This release contains contributions from many people:
13+
14+
Anton Dmitriev, Bryan Cutler, Peng Yu, Yong Tang, Yuan (Terry) Tang
15+
16+
We are also grateful to all who filed issues or helped resolve them, asked and
17+
answered questions, and were part of inspiring discussions.
18+
119
# Release 0.1.0
220

321
Initial release of TensorFlow I/O.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from setuptools import setup
2222
from setuptools.dist import Distribution
2323

24-
__version__ = '0.1.0'
24+
__version__ = '0.2.0'
2525
REQUIRED_PACKAGES = [
2626
'tensorflow == 1.12.0',
2727
]

0 commit comments

Comments
 (0)