You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2019/05/31 17:11:15 UTC

[beam] branch master updated (c47d8d1 -> 2d3bcdc)

This is an automated email from the ASF dual-hosted git repository.

melap pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from c47d8d1  Merge pull request #8728: [BEAM-7459] Add Precommit IT test suites for Python 3
     add c661d18  Transform catalog for Python
     add 2d3bcdc  Merge pull request #8534: [BEAM-7464] Transform catalog for Python

No new revisions were added by this update.

Summary of changes:
 .../src/_includes/section-menu/documentation.html  | 59 ++++++++++++++-
 .../python/aggregation/approximatequantiles.md     | 26 +++++++
 .../python/aggregation/approximateunique.md        | 25 +++++++
 .../transforms/python/aggregation/cogroupbykey.md  | 45 +++++++++++
 .../python/aggregation/combineglobally.md          | 43 +++++++++++
 .../python/aggregation/combinewithcontext.md       | 26 +++++++
 .../transforms/python/aggregation/count.md         | 36 +++++++++
 .../transforms/python/aggregation/distinct.md      | 37 ++++++++++
 .../transforms/python/aggregation/groupbykey.md    | 41 +++++++++++
 .../python/aggregation/groupintobatches.md         | 26 +++++++
 .../transforms/python/aggregation/latest.md        | 26 +++++++
 .../transforms/python/aggregation/max.md           | 26 +++++++
 .../transforms/python/aggregation/mean.md          | 39 ++++++++++
 .../transforms/python/aggregation/min.md           | 26 +++++++
 .../transforms/python/aggregation/sample.md        | 38 ++++++++++
 .../transforms/python/aggregation/sum.md           | 26 +++++++
 .../transforms/python/aggregation/top.md           | 38 ++++++++++
 .../transforms/python/element-wise/filter.md       | 42 +++++++++++
 .../transforms/python/element-wise/flatmap.md      | 42 +++++++++++
 .../transforms/python/element-wise/keys.md         | 39 ++++++++++
 .../transforms/python/element-wise/kvswap.md       | 39 ++++++++++
 .../transforms/python/element-wise/map.md          | 42 +++++++++++
 .../transforms/python/element-wise/pardo.md        | 44 +++++++++++
 .../transforms/python/element-wise/partition.md    | 50 +++++++++++++
 .../transforms/python/element-wise/regex.md        | 28 +++++++
 .../transforms/python/element-wise/reify.md        | 28 +++++++
 .../transforms/python/element-wise/tostring.md     | 27 +++++++
 .../transforms/python/element-wise/values.md       | 37 ++++++++++
 .../transforms/python/element-wise/withkeys.md     | 27 +++++++
 .../python/element-wise/withtimestamps.md          | 28 +++++++
 .../src/documentation/transforms/python/index.md   | 86 ++++++++++++++++++++++
 .../transforms/python/other/create.md              | 38 ++++++++++
 .../transforms/python/other/flatten.md             | 43 +++++++++++
 .../transforms/python/other/passert.md             | 25 +++++++
 .../transforms/python/other/reshuffle.md           | 41 +++++++++++
 .../documentation/transforms/python/other/view.md  | 25 +++++++
 .../transforms/python/other/windowinto.md          | 41 +++++++++++
 37 files changed, 1354 insertions(+), 1 deletion(-)
 create mode 100644 website/src/documentation/transforms/python/aggregation/approximatequantiles.md
 create mode 100644 website/src/documentation/transforms/python/aggregation/approximateunique.md
 create mode 100644 website/src/documentation/transforms/python/aggregation/cogroupbykey.md
 create mode 100644 website/src/documentation/transforms/python/aggregation/combineglobally.md
 create mode 100644 website/src/documentation/transforms/python/aggregation/combinewithcontext.md
 create mode 100644 website/src/documentation/transforms/python/aggregation/count.md
 create mode 100644 website/src/documentation/transforms/python/aggregation/distinct.md
 create mode 100644 website/src/documentation/transforms/python/aggregation/groupbykey.md
 create mode 100644 website/src/documentation/transforms/python/aggregation/groupintobatches.md
 create mode 100644 website/src/documentation/transforms/python/aggregation/latest.md
 create mode 100644 website/src/documentation/transforms/python/aggregation/max.md
 create mode 100644 website/src/documentation/transforms/python/aggregation/mean.md
 create mode 100644 website/src/documentation/transforms/python/aggregation/min.md
 create mode 100644 website/src/documentation/transforms/python/aggregation/sample.md
 create mode 100644 website/src/documentation/transforms/python/aggregation/sum.md
 create mode 100644 website/src/documentation/transforms/python/aggregation/top.md
 create mode 100644 website/src/documentation/transforms/python/element-wise/filter.md
 create mode 100644 website/src/documentation/transforms/python/element-wise/flatmap.md
 create mode 100644 website/src/documentation/transforms/python/element-wise/keys.md
 create mode 100644 website/src/documentation/transforms/python/element-wise/kvswap.md
 create mode 100644 website/src/documentation/transforms/python/element-wise/map.md
 create mode 100644 website/src/documentation/transforms/python/element-wise/pardo.md
 create mode 100644 website/src/documentation/transforms/python/element-wise/partition.md
 create mode 100644 website/src/documentation/transforms/python/element-wise/regex.md
 create mode 100644 website/src/documentation/transforms/python/element-wise/reify.md
 create mode 100644 website/src/documentation/transforms/python/element-wise/tostring.md
 create mode 100644 website/src/documentation/transforms/python/element-wise/values.md
 create mode 100644 website/src/documentation/transforms/python/element-wise/withkeys.md
 create mode 100644 website/src/documentation/transforms/python/element-wise/withtimestamps.md
 create mode 100644 website/src/documentation/transforms/python/index.md
 create mode 100644 website/src/documentation/transforms/python/other/create.md
 create mode 100644 website/src/documentation/transforms/python/other/flatten.md
 create mode 100644 website/src/documentation/transforms/python/other/passert.md
 create mode 100644 website/src/documentation/transforms/python/other/reshuffle.md
 create mode 100644 website/src/documentation/transforms/python/other/view.md
 create mode 100644 website/src/documentation/transforms/python/other/windowinto.md