Skip to content

Commit 9538869

Browse files
authored
Update to 0.37 (#1985)
* Update to 0.37 * Update bzip2 sha256u
1 parent 5472eaa commit 9538869

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-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.37.0 | 2.16.x | Apr 25, 2024 |
129130
| 0.36.0 | 2.15.x | Feb 02, 2024 |
130131
| 0.35.0 | 2.14.x | Dec 18, 2023 |
131132
| 0.34.0 | 2.13.x | Sep 08, 2023 |

RELEASE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
# Release 0.36.0
216

317
## Major Features and Bug Fixes

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ http_archive(
267267
http_archive(
268268
name = "bzip2",
269269
build_file = "//third_party:bzip2.BUILD",
270-
sha256 = "329e4eb98f6af8d39da05cb51bccec88ae015eac99a42b1ee04dec0af7f4b957",
270+
sha256 = "db106b740252669664fd8f3a1c69fe7f689d5cd4b132f82ba82b9afba27627df",
271271
strip_prefix = "bzip2-bzip2-1.0.8",
272272
urls = [
273273
"https://gitlab.com/bzip2/bzip2/-/archive/bzip2-1.0.8/bzip2-bzip2-1.0.8.tar.gz",

0 commit comments

Comments
 (0)