File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ elif [[ $(uname -m) == "arm64" && $(uname) == "Darwin" ]]; then
5959
6060bazel build \
6161 ${BAZEL_OPTIMIZATION} \
62- -- //tensorflow_io_gcs_filesystem/... # //tensorflow_io/... # Try with filesystem only during testing
63- mkdir -p bazel-bin/tensorflow_io # Placeholder
62+ -- //tensorflow_io_gcs_filesystem/... //tensorflow_io/...
63+
6464else
6565
6666bazel build \
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.36.0 | 2.15.x | Feb 02, 2024 |
129130| 0.35.0 | 2.14.x | Dec 18, 2023 |
130131| 0.34.0 | 2.13.x | Sep 08, 2023 |
131132| 0.33.0 | 2.13.x | Aug 01, 2023 |
Original file line number Diff line number Diff line change 1+ # Release 0.36.0
2+
3+ ## Major Features and Bug Fixes
4+ * Add macOS arm64 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.35.0
216
317## Major Features and Bug Fixes
You can’t perform that action at this time.
0 commit comments