Skip to content

Commit

Permalink
Merge pull request #96 from yongtang/0.3.0
Browse files Browse the repository at this point in the history
Release of 0.3.0
  • Loading branch information
yongtang committed Feb 15, 2019
2 parents aba983e + e799e33 commit 813b11d
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
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.2.0
Version: 0.3.0
Authors@R: c(
person("TensorFlow IO Contributors", role = c("aut", "cph"),
email = "io@tensorflow.org",
Expand Down
15 changes: 15 additions & 0 deletions R-package/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# tfio 0.3.0

## Major Features
* Support TIFF image Dataset.
* Support LMDB Dataset.

## Thanks to our Contributors

This release contains contributions from many people:

Bryan Cutler, 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.2.0

## Major Features
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
TensorFlow I/O is a collection of file systems and file formats that are not
available in TensorFlow's built-in support.

At the moment TensorFlow I/O supports 5 data sources:
At the moment TensorFlow I/O supports the following data sources:
- `tensorflow_io.ignite`: Data source for Apache Ignite and Ignite File System (IGFS). Overview and usage guide [here](tensorflow_io/ignite/README.md).
- `tensorflow_io.kafka`: Apache Kafka stream-processing support.
- `tensorflow_io.kinesis`: Amazon Kinesis data streams support.
- `tensorflow_io.hadoop`: Hadoop SequenceFile format support.
- `tensorflow_io.arrow`: Apache Arrow data format support. Usage guide [here](tensorflow_io/arrow/README.md).
- `tensorflow_io.image`: WebP image format support.
- `tensorflow_io.image`: WebP and TIFF image format support.
- `tensorflow_io.libsvm`: LIBSVM file format support.
- `tensorflow_io.video`: Video file support with FFmpeg.
- `tensorflow_io.parquet`: Apache Parquet data format support.
- `tensorflow_io.lmdb`: LMDB file format support.

## Installation

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

## Major Features
* `tensorflow_io.image`: TIFF image Dataset.
* `tensorflow_io.lmdb`: LMDB Dataset.

## Thanks to our Contributors

This release contains contributions from many people:

Bryan Cutler, 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.2.0

## Major Features
Expand Down

0 comments on commit 813b11d

Please sign in to comment.