Skip to content

Commit e799e33

Browse files
committed
Release of 0.3.0
This PR is in preparation of Release 0.3.0 Signed-off-by: Yong Tang <[email protected]>
1 parent aba983e commit e799e33

File tree

4 files changed

+35
-3
lines changed

4 files changed

+35
-3
lines changed

R-package/DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: tfio
22
Type: Package
33
Title: Interface to 'TensorFlow IO'
4-
Version: 0.2.0
4+
Version: 0.3.0
55
Authors@R: c(
66
person("TensorFlow IO Contributors", role = c("aut", "cph"),
77
email = "[email protected]",

R-package/NEWS.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# tfio 0.3.0
2+
3+
## Major Features
4+
* Support TIFF image Dataset.
5+
* Support LMDB Dataset.
6+
7+
## Thanks to our Contributors
8+
9+
This release contains contributions from many people:
10+
11+
Bryan Cutler, Yong Tang, Yuan (Terry) Tang
12+
13+
We are also grateful to all who filed issues or helped resolve them, asked and
14+
answered questions, and were part of inspiring discussions.
15+
116
# tfio 0.2.0
217

318
## Major Features

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@
77
TensorFlow I/O is a collection of file systems and file formats that are not
88
available in TensorFlow's built-in support.
99

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

2022
## Installation
2123

RELEASE.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Release 0.3.0
2+
3+
## Major Features
4+
* `tensorflow_io.image`: TIFF image Dataset.
5+
* `tensorflow_io.lmdb`: LMDB Dataset.
6+
7+
## Thanks to our Contributors
8+
9+
This release contains contributions from many people:
10+
11+
Bryan Cutler, Yong Tang, Yuan (Terry) Tang
12+
13+
We are also grateful to all who filed issues or helped resolve them, asked and
14+
answered questions, and were part of inspiring discussions.
15+
116
# Release 0.2.0
217

318
## Major Features

0 commit comments

Comments
 (0)