Skip to content

Commit d8780d6

Browse files
authored
Bump version to 0.33.0 (#1818)
In preparation for release
1 parent d104146 commit d8780d6

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ of releases [here](https://github.com/tensorflow/io/releases).
126126

127127
| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
128128
| --- | --- | --- |
129+
| 0.33.0 | 2.13.x | Aug 01, 2023 |
129130
| 0.32.0 | 2.12.x | Mar 28, 2023 |
130131
| 0.31.0 | 2.11.x | Feb 25, 2023 |
131132
| 0.30.0 | 2.11.x | Jan 20, 2023 |

RELEASE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Release 0.33.0
2+
3+
## Major Features and Bug Fixes
4+
* Add AvroTensorDataset to allow data conversion from avro to Tensorflow tensors
5+
* Bring back `S3_VERIFY_SSL` environment variable
6+
* Add ATDSDataset user guide
7+
* Fixed `rgb_to_ycbcr()` and `ycbcr_to_rgb()` not clipping to `[0, 255]`
8+
9+
## Thanks to our Contributors
10+
11+
This release contains contributions from many people:
12+
13+
Felix Sonntag, Jean-Baptiste Lespiau, Jonathan Hiles, Kamil Górzyński,
14+
Lijuan Zhang, Mattia Lamberti, Yong Tang
15+
16+
We are also grateful to all who filed issues or helped resolve them, asked and
17+
answered questions, and were part of inspiring discussions.
18+
119
# Release 0.32.0
220

321
## Major Features and Bug Fixes

tensorflow_io/python/ops/version_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# ==============================================================================
1515
"""version_ops"""
1616

17-
version = "0.32.0"
17+
version = "0.33.0"
1818
require = "tensorflow>=2.13.0,<2.14.0"

0 commit comments

Comments
 (0)