File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff 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.32.0 | 2.12.x | Mar 28, 2022 |
129130| 0.31.0 | 2.11.x | Feb 25, 2022 |
130131| 0.30.0 | 2.11.x | Jan 20, 2022 |
131132| 0.29.0 | 2.11.x | Dec 18, 2022 |
Original file line number Diff line number Diff line change 1+ # Release 0.32.0
2+
3+ ## Major Features and Bug Fixes
4+ * Add ref and amin argument in dbscale
5+ * Updated aarch64 build
6+
7+ ## Thanks to our Contributors
8+
9+ This release contains contributions from many people:
10+
11+ Andrew Goodbody, Awsaf, Yong Tang
12+
13+ We are also grateful to all who filed issues or helped resolve them, asked and
14+ answered questions, and were part of inspiring discussions.
15+
116# Release 0.31.0
217
318## Major Features and Bug Fixes
Original file line number Diff line number Diff line change 1414# ==============================================================================
1515"""version_ops"""
1616
17- version = "0.31 .0"
17+ version = "0.32 .0"
1818require = "tensorflow>=2.12.0,<2.13.0"
You can’t perform that action at this time.
0 commit comments