Skip to content

Commit

Permalink
Bump the version to 0.16.0 (#1157)
Browse files Browse the repository at this point in the history
* Bump the version to 0.16.0

Signed-off-by: Yong Tang <[email protected]>

* Add tutorial and docker images updates on RELEASE.md

Signed-off-by: Yong Tang <[email protected]>
  • Loading branch information
yongtang authored Oct 21, 2020
1 parent 317c9e4 commit 590cebc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# Release 0.16.0

## Major Features
* Added support for stream timeout in KafkaGroupIODataset
* Renamed gstpufs to gsmemcachedfs
* Added experimental KakfaBatchIODataset for online learning
* Added gabor/laplacian/gaussian filter support
* Added basic Arrow string type support for BigQuery reader
* Added ElasticSearch dataset support
* Added Prewitt and Sobel filter support
* Added arbitary dimensional support for `decode_json`
* Added bool data type support for `decode_json`
* Added tutorials for Kafka and ElasticSearch usage with tf.keras.
* Containers of tensorflow-io releases are available
at `docker pull tfsigio/tfio`.

## Thanks to our Contributors

This release contains contributions from many people:

Aleksey Vlasenko, Daniel, Kota Yamaguchi, Mark Daoust,
Michael Kuchnik, Vignesh Kothapalli, Yong Tang, Yuan Tang,
emkornfield, marioecd

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.15.0

## Major Features
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_io/core/python/ops/version_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""version_ops"""

package = "tensorflow>=2.3.0,<2.4.0"
version = "0.15.0"
version = "0.16.0"

0 comments on commit 590cebc

Please sign in to comment.