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

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


    from 2c90f9e  [SYSTEMDS-3217] PythonAPI build release cleanup
     new 23284cd  [SYSTEMDS-3220] Stabilize python context creation
     new 3f5e701  [MINOR] Cleanup and update python tests

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:
 src/main/java/org/apache/sysds/api/DMLOptions.java |  13 +-
 src/main/java/org/apache/sysds/api/DMLScript.java  |   2 +-
 .../java/org/apache/sysds/api/PythonDMLScript.java | 126 +++++----
 .../python/systemds/context/systemds_context.py    | 281 ++++++++++++---------
 src/main/python/systemds/operator/nodes/list.py    |   2 +-
 .../python/systemds/operator/nodes/list_access.py  |   5 +-
 src/main/python/tests/algorithms/test_kmeans.py    |   2 +-
 .../test_context_creation.py}                      |  40 +--
 src/main/python/tests/frame/test_hyperband.py      |  47 ++--
 src/main/python/tests/frame/test_write_read.py     |   5 +-
 src/main/python/tests/lineage/test_lineagetrace.py |  44 ++--
 .../list/{test_list.py => test_list_readwrite.py}  |  44 ++--
 src/main/python/tests/matrix/test_cholesky.py      |  20 +-
 src/main/python/tests/matrix/test_order.py         |  24 +-
 src/main/python/tests/matrix/test_print.py         |   5 +
 src/main/python/tests/script/test_dml_script.py    |  11 +-
 .../sysds/test/usertest/pythonapi/StartupTest.java |  29 ++-
 17 files changed, 381 insertions(+), 319 deletions(-)
 copy src/main/python/tests/{matrix/test_print.py => 
basics/test_context_creation.py} (56%)
 copy src/main/python/tests/list/{test_list.py => test_list_readwrite.py} (60%)

Reply via email to