File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-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).
126
126
127
127
| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
128
128
| --- | --- | --- |
129
+ | 0.37.0 | 2.16.x | Apr 25, 2024 |
129
130
| 0.36.0 | 2.15.x | Feb 02, 2024 |
130
131
| 0.35.0 | 2.14.x | Dec 18, 2023 |
131
132
| 0.34.0 | 2.13.x | Sep 08, 2023 |
Original file line number Diff line number Diff line change
1
+ # Release 0.37.0
2
+
3
+ ## Major Features and Bug Fixes
4
+ * Update to TensorFlow 2.16 support
5
+
6
+ ## Thanks to our Contributors
7
+
8
+ This release contains contributions from many people:
9
+
10
+ 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.36.0
2
16
3
17
## Major Features and Bug Fixes
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ http_archive(
267
267
http_archive (
268
268
name = "bzip2" ,
269
269
build_file = "//third_party:bzip2.BUILD" ,
270
- sha256 = "329e4eb98f6af8d39da05cb51bccec88ae015eac99a42b1ee04dec0af7f4b957 " ,
270
+ sha256 = "db106b740252669664fd8f3a1c69fe7f689d5cd4b132f82ba82b9afba27627df " ,
271
271
strip_prefix = "bzip2-bzip2-1.0.8" ,
272
272
urls = [
273
273
"https://gitlab.com/bzip2/bzip2/-/archive/bzip2-1.0.8/bzip2-bzip2-1.0.8.tar.gz" ,
You can’t perform that action at this time.
0 commit comments