This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 7ee74d2bf73 [Go SDK] Update beam infra to Go 1.20.2 (#26054)
add 4b2c03b35b2 Remove myself from Go reviewers (#26076)
add e3eedce8a1e [BEAM-20807] Support Beam Go docker images on ARM64.
(#26047)
add dbf0f18b9e1 Add XGBoost example notebook (#25904)
add dc1ab49975f Bump google.golang.org/grpc from 1.53.0 to 1.54.0 in /sdks
(#26068)
add 6aca49df5b2 Disable FIrestore integration test in Dataflow PostCommits
(#26060)
add 18f6554e198 Bump github.com/aws/aws-sdk-go-v2/config in /sdks (#26072)
add 619dcfab65b Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in
/sdks (#26071)
add 30178227c63 Added windowin example (#25905)
add 10a9c0f7c55 Update tensorflow in base image requirements (#26055)
add 0fb9c8cecb7 Remove accidental commit (#26081)
add c90f5b9dd9a Point out that sibling sdk protocol was enabled for Python
custom containers starting 2.46.0. (#26084)
No new revisions were added by this update.
Summary of changes:
.github/REVIEWERS.yml | 1 -
CHANGES.md | 4 +
.../notebooks/beam-ml/run_inference_xgboost.ipynb | 369 +++++++++++++++++++++
runners/google-cloud-dataflow-java/build.gradle | 5 +
sdks/go.mod | 16 +-
sdks/go.sum | 56 +---
sdks/go/container/Dockerfile | 4 +-
sdks/go/container/build.gradle | 2 +
.../apache_beam/examples/inference/README.md | 43 ++-
.../inference/milk_quality_prediction_windowing.py | 240 ++++++++++++++
.../container/base_image_requirements_manual.txt | 2 +-
.../container/py310/base_image_requirements.txt | 71 ++--
.../container/py37/base_image_requirements.txt | 54 ++-
.../container/py38/base_image_requirements.txt | 73 ++--
.../container/py39/base_image_requirements.txt | 73 ++--
15 files changed, 823 insertions(+), 190 deletions(-)
create mode 100644 examples/notebooks/beam-ml/run_inference_xgboost.ipynb
create mode 100644
sdks/python/apache_beam/examples/inference/milk_quality_prediction_windowing.py