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

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


    from 4c86b91  Merge pull request #9114 Update badges for Python PostCommit 
in README.md
     add 9ab0dae  [BEAM-7060] Support translation of native type variables.
     add 87ba0c0  [BEAM-7060] Translate the typing.Iterable type hint.
     add d2b5751  Minor fixes discovered in migration.
     add 21147f1  [BEAM-7060] Automated replace of typehints with typing.
     add f843044  Post-rewrite lint fixes.
     add f67f1dd  Manual fixes for over-agressive replace.
     add 0533f8f  More conservative typing module translation.
     new 3dd2888  Merge pull request #9109 [BEAM-7060] Migrate to native typing 
types where possible.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sdks/python/apache_beam/coders/coders.py           |   9 +-
 .../apache_beam/examples/complete/estimate_pi.py   |   6 +-
 .../examples/cookbook/group_with_coder.py          |   4 +-
 .../apache_beam/examples/snippets/snippets_test.py |   9 +-
 .../apache_beam/runners/direct/direct_runner.py    |  13 +--
 .../runners/direct/helper_transforms.py            |  16 +--
 .../runners/direct/transform_evaluator.py          |  16 +--
 .../python/apache_beam/runners/pipeline_context.py |   4 +-
 .../runners/portability/fn_api_runner_test.py      |   5 +-
 .../portability/fn_api_runner_transforms.py        |   4 +-
 .../apache_beam/tools/coders_microbenchmark.py     |   2 +-
 sdks/python/apache_beam/transforms/combiners.py    |  36 +++----
 sdks/python/apache_beam/transforms/ptransform.py   |   9 ++
 .../apache_beam/transforms/ptransform_test.py      | 110 +++++++++++----------
 sdks/python/apache_beam/transforms/stats.py        |  11 ++-
 sdks/python/apache_beam/transforms/util.py         |  27 ++---
 sdks/python/apache_beam/typehints/decorators.py    |   4 +
 .../typehints/native_type_compatibility.py         |  30 ++++++
 .../typehints/native_type_compatibility_test.py    |  10 +-
 .../apache_beam/typehints/typed_pipeline_test.py   |   4 +-
 .../python/apache_beam/typehints/typehints_test.py |   3 +
 21 files changed, 197 insertions(+), 135 deletions(-)

Reply via email to