This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/beam.git.
*** WARNING: tag nightly-master was modified! ***
from cd2117b (commit)
to 54b6ca3 (commit)
from cd2117b [BEAM-12272] Python - Backport Firestore connector's ramp-up
throttling to Datastore connector (#14723)
add 42677d5 [BEAM-9547] Add support for `Series.cat` methods (#14934)
add 324acea [BEAM-11534] Add transform implementation (#14920)
add 5cebe0f [BEAM-12475] Reject splits for previous bundles. (#14991)
add 82d1c2b [BEAM-9547] argsort is order-sensitive, fixes for loc (#14908)
add f47a942 [BEAM-9547] GroupBy: Add support for dtypes, ndim, filter,
WontImplement fillna (#14952)
add 72e24f5 Match the default byref value with the default in dill.dumps()
add da5898f Match the default byref value with the default in
dill.dumps() #15006
add 54b6ca3 [BEAM-9547] Add support for `Series.value_counts()`, add back
the ability to group by a Series (#14929)
No new revisions were added by this update.
Summary of changes:
.../beam/fn/harness/BeamFnDataReadRunner.java | 23 +-
.../fn/harness/control/ProcessBundleHandler.java | 5 +-
.../beam/fn/harness/BeamFnDataReadRunnerTest.java | 51 ++-
sdks/python/apache_beam/dataframe/frames.py | 386 +++++++++++++++++++--
sdks/python/apache_beam/dataframe/frames_test.py | 133 ++++++-
.../apache_beam/dataframe/pandas_doctests_test.py | 39 ++-
sdks/python/apache_beam/internal/pickler.py | 2 +-
7 files changed, 567 insertions(+), 72 deletions(-)