You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgrade to TensorFlow 2.21.0 and fix build issues
* Remove local absolute paths from .bazelrc
* Disable Bzlmod, upgrade Bazel to 7.7.0, and patch Protobuf to fix version mismatch.
* Remove --gsframe=no from .bazelrc to fix PR build failure.
* Remove Bazel version overwrite from configure.sh
* Update environment.yml for TF 2.21.0
* Downgrade h5py in environment.yml to fix conflict
* Upgrade ml-dtypes in environment.yml to fix conflict
* Pin pyarrow to 23.0.1 in environment.yml
* Update RELEASE.md for version 0.49.0
* Revert header in RELEASE.md to Current Version
* Add Python 3.12 support and drop Python 3.9
* Add Python 3.12 support to RELEASE.md and disable SFrame in .bazelrc
* Remove local environment lines from .bazelrc
* Add pre-commit workflow
* Apply pre-commit auto-fixes
* Fix Protobuf version mismatch by disabling Bzlmod and moving toolchain registration
* Fix trailing whitespace and end-of-file issues identified by pre-commit
* Delete unused protobuf_retain_options.patch
* Move --gsframe=no to a separate sframe_fix config in .bazelrc to fix CI failure
* Simplify protobuf dependency in setup.py to a single line
* Add python-version matrix to build.yml to test on 3.10, 3.11, 3.12
* Fix YAML indentation in build.yml
* Remove fixed python version from environment.yml in CI before setup-miniconda
* Use python version range in environment.yml and remove CI removal step
* Relax Keras constraint in environment.yml to >=3.0.0
* Port Protobuf constraint update and vulnerability fixes to testing1
* Remove empty lines in setup.py
* Add Python 3.13 support to CI and setup.py
* Unpin numpy and tensorflow in environment.yml
* Unpin tensorflow-io-gcs-filesystem in environment.yml
* Remove tensorflow-io-gcs-filesystem from environment.yml
* Update TFMD dependency to latest master commit
* Configure setup-miniconda to use Mamba to resolve 403 errors
* Pin Bazel version to 7.7.0 globally in CI and update WORKSPACE check
* Remove TFMD patch application to test unpatched compatibility
* Apply reconstructed TFMD patch to resolve proto build issues
* Fix trailing whitespace in TFMD patch to satisfy pre-commit
* Exclude patch files from pre-commit trailing whitespace hook and restore valid tfmd.patch spaces
* Simplify TFMD patch to avoid Starlark patch apply errors
* Apply programmatically generated perfect TFMD patch
* Update Dockerfile to TF-Serving r2.19, Bazel 7.7.0, and Python 3.13
* Add automated docker-serving-build CI job and refine Bazel 7 serving overrides
* Style: Fix extra trailing empty newline in GHA Build workflow to accommodate pre-commit hook
* Add support for modern manylinux_2_28 container builds, manylinux_2_35 wheel stamping, and Python 3.13 support
* RELEASE.md: Combine Python support versions and move Python 3.9 support drop to Deprecations section
* docker-compose.yml: Trim trailing whitespace at end of file to satisfy pre-commit
0 commit comments