Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ of releases [here](https://github.com/tensorflow/io/releases).

| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
| --- | --- | --- |
| 0.23.0 | 2.7.x | Dec 14, 2021 |
| 0.22.0 | 2.7.x | Nov 10, 2021 |
| 0.21.0 | 2.6.x | Sep 12, 2021 |
| 0.20.0 | 2.6.x | Aug 11, 2021 |
Expand Down
20 changes: 20 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Release 0.23.0

## Bug Fixes
* TensorFlow is not a hard requirement to tensorflow-io, to allow alternative
dependency packages like tensorflow-rocm.
* Migrate azure blob storage binding to azure storage sdk.
* Fix chunk size initialization in s3 storage.
* Enable python 3.10 support.
* IgniteDataset is deprecated and will be removed in future releases.

## Thanks to our Contributors

This release contains contributions from many people:

Jan Bernlöhr, Johnu George, Luca Toscano, Lukas Geiger, Mark McDonald,
Vansh Sharma, Vignesh Kothapalli, 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.22.0

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_io/python/ops/version_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# ==============================================================================
"""version_ops"""

version = "0.22.0"
version = "0.23.0"
require = "tensorflow>=2.7.0,<2.8.0"