Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
google
/
struct2tensor
Public
Notifications
You must be signed in to change notification settings
Fork
22
Star
36
Code
Issues
3
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Align with r0.52.0 release branch
- #64
#64
Merged
vkarampudi
merged 21 commits into
google:master
google/struct2tensor:master
from
vkarampudi:master
vkarampudi/struct2tensor:master
Copy head branch name to clipboard
Jun 10, 2026
Conversation
Commits
21
(21)
Checks
Files changed
Merged
Align with r0.52.0 release branch
#64
vkarampudi
merged 21 commits into
google:master
google/struct2tensor:master
from
vkarampudi:master
vkarampudi/struct2tensor:master
Copy head branch name to clipboard
Commits
Commits on Jun 9, 2026
Update 0.52.0 release in version.py and RELEASE.md on master
vkarampudi
committed
5e06f28
View commit details
Copy full SHA for 5e06f28
Browse repository at this point
Update tensorflow-metadata dependency to >=1.21.0,<1.22.0
vkarampudi
committed
eb67953
View commit details
Copy full SHA for eb67953
Browse repository at this point
Document tensorflow-metadata dependency update in RELEASE.md
vkarampudi
committed
d56f6f7
View commit details
Copy full SHA for d56f6f7
Browse repository at this point
Pin com_github_tensorflow_metadata to stable 1.21.0 release
vkarampudi
committed
49042d3
View commit details
Copy full SHA for 49042d3
Browse repository at this point
Pin com_github_tensorflow_metadata to 1.21.0 commit da17f45
vkarampudi
committed
cd7dff8
View commit details
Copy full SHA for cd7dff8
Browse repository at this point
Pre-pull ubuntu:22.04 from mirror.gcr.io in CI and capitalize AS in Dockerfile
vkarampudi
committed
80db072
View commit details
Copy full SHA for 80db072
Browse repository at this point
Add automated PyPI wheel publishing job using PYPI_API_TOKEN
vkarampudi
committed
7c7d30c
View commit details
Copy full SHA for 7c7d30c
Browse repository at this point
Enable PyPI wheel publishing across Python 3.10, 3.11, 3.12, 3.13 matrix
vkarampudi
committed
67be91e
View commit details
Copy full SHA for 67be91e
Browse repository at this point
Enable cross-platform PyPI publishing matrix across Linux and macOS
vkarampudi
committed
49549cc
View commit details
Copy full SHA for 49549cc
Browse repository at this point
Simplify PyPI publish job name for clean GitHub Actions sidebar presentation
vkarampudi
committed
b2abe9d
View commit details
Copy full SHA for b2abe9d
Browse repository at this point
Commits on Jun 10, 2026
Fix SFrame assembler error by using -fno-asynchronous-unwind-tables in .bazelrc
vkarampudi
committed
70403ab
View commit details
Copy full SHA for 70403ab
Browse repository at this point
Restrict docker-serving-build job to master branch pushes
vkarampudi
committed
fd2e86e
View commit details
Copy full SHA for fd2e86e
Browse repository at this point
Fix GNU assembler error by restoring -fno-asynchronous-unwind-tables flag in .bazelrc
vkarampudi
committed
9d4cd6f
View commit details
Copy full SHA for 9d4cd6f
Browse repository at this point
Remove sframe_fix config from default Linux and GitHub Actions runs; restore -Wa,--gsframe=no for local GCC 15 builds
vkarampudi
committed
af54889
View commit details
Copy full SHA for af54889
Browse repository at this point
Integrate wheel build and PyPI publish steps into main build job; remove redundant 8-job pypi-publish matrix
vkarampudi
committed
5b04ed6
View commit details
Copy full SHA for 5b04ed6
Browse repository at this point
Simplify wheel build command by omitting default python binary arg
vkarampudi
committed
9e448bd
View commit details
Copy full SHA for 9e448bd
Browse repository at this point
Dynamically select Bazelisk architecture on macOS CI runners to support Apple Silicon (M1/M2 arm64) runners
vkarampudi
committed
848055e
View commit details
Copy full SHA for 848055e
Browse repository at this point
Conditionally compile Arrow AVX SIMD optimization sources only when building for x86_64 CPU architecture to prevent Apple Silicon macOS errors
vkarampudi
committed
f7fc8d3
View commit details
Copy full SHA for f7fc8d3
Browse repository at this point
Split wheel upload and PyPI publish into separate optimized jobs so all matrix runners build wheels and a unified Linux job publishes them to PyPI
vkarampudi
committed
b456d2e
View commit details
Copy full SHA for b456d2e
Browse repository at this point
Add auditwheel repair step to Linux wheel build so wheels receive PyPI-compliant manylinux platform tags
vkarampudi
committed
12778d1
View commit details
Copy full SHA for 12778d1
Browse repository at this point
Exclude libtensorflow_framework.so from auditwheel repair since TensorFlow runtime provides it
vkarampudi
committed
1956734
View commit details
Copy full SHA for 1956734
Browse repository at this point
You can’t perform that action at this time.