File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v2
14
14
- run : |
15
- sudo python3 -m pip install -U numpy
15
+ sudo python3 -m pip install -U numpy pip wheel setuptools requests
16
16
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- bazel
17
17
- uses : reviewdog/action-suggester@v1
18
18
black :
21
21
steps :
22
22
- uses : actions/checkout@v2
23
23
- run : |
24
- sudo python3 -m pip install -U numpy
24
+ sudo python3 -m pip install -U numpy pip wheel setuptools requests
25
25
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- black
26
26
- uses : reviewdog/action-suggester@v1
27
27
clang :
30
30
steps :
31
31
- uses : actions/checkout@v2
32
32
- run : |
33
- sudo python3 -m pip install -U numpy
33
+ sudo python3 -m pip install -U numpy pip wheel setuptools requests
34
34
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- clang
35
35
- uses : reviewdog/action-suggester@v1
36
36
pyupgrade :
39
39
steps :
40
40
- uses : actions/checkout@v2
41
41
- run : |
42
- sudo python3 -m pip install -U numpy
42
+ sudo python3 -m pip install -U numpy pip wheel setuptools requests
43
43
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- pyupgrade
44
44
- uses : reviewdog/action-suggester@v1
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.29.0 | 2.11.x | Dec 18, 2022 |
129
130
| 0.28.0 | 2.11.x | Nov 21, 2022 |
130
131
| 0.27.0 | 2.10.x | Sep 08, 2022 |
131
132
| 0.26.0 | 2.9.x | May 17, 2022 |
Original file line number Diff line number Diff line change
1
+ # Release 0.29.0
2
+
3
+ ## Major Features and Bug Fixes
4
+ * Fix issue in python 3.11 support
5
+
6
+ ## Thanks to our Contributors
7
+
8
+ This release contains contributions from many people:
9
+
10
+ Aaron Keesing
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.28.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.28 .0"
17
+ version = "0.29 .0"
18
18
require = "tensorflow>=2.11.0,<2.12.0"
You can’t perform that action at this time.
0 commit comments