You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2016/07/14 17:19:23 UTC

[1/2] incubator-beam git commit: Added cy_combiners.py to the list of Cythonized Python SDK files.

Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk 52c0d893e -> 2b9d81fcc


Added cy_combiners.py to the list of Cythonized Python SDK files.


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/cd0178b1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/cd0178b1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/cd0178b1

Branch: refs/heads/python-sdk
Commit: cd0178b1a2918a15005bdd485b0a554b1e3e6378
Parents: 52c0d89
Author: Marian Dvorsky <ma...@google.com>
Authored: Wed Jul 13 17:16:58 2016 -0700
Committer: Robert Bradshaw <ro...@google.com>
Committed: Thu Jul 14 10:19:05 2016 -0700

----------------------------------------------------------------------
 sdks/python/setup.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/cd0178b1/sdks/python/setup.py
----------------------------------------------------------------------
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 789d976..2287b8e 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -75,6 +75,7 @@ setuptools.setup(
         '**/*.pyx',
         'apache_beam/coders/coder_impl.py',
         'apache_beam/runners/common.py',
+        'apache_beam/transforms/cy_combiners.py',
         'apache_beam/utils/counters.py',
     ]),
     install_requires=REQUIRED_PACKAGES,


[2/2] incubator-beam git commit: Closes #652

Posted by ro...@apache.org.
Closes #652


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/2b9d81fc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/2b9d81fc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/2b9d81fc

Branch: refs/heads/python-sdk
Commit: 2b9d81fcc87ebd3bfa484c034fe46f79b63beef2
Parents: 52c0d89 cd0178b
Author: Robert Bradshaw <ro...@google.com>
Authored: Thu Jul 14 10:19:06 2016 -0700
Committer: Robert Bradshaw <ro...@google.com>
Committed: Thu Jul 14 10:19:06 2016 -0700

----------------------------------------------------------------------
 sdks/python/setup.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------