You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2020/09/25 14:04:26 UTC

[systemds] branch master updated (4da7c6c -> aad3a28)

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 4da7c6c  [SYSTEMDS-2663, 2671] Resolve problem with failing cumulative aggregate tests (indexing issue)
     add aad3a28  [SYSTEMDS-2673] Python Read Write from disk

No new revisions were added by this update.

Summary of changes:
 .../python/docs/source/api/matrix/data_gen.rst     |  27 -----
 .../source/getting_started/simple_examples.rst     |   3 +-
 src/main/python/docs/source/index.rst              |   1 -
 .../python/systemds/context/systemds_context.py    |  76 +++++++++++++
 src/main/python/systemds/matrix/__init__.py        |   3 +-
 src/main/python/systemds/matrix/data_gen.py        | 105 ------------------
 src/main/python/systemds/matrix/matrix.py          | 121 +++------------------
 .../python/systemds/operator/operation_node.py     |  95 +++++++++++++++-
 src/main/python/systemds/script_building/dag.py    |   7 +-
 src/main/python/systemds/script_building/script.py |  22 ++--
 src/main/python/systemds/utils/converters.py       |   5 +-
 src/main/python/tests/lineage/test_lineagetrace.py |   4 +-
 .../tests/manual_tests/multi_log_reg_mnist.py      |   2 +-
 src/main/python/tests/matrix/test_aggregations.py  |   5 +-
 src/main/python/tests/matrix/test_rand.py          |  45 ++++----
 src/main/python/tests/matrix/test_to_one_hot.py    |   1 -
 .../matrix/{test_reverse.py => test_write.py}      |  39 +++----
 17 files changed, 250 insertions(+), 311 deletions(-)
 delete mode 100644 src/main/python/docs/source/api/matrix/data_gen.rst
 delete mode 100644 src/main/python/systemds/matrix/data_gen.py
 copy src/main/python/tests/matrix/{test_reverse.py => test_write.py} (62%)