Skip to content

Commit

Permalink
Merge pull request #122 from yongtang/0.4.0
Browse files Browse the repository at this point in the history
Release 0.4.0
  • Loading branch information
terrytangyuan authored Feb 28, 2019
2 parents 2b9f5bf + d83b020 commit 8b7a7d3
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R-package/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: tfio
Type: Package
Title: Interface to 'TensorFlow IO'
Version: 0.3.0
Version: 0.4.0
Authors@R: c(
person("TensorFlow IO Contributors", role = c("aut", "cph"),
email = "[email protected]",
Expand Down
18 changes: 18 additions & 0 deletions R-package/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# tfio 0.4.0

## Major Features
* Support Google Cloud Pub/Sub Dataset.
* Support MNIST file format.
* Support `decode_webp` in image.
* Support `write_kafka` in kafka.

## Thanks to our Contributors

This release contains contributions from many people:

Bryan Cutler, Jongwook Choi, Sergii Khomenko, Stephan Uphoff,
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.

# tfio 0.3.0

## Major Features
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ At the moment TensorFlow I/O supports the following data sources:
- `tensorflow_io.video`: Video file support with FFmpeg.
- `tensorflow_io.parquet`: Apache Parquet data format support.
- `tensorflow_io.lmdb`: LMDB file format support.
- `tensorflow_io.mnist`: MNIST file format support.
- `tensorflow_io.pubsub`: Google Cloud Pub/Sub support.

## Installation

Expand Down
18 changes: 18 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Release 0.4.0

## Major Features
* `tensorflow_io.pubsub`: Google Cloud Pub/Sub Dataset support.
* `tensorflow_io.mnist`: MNIST file format support.
* `tensorflow_io.image`: `decode_webp` support.
* `tensorflow_io.kafka`: `write_kafka` support.

## Thanks to our Contributors

This release contains contributions from many people:

Bryan Cutler, Jongwook Choi, Sergii Khomenko, Stephan Uphoff,
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.3.0

## Major Features
Expand Down

0 comments on commit 8b7a7d3

Please sign in to comment.