File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Expand file tree Collapse file tree 4 files changed +16
-2
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).
126
126
127
127
| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
128
128
| --- | --- | --- |
129
+ | 0.31.0 | 2.11.x | Feb 25, 2022 |
129
130
| 0.30.0 | 2.11.x | Jan 20, 2022 |
130
131
| 0.29.0 | 2.11.x | Dec 18, 2022 |
131
132
| 0.28.0 | 2.11.x | Nov 21, 2022 |
Original file line number Diff line number Diff line change
1
+ # Release 0.31.0
2
+
3
+ ## Major Features and Bug Fixes
4
+ * Fix isdir issue in HTTP file system
5
+
6
+ ## Thanks to our Contributors
7
+
8
+ This release contains contributions from many people:
9
+
10
+ Zhuo Peng, Yong Tang
11
+
12
+ We are also grateful to all who filed issues or helped resolve them, asked and
13
+ answered questions, and were part of inspiring discussions.
14
+
1
15
# Release 0.30.0
2
16
3
17
## Major Features and Bug Fixes
Original file line number Diff line number Diff line change 14
14
# ==============================================================================
15
15
"""version_ops"""
16
16
17
- version = "0.30 .0"
17
+ version = "0.31 .0"
18
18
require = "tensorflow>=2.11.0,<2.12.0"
Original file line number Diff line number Diff line change @@ -118,6 +118,5 @@ def test_gfile_isdir(remote_filename):
118
118
assert not tf .io .gfile .isdir ("https://not-a-valid-domain/tfio-test" )
119
119
120
120
121
-
122
121
if __name__ == "__main__" :
123
122
tf .test .main ()
You can’t perform that action at this time.
0 commit comments