Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ elif [[ $(uname -m) == "arm64" && $(uname) == "Darwin" ]]; then

bazel build \
${BAZEL_OPTIMIZATION} \
-- //tensorflow_io_gcs_filesystem/... # //tensorflow_io/... # Try with filesystem only during testing
mkdir -p bazel-bin/tensorflow_io # Placeholder
-- //tensorflow_io_gcs_filesystem/... //tensorflow_io/...

else

bazel build \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ of releases [here](https://github.com/tensorflow/io/releases).

| TensorFlow I/O Version | TensorFlow Compatibility | Release Date |
| --- | --- | --- |
| 0.36.0 | 2.15.x | Feb 02, 2024 |
| 0.35.0 | 2.14.x | Dec 18, 2023 |
| 0.34.0 | 2.13.x | Sep 08, 2023 |
| 0.33.0 | 2.13.x | Aug 01, 2023 |
Expand Down
14 changes: 14 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Release 0.36.0

## Major Features and Bug Fixes
* Add macOS arm64 support

## Thanks to our Contributors

This release contains contributions from many people:

Yong Tang

We are also grateful to all who filed issues or helped resolve them, asked and
answered questions, and were part of inspiring discussions.

# Release 0.35.0

## Major Features and Bug Fixes
Expand Down