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 60810169dd Bump docker/build-push-action from 5 to 6 (#2033)
     add 5ad67e8039 [MINOR] add SVD and Eigen to Python API

No new revisions were added by this update.

Summary of changes:
 src/main/python/.gitignore                         |  1 +
 src/main/python/systemds/operator/nodes/frame.py   |  5 ++-
 src/main/python/systemds/operator/nodes/list.py    |  3 +-
 .../python/systemds/operator/nodes/list_access.py  |  5 ++-
 src/main/python/systemds/operator/nodes/matrix.py  | 47 +++++++++++++++++++++-
 src/main/python/systemds/operator/nodes/scalar.py  |  2 +-
 .../matrix/{test_replace.py => test_eigen.py}      | 46 ++++++++-------------
 src/main/python/tests/matrix/test_fft.py           |  2 +-
 src/main/python/tests/matrix/test_slice.py         |  2 +-
 .../tests/matrix/{test_replace.py => test_svd.py}  | 46 ++++++++-------------
 10 files changed, 94 insertions(+), 65 deletions(-)
 copy src/main/python/tests/matrix/{test_replace.py => test_eigen.py} (60%)
 copy src/main/python/tests/matrix/{test_replace.py => test_svd.py} (60%)

Reply via email to