This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a change to branch users/damccorm/prismByDefault
in repository https://gitbox.apache.org/repos/asf/beam.git
from 6efda278474 Merge branch 'master' of https://github.com/apache/beam
into users/damccorm/prismByDefault
add 9f431f74bb9 Move PeriodicStream into periodicsequence. (#35412)
add 8fde5711f43 Merge in master
No new revisions were added by this update.
Summary of changes:
sdks/python/apache_beam/ml/ts/util.py | 193 -------------------
sdks/python/apache_beam/ml/ts/util_test.py | 102 ----------
.../portability/fn_api_runner/fn_runner_test.py | 3 +-
.../apache_beam/transforms/periodicsequence.py | 191 ++++++++++++++++---
.../transforms/periodicsequence_test.py | 210 +++++++++++++++++----
5 files changed, 342 insertions(+), 357 deletions(-)
delete mode 100644 sdks/python/apache_beam/ml/ts/util.py
delete mode 100644 sdks/python/apache_beam/ml/ts/util_test.py