Post-Release 0.52.0 Merge & Bump Master to 0.53.0.dev#397
Merged
Conversation
…recated action inputs to kebab-case
… single job without matrix merge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This pull request merges the 0.52.0 release updates into
masterand bumps the development version to0.53.0.devacross package metadata and version strings, maintaining standard TFX / TensorFlow post-release branching conventions.Summary of Changes
1. Development Version Bump (
0.53.0.dev)__version__from0.49.0.devto0.53.0.devacross:fairness_indicators/version.pytensorboard_plugin/tensorboard_plugin_fairness_indicators/version.py2. Release Notes & Documentation (
RELEASE.md)# Current Version (Still in Development)header at the top ofRELEASE.mdandtensorboard_plugin/RELEASE.mdfor future development.# Version 0.52.0release notes and updated compatibility tables right belowCurrent Versionwhile preserving all historical release sections.3. Python Support Matrix (3.10 – 3.13)
build.yml,docs.yml,test.yml) to officially test and support Python['3.10', '3.11', '3.12', '3.13'].4. Dependency & Ecosystem Alignment
Aligned constraints in
setup.pyandtensorboard_plugin/setup.pywith TF 2.21 / TFX 0.52:tensorflow>=2.21,<2.22(andtf-keras>=2.21,<2.22in plugin).tensorflow-model-analysis>=0.52.0,<0.53.0.tensorflow-data-validation>=1.21.0,<1.22.0.protobuf>=6.0.0,<7.0.0(aligned with TFDV 1.21.0 to prevent pip resolution conflicts).numpy>=1.23.5,<2.0.0for Python < 3.13 andnumpy>=2.1.0for Python >= 3.13) to support Python 3.13 while preventing C-extension crashes in older wheels.5. Code Compatibility & Test Discovery
example_model_test.py,util.py,util_test.py,plugin_test.py) to importconfig_pb2directly fromtensorflow_model_analysis.protoand useconfig_pb2.EvalConfig().pythonpath = ["."]topyproject.tomlandpytest.inifor clean local pytest execution.F401) to ensure 100% clean pre-commit checks.6. Build & PyPI Automation Improvements (
build.yml)release: types: [published]andtags: ['*']triggers so publishing a GitHub release automatically triggers PyPI publishing.py3-none-any.whl) without multi-job artifact merging collisions.skip-existing: trueand secret token / OIDC authentication support to handle partial upload resumption cleanly.