Skip to content

Commit af9988f

Browse files
authored
Release of v0.14.0 (#1029)
Signed-off-by: Yong Tang <[email protected]>
1 parent 128a13b commit af9988f

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ version of TensorFlow I/O according to the table below:
9292

9393
| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
9494
| --- | --- | --- |
95+
| 0.14.0 | 2.2.x | Jul 08, 2020 |
9596
| 0.13.0 | 2.2.x | May 10, 2020 |
9697
| 0.12.0 | 2.1.x | Feb 28, 2020 |
9798
| 0.11.0 | 2.1.x | Jan 10, 2020 |

RELEASE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Release 0.14.0
2+
3+
## Major Features
4+
* Add `decode_avif` for AVIF image format support.
5+
* Add `decode_jp3` for JPEG2000 image format support.
6+
* Add `JPEG compression support for decoding TIFF images.
7+
* Add audio spectrogram transform support.
8+
* Add operations to trim/split/remix audio signals.
9+
* Add Fade in/out audio augmentation support.
10+
* Add frequency/time masking audio augmentation support.
11+
* Add repeated field support in BigQuery API.
12+
13+
## Thanks to our Contributors
14+
15+
This release contains contributions from many people:
16+
17+
Aleksey Vlasenko, Cheng Ren, Dio Gado, Ruhua Jiang, Yong Tang
18+
19+
We are also grateful to all who filed issues or helped resolve them, asked and
20+
answered questions, and were part of inspiring discussions.
21+
122
# Release 0.13.0
223

324
## Major Features

tensorflow_io/core/python/ops/version_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"""version_ops"""
1616

1717
package = "tensorflow>=2.2.0,<2.3.0"
18-
version = "0.13.0"
18+
version = "0.14.0"

0 commit comments

Comments
 (0)