Skip to content

Commit

Permalink
Release of v0.14.0 (#1029)
Browse files Browse the repository at this point in the history
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
  • Loading branch information
yongtang authored Jul 8, 2020
1 parent 128a13b commit af9988f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ version of TensorFlow I/O according to the table below:

| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
| --- | --- | --- |
| 0.14.0 | 2.2.x | Jul 08, 2020 |
| 0.13.0 | 2.2.x | May 10, 2020 |
| 0.12.0 | 2.1.x | Feb 28, 2020 |
| 0.11.0 | 2.1.x | Jan 10, 2020 |
Expand Down
21 changes: 21 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Release 0.14.0

## Major Features
* Add `decode_avif` for AVIF image format support.
* Add `decode_jp3` for JPEG2000 image format support.
* Add `JPEG compression support for decoding TIFF images.
* Add audio spectrogram transform support.
* Add operations to trim/split/remix audio signals.
* Add Fade in/out audio augmentation support.
* Add frequency/time masking audio augmentation support.
* Add repeated field support in BigQuery API.

## Thanks to our Contributors

This release contains contributions from many people:

Aleksey Vlasenko, Cheng Ren, Dio Gado, Ruhua Jiang, Yong 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.13.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.2.0,<2.3.0"
version = "0.13.0"
version = "0.14.0"

0 comments on commit af9988f

Please # to comment.