You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2019/09/19 20:54:51 UTC

[beam] branch master updated (4e88fa0 -> 2adc2d1)

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

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


    from 4e88fa0  [BEAM-7629] Additional checks for context param and error return.
     add 2adc2d1  [BEAM-7389] Generate notebook for FlatMap (#9584)

No new revisions were added by this update.

Summary of changes:
 .../transforms/python/element-wise/filter-py.ipynb |  59 +-
 .../python/element-wise/flatmap-py.ipynb           | 694 +++++++++++++++++++++
 website/notebooks/docs.yaml                        |  23 +-
 website/notebooks/generate.py                      |  19 +-
 website/notebooks/imports/setup.md                 |   7 +
 .../transforms/python/element-wise/filter.md       |  72 +--
 .../transforms/python/element-wise/flatmap.md      | 226 +++++--
 7 files changed, 966 insertions(+), 134 deletions(-)
 create mode 100644 examples/notebooks/documentation/transforms/python/element-wise/flatmap-py.ipynb