This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a change to branch branch-2.2.0
in repository https://gitbox.apache.org/repos/asf/systemds.git.
from 788637a [maven-release-plugin] prepare for next development iteration
add b7c91e6 [SYSTEMDS-3223] Python functions with list arguments
add d11b642 [MINOR] Make python tests run on branch commit with java 8
No new revisions were added by this update.
Summary of changes:
.github/workflows/python.yml | 22 ++++-----
.../python/systemds/context/systemds_context.py | 7 ++-
src/main/python/systemds/operator/nodes/list.py | 7 ++-
src/main/python/systemds/operator/nodes/scalar.py | 2 +-
src/main/python/systemds/script_building/script.py | 33 +++++++++-----
src/main/python/tests/matrix/test_print.py | 4 ++
src/main/python/tests/script/test_dml_script.py | 11 +++--
.../tests/source/source_with_list_input.dml} | 18 +++-----
.../test_l2svm.py => source/test_source_list.py} | 52 +++++++++++-----------
9 files changed, 82 insertions(+), 74 deletions(-)
copy
src/{test/scripts/functions/federated/aggregate/FederatedMMTestReference.dml =>
main/python/tests/source/source_with_list_input.dml} (81%)
copy src/main/python/tests/{algorithms/test_l2svm.py =>
source/test_source_list.py} (52%)