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 ec06eb32a2 [MINOR][DOCS] Update Java API Documentation
new 9fe84b5306 [SYSTEMDS-2835] Add a federated version of adult_neural and
mnist tests
new 22a8e12d38 [MINOR] Add stats test for python
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:
.../java/org/apache/sysds/api/jmlc/Connection.java | 1 +
.../controlprogram/caching/CacheableData.java | 8 +-
.../cp/ParamservBuiltinCPInstruction.java | 1 +
.../instructions/fed/InitFEDInstruction.java | 4 +
.../python/systemds/context/systemds_context.py | 72 +++++++++++-
.../python/systemds/examples/tutorials/adult.py | 4 +-
.../python/systemds/operator/operation_node.py | 2 +
.../python/tests/basics/test_context_creation.py | 1 +
.../test_context_stats.py} | 37 ++++---
.../python/tests/examples/tutorials/test_adult.py | 4 +-
.../test_federated_adult_neural.py} | 93 ++++++++++++++--
.../python/tests/federated/test_federated_mnist.py | 123 +++++++++++++++++++++
12 files changed, 317 insertions(+), 33 deletions(-)
copy src/main/python/tests/{matrix/test_r_c_bind.py =>
basics/test_context_stats.py} (63%)
copy src/main/python/tests/{examples/tutorials/test_adult_neural.py =>
federated/test_federated_adult_neural.py} (54%)
create mode 100644 src/main/python/tests/federated/test_federated_mnist.py