This is an automated email from the ASF dual-hosted git repository.
xqhu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 61e7258344c Upgrade mypy to version 1.13.0 (#32978)
add 48a99e2b617 Update MLTransform code to PEP 585 types
add 13ac5be2ee7 formatting
new d6ca789bd9f Merge pull request #32971 from jrmccluskey/mlTransform
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
sdks/python/apache_beam/ml/transforms/base.py | 63 +++++++++++-----------
sdks/python/apache_beam/ml/transforms/base_test.py | 14 +++--
.../ml/transforms/embeddings/huggingface.py | 14 +++--
.../ml/transforms/embeddings/tensorflow_hub.py | 7 ++-
.../ml/transforms/embeddings/vertex_ai.py | 14 +++--
sdks/python/apache_beam/ml/transforms/handlers.py | 53 +++++++++---------
.../apache_beam/ml/transforms/handlers_test.py | 19 ++++---
sdks/python/apache_beam/ml/transforms/tft.py | 61 ++++++++++-----------
sdks/python/apache_beam/ml/transforms/utils.py | 3 +-
9 files changed, 116 insertions(+), 132 deletions(-)