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

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


    from bd584ef  [MINOR] Python lineage trace tests fit to hybrid mode
     new 3d6190b  [SYSTEMDS-2882] Python Frame Support
     new 15c2e81  [SYSTEMDS-2882] Cleanup

The 2 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:
 .github/workflows/federatedPython.yml              |   2 +-
 .github/workflows/python.yml                       |   2 +-
 src/main/python/setup.py                           |   3 +-
 .../python/systemds/context/systemds_context.py    |  25 +++-
 .../frame/__init__.py}                             |   3 +
 src/main/python/systemds/frame/frame.py            | 128 ++++++++++++++++++++
 .../python/systemds/operator/operation_node.py     | 100 ++++++++++++----
 src/main/python/systemds/utils/converters.py       |  75 +++++++++++-
 .../python/tests/{matrix => frame}/__init__.py     |   0
 src/main/python/tests/frame/test_hyperband.py      |  86 ++++++++++++++
 src/main/python/tests/frame/test_r_c_bind.py       | 130 +++++++++++++++++++++
 .../python/tests/frame/test_transform_apply.py     |  86 ++++++++++++++
 .../test_transform_encode.py}                      |  47 ++++----
 .../test_write.py => frame/test_write_read.py}     |  48 ++++----
 .../datasets/homes/homes.tfspec_bin2.json          |   6 +
 .../datasets/homes/homes.tfspec_recode2.json       |   3 +
 16 files changed, 674 insertions(+), 70 deletions(-)
 copy src/main/python/{generator/resources/template_python_script_license => 
systemds/frame/__init__.py} (94%)
 create mode 100644 src/main/python/systemds/frame/frame.py
 copy src/main/python/tests/{matrix => frame}/__init__.py (100%)
 create mode 100644 src/main/python/tests/frame/test_hyperband.py
 create mode 100644 src/main/python/tests/frame/test_r_c_bind.py
 create mode 100644 src/main/python/tests/frame/test_transform_apply.py
 copy src/main/python/tests/{matrix/test_write.py => 
frame/test_transform_encode.py} (53%)
 copy src/main/python/tests/{matrix/test_write.py => frame/test_write_read.py} 
(55%)
 create mode 100644 src/test/resources/datasets/homes/homes.tfspec_bin2.json
 create mode 100644 src/test/resources/datasets/homes/homes.tfspec_recode2.json

Reply via email to