author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20
values | license stringclasses 3
values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
49,706 | 19.04.2022 18:24:55 | -7,200 | 27e36fc53a7454d63764a4a5bb3ca83527f3727e | [MINOR] Fix system warnings vscode
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/caching/CacheableData.java",
"new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/caching/CacheableData.java",
"diff": "@@ -36,7 +36,6 @@ import org.apache.sysds.common.Types.ExecMode;\nimport... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fix system warnings vscode
Closes #1579 |
49,706 | 19.04.2022 20:57:25 | -7,200 | ce1dde31ca1443dc8049f5143208404d53bf7413 | Python Test Docs (algorithm example)
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/python/docs/source/code/getting_started/simpleExamples/l2svm.py",
"new_path": "src/main/python/docs/source/code/getting_started/simpleExamples/l2svm.py",
"diff": "# under the License.\n#\n# -------------------------------------------------------------... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3351] Python Test Docs (algorithm example)
Closes #1588 |
49,722 | 20.04.2022 01:33:22 | -7,200 | f4ba2301f6ad2550e2946f8a6296a36a72b25f4d | [MINOR] Fix rmempty tests and federated
This commit fixes both the rm empty test, and federated sparse rm empty.
Closes
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/ParameterizedBuiltinFEDInstruction.java",
"new_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/ParameterizedBuiltinFEDInstruction.java",
"diff": "@@ -906,9 +906,8 @@ public class Parameter... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fix rmempty tests and federated
This commit fixes both the rm empty test, and federated sparse rm empty.
Closes #1590
Closes #1587 |
49,693 | 19.04.2022 23:16:52 | -7,200 | 811e3f474c7e4e1747e7b5e54ffa75e79afc1cd5 | Codegen RowMaxs_VectMult rewrite
This rewrite fuses a vector multiplication with a row max aggregation to avoid an intermediate vector in Spoof's row template. Occurs when using code gen in components.dml.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/hops/codegen/SpoofCompiler.java",
"new_path": "src/main/java/org/apache/sysds/hops/codegen/SpoofCompiler.java",
"diff": "@@ -38,6 +38,7 @@ import org.apache.sysds.hops.Hop;\nimport org.apache.sysds.hops.LiteralOp;\nimport org.apa... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3334] Codegen RowMaxs_VectMult rewrite
This rewrite fuses a vector multiplication with a row max aggregation to avoid an intermediate vector in Spoof's row template. Occurs when using code gen in components.dml.
Closes #1566 |
49,700 | 19.04.2022 17:34:28 | -7,200 | 46a30eaef2fb9e25f41c1b46405e60228783b230 | Federated Planner Extended 3
This commit adds DataOps to allowsFederated and getFederatedOut methods to ensure that transient reads and writes are allowed to be FOUT.
It also changes tests to load configuration files and remove OptimizerUtils calls.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/hops/fedplanner/AFederatedPlanner.java",
"new_path": "src/main/java/org/apache/sysds/hops/fedplanner/AFederatedPlanner.java",
"diff": "@@ -78,6 +78,10 @@ public abstract class AFederatedPlanner {\nelse if ( HopRewriteUtils.isReor... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3018] Federated Planner Extended 3
This commit adds DataOps to allowsFederated and getFederatedOut methods to ensure that transient reads and writes are allowed to be FOUT.
It also changes tests to load configuration files and remove OptimizerUtils calls.
Closes #1586. |
49,700 | 20.04.2022 16:05:47 | -7,200 | 29ae7b8e641546161681f18c40865b8d76b55166 | [MINOR] Program Rewriter Fix
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/hops/rewrite/ProgramRewriter.java",
"new_path": "src/main/java/org/apache/sysds/hops/rewrite/ProgramRewriter.java",
"diff": "@@ -27,8 +27,10 @@ import org.apache.log4j.Logger;\nimport org.apache.sysds.api.DMLScript;\nimport org.a... | Java | Apache License 2.0 | apache/systemds | [MINOR] Program Rewriter Fix
Closes #1591. |
49,706 | 20.04.2022 15:11:28 | -7,200 | ef6651095cbf871128289cf04f5ea16c4e3532f9 | Sparse TSMM dense row block CSR
This commit fixes a bug where CSR is not supported if it contains
filled dense rows in Sparse TSMM Left.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/data/SparseBlock.java",
"new_path": "src/main/java/org/apache/sysds/runtime/data/SparseBlock.java",
"diff": "@@ -447,6 +447,8 @@ public abstract class SparseBlock implements Serializable\n* returned by indexes(r) and valu... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3353] Sparse TSMM dense row block CSR
This commit fixes a bug where CSR is not supported if it contains
filled dense rows in Sparse TSMM Left.
Closes #1592 |
49,693 | 21.04.2022 18:53:08 | -7,200 | d8db20fa047cf217bc457430fa0cf49d4ca74fdc | [MINOR] Removing unused imports (leftovers of recent refactoring) | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/hops/codegen/cplan/cuda/Ternary.java",
"new_path": "src/main/java/org/apache/sysds/hops/codegen/cplan/cuda/Ternary.java",
"diff": "@@ -22,8 +22,6 @@ package org.apache.sysds.hops.codegen.cplan.cuda;\nimport org.apache.sysds.hops.... | Java | Apache License 2.0 | apache/systemds | [MINOR] Removing unused imports (leftovers of recent refactoring) |
49,700 | 22.04.2022 12:27:28 | -7,200 | 8468eff6fe4a787209006779345c26f9901f64eb | [MINOR] Edit Operation ^2 to Compile as Fed Instruction | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/lops/Unary.java",
"new_path": "src/main/java/org/apache/sysds/lops/Unary.java",
"diff": "@@ -139,6 +139,13 @@ public class Unary extends Lop\n|| op==OpOp1.MULT2;\n}\n+ private void appendFedOut(StringBuilder sb){\n+ if (getExecTy... | Java | Apache License 2.0 | apache/systemds | [MINOR] Edit Operation ^2 to Compile as Fed Instruction |
49,706 | 26.04.2022 12:06:02 | -7,200 | eb14d12a32f7b38fccbca5f21594fa0c0a7fd8ce | [MINOR] Github actions use Java OpenJDK adopt-hotspot | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build.yml",
"new_path": ".github/workflows/build.yml",
"diff": "@@ -59,10 +59,12 @@ jobs:\n# '16'\n]\njavadist: [\n- # 'adopt',\n+ 'temurin',\n+ 'zulu',\n+ 'adopt',\n'adopt-openj9',\n- # 'zulu',\n- # 'temurin'\n+ 'liberica',\n+ 'microsoft'\n]... | Java | Apache License 2.0 | apache/systemds | [MINOR] Github actions use Java OpenJDK adopt-hotspot |
49,706 | 26.04.2022 12:24:53 | -7,200 | 66ed08b3b41a563487f6c593766abf17c0673d3d | [MINOR] Reduce con jobs to run weekly | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".github/workflows/build-cron.yml",
"diff": "+#-------------------------------------------------------------\n+#\n+# Licensed to the Apache Software Foundation (ASF) under one\n+# or more contributor license agreements. See the NOTICE file\n+# di... | Java | Apache License 2.0 | apache/systemds | [MINOR] Reduce con jobs to run weekly |
49,706 | 26.04.2022 12:33:40 | -7,200 | 3eebecf8e898b054d3a69125288586a5f93045a7 | [MINOR] Wednesday cron jobs | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build-cron.yml",
"new_path": ".github/workflows/build-cron.yml",
"diff": "@@ -23,7 +23,7 @@ name: Build Different Distributions\non:\nschedule:\n- - cron: '30 1 * * 6' # Saturday at 1:30 AM UTC\n+ - cron: '30 1 * * 3' # Wednesday at 1:30 AM U... | Java | Apache License 2.0 | apache/systemds | [MINOR] Wednesday cron jobs |
49,706 | 26.04.2022 16:59:16 | -7,200 | 13cacadd3f1dc7ae598e864a0f980c9a58869802 | Federated Workload-aware Compression
This commit adds a initial Federated workload-aware compression
that compress based on matrix multiplications of intermediates.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/conf/ConfigurationManager.java",
"new_path": "src/main/java/org/apache/sysds/conf/ConfigurationManager.java",
"diff": "@@ -203,10 +203,14 @@ public class ConfigurationManager\n}\npublic static boolean isCompressionEnabled(){\n- C... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3361] Federated Workload-aware Compression
This commit adds a initial Federated workload-aware compression
that compress based on matrix multiplications of intermediates.
Closes #1594 |
49,706 | 28.04.2022 15:03:47 | -7,200 | 148de1b56452b159a982ac147c9f4a4357b345d7 | [MINOR] Fix Local Federated data | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedLocalData.java",
"new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedLocalData.java",
"diff": "@@ -30,21 +30,15 @@ import org.apache.sysds.runtime.contro... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fix Local Federated data |
49,689 | 29.04.2022 10:00:31 | -7,200 | 12f283fda7e53f961322c87ea7e5f0ab279a7b13 | Materialize partition counts in the encoder objects
This patch refactors the current code to derive optimum number of
build and apply blocks and push them inside the encoder objects.
This change allows us to column-wise vary the partition counts. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/conf/DMLConfig.java",
"new_path": "src/main/java/org/apache/sysds/conf/DMLConfig.java",
"diff": "@@ -143,8 +143,8 @@ public class DMLConfig\n_defaultVals.put(CP_PARALLEL_IO, \"true\" );\n_defaultVals.put(PARALLEL_ENCODE, \"false\... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3293] Materialize partition counts in the encoder objects
This patch refactors the current code to derive optimum number of
build and apply blocks and push them inside the encoder objects.
This change allows us to column-wise vary the partition counts. |
49,738 | 01.05.2022 23:21:33 | -7,200 | 2087445754b3352e13fe42724fe2884cc21ac0f7 | [MINOR] Fix python test for scale (handling of named arguments) | [
{
"change_type": "MODIFY",
"old_path": "src/main/python/tests/source/test_source_list.py",
"new_path": "src/main/python/tests/source/test_source_list.py",
"diff": "@@ -47,7 +47,7 @@ class TestSource_01(unittest.TestCase):\ndef test_input_multireturn(self):\nm = self.sds.full((10, 10), 2)\n- [a, b, c... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fix python test for scale (handling of named arguments) |
49,706 | 02.05.2022 17:24:12 | -7,200 | 0745c164c05ec200532435950b170ebf8b713c9c | [MINOR] Cleanup federated netty setup
This commit simply move a bit of the netty setup around to make the
code cleaner, also some of these moving around give slight improvements
in small federated requests allowing slightly faster startup of transfer.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/api/DMLScript.java",
"new_path": "src/main/java/org/apache/sysds/api/DMLScript.java",
"diff": "@@ -25,7 +25,6 @@ import java.io.FileReader;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.InputStreamRead... | Java | Apache License 2.0 | apache/systemds | [MINOR] Cleanup federated netty setup
This commit simply move a bit of the netty setup around to make the
code cleaner, also some of these moving around give slight improvements
in small federated requests allowing slightly faster startup of transfer.
Closes #1599 |
49,689 | 04.05.2022 13:12:41 | -7,200 | 89056f1ec97082a6c720bec7ba4fdcae65f3a8f1 | Optimize partitions count with memory estimate
This patch extends the optimizer for transformencode to reduce
the build partitions count if they don't fit in the memory budget. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/transform/encode/ColumnEncoder.java",
"new_path": "src/main/java/org/apache/sysds/runtime/transform/encode/ColumnEncoder.java",
"diff": "@@ -60,6 +60,7 @@ public abstract class ColumnEncoder implements Encoder, Comparable... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3293] Optimize partitions count with memory estimate
This patch extends the optimizer for transformencode to reduce
the build partitions count if they don't fit in the memory budget. |
49,689 | 05.05.2022 18:02:05 | -7,200 | a75c9d1f5983e46370d0bc1176828813e0512e85 | Bug fixes in transformencode optimizer | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/transform/encode/ColumnEncoderFeatureHash.java",
"new_path": "src/main/java/org/apache/sysds/runtime/transform/encode/ColumnEncoderFeatureHash.java",
"diff": "@@ -81,8 +81,11 @@ public class ColumnEncoderFeatureHash exten... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3293] Bug fixes in transformencode optimizer |
49,738 | 07.05.2022 20:34:44 | -7,200 | 92ae6ecd3e0b62b1084fa4750c12a5d737f1ec18 | [MINOR] Fix federated SSL test, and eval robustness (parfor/lineage) | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedData.java",
"new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedData.java",
"diff": "@@ -141,8 +141,9 @@ public class FederatedData {\nif(!_dataType.isMa... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fix federated SSL test, and eval robustness (parfor/lineage) |
49,738 | 08.05.2022 00:34:54 | -7,200 | 5f98eb9602371ce45ad19889f8d4c28ece32a7ae | Fix size propagation of list operations
This patch adds dedicated tests for checking the size propagation of
list operations, and fixes related issues in the parser and hops.
The ignored test requires a parser/runtime extension for list flattening
e.g., via as.list() similar to as.matrix()/as.scalar(). | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/hops/BinaryOp.java",
"new_path": "src/main/java/org/apache/sysds/hops/BinaryOp.java",
"diff": "@@ -951,12 +951,17 @@ public class BinaryOp extends MultiThreadedHop {\nDataType dt1 = input1.getDataType();\nDataType dt2 = input2.ge... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3370] Fix size propagation of list operations
This patch adds dedicated tests for checking the size propagation of
list operations, and fixes related issues in the parser and hops.
The ignored test requires a parser/runtime extension for list flattening
e.g., via as.list() similar to as.matrix()/as.scalar(). |
49,722 | 08.05.2022 19:41:07 | -7,200 | f1e877561a2b19e12d726ee8b488cc2fcd1358c3 | Federated transform encode/apply w/ equi-height binning
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/hops/fedplanner/FTypes.java",
"new_path": "src/main/java/org/apache/sysds/hops/fedplanner/FTypes.java",
"diff": "@@ -77,7 +77,6 @@ public class FTypes\nOTHER(FPartitioning.MIXED, FReplication.NONE);\nprivate final FPartitioning _... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3328] Federated transform encode/apply w/ equi-height binning
Closes #1562. |
49,738 | 08.05.2022 20:48:51 | -7,200 | defefafe1ff72397bdb6288afdfb7151bba0b3d5 | [MINOR] Rebalancing function test actions (reduce chances of timeouts) | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/functionsTests.yml",
"new_path": ".github/workflows/functionsTests.yml",
"diff": "@@ -50,23 +50,22 @@ jobs:\nmatrix:\ntests: [\n\"**.functions.a**.**,**.functions.binary.frame.**,**.functions.binary.matrix.**,**.functions.binary.scalar.**,**.... | Java | Apache License 2.0 | apache/systemds | [MINOR] Rebalancing function test actions (reduce chances of timeouts) |
49,720 | 09.05.2022 16:42:14 | -7,200 | 81de34ac309455d33c76b9d2e4f6ae9034c55687 | [MINOR] Cleaning pipelines minor cleanups (refactor function name) | [
{
"change_type": "RENAME",
"old_path": "scripts/builtin/applyAndEvaluate.dml",
"new_path": "scripts/builtin/fit_pipeline.dml",
"diff": "@@ -51,15 +51,13 @@ source(\"scripts/pipelines/scripts/utils.dml\") as utils;\nsource(\"scripts/builtin/topk_cleaning.dml\") as topk;\nsource(\"scripts/builtin/band... | Java | Apache License 2.0 | apache/systemds | [MINOR] Cleaning pipelines minor cleanups (refactor function name) |
49,693 | 28.04.2022 14:06:53 | -7,200 | 14d095efe5bc98d120bc0dd34270c3f12747b3cc | CUDA code gen stream synchronization (bugfix)
The CUDA code generation launcher handles streams per operator at the moment. This is wrong since a read before write can happen on a certain device allocation. Switching to a central stream object for now.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/cuda/spoof-launcher/SpoofCUDAContext.h",
"new_path": "src/main/cuda/spoof-launcher/SpoofCUDAContext.h",
"diff": "@@ -55,9 +55,14 @@ public:\nsize_t current_mem_size = 0; // the actual staging buffer size (should be default unless there was a resize)\n... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3362] CUDA code gen stream synchronization (bugfix)
The CUDA code generation launcher handles streams per operator at the moment. This is wrong since a read before write can happen on a certain device allocation. Switching to a central stream object for now.
Closes #1600 |
49,693 | 10.05.2022 18:04:30 | -7,200 | 278c95a4718389e01afaffb317df5ce30186ef54 | [MINOR] Fixed a compilation error due to wrong invocation of NotImplementedException | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/ColGroupFactory.java",
"new_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/ColGroupFactory.java",
"diff": "@@ -514,7 +514,7 @@ public class ColGroupFactory {\n}\n}\nelse {\n- throw new ... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fixed a compilation error due to wrong invocation of NotImplementedException |
49,738 | 10.05.2022 20:46:29 | -7,200 | a0987e536a2be71d16d64ac64e9873206083e49b | [SYSTEMDS-3343,3366] Fix missing handling of positional defaults in eval
This patch extends the recently added support for adding named defaults
in eval function calls generic functions like gridSearch. We now
extended this functionality for positional default as well, which
broadens the set of functions that can be used in transformencode,
UDF encoders. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/instructions/cp/EvalNaryCPInstruction.java",
"new_path": "src/main/java/org/apache/sysds/runtime/instructions/cp/EvalNaryCPInstruction.java",
"diff": "@@ -142,7 +142,9 @@ public class EvalNaryCPInstruction extends Builtin... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3343,3366] Fix missing handling of positional defaults in eval
This patch extends the recently added support for adding named defaults
in eval function calls generic functions like gridSearch. We now
extended this functionality for positional default as well, which
broadens the set of functions that can be used in transformencode,
UDF encoders. |
49,700 | 11.05.2022 16:08:53 | -7,200 | aba1707852d546a9c46ada3f185824df063494bd | Federated Planner Forced ExecType And FedOut Info
Applying this commit will:
1) Add Forced ExecType and Other Adjustments of ExecType
2) Add FedOut Info to Explain Hops Output
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/hops/AggUnaryOp.java",
"new_path": "src/main/java/org/apache/sysds/hops/AggUnaryOp.java",
"diff": "@@ -608,6 +608,9 @@ public class AggUnaryOp extends MultiThreadedHop\nExecType et_input = input1.optFindExecType();\n// Because te... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3018] Federated Planner Forced ExecType And FedOut Info
Applying this commit will:
1) Add Forced ExecType and Other Adjustments of ExecType
2) Add FedOut Info to Explain Hops Output
Closes #1612. |
49,697 | 15.05.2022 17:05:53 | -7,200 | 8e832ac085b14aa63ecd8a5baee463ac9dfa53bc | Caching of serialized federated responses
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedResponse.java",
"new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedResponse.java",
"diff": "@@ -27,6 +27,7 @@ import java.util.concurrent.atomic.LongAdd... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3185] Caching of serialized federated responses
Closes #1611. |
49,706 | 15.05.2022 17:24:07 | -7,200 | 715374921c46422bf3a8a6cf96e430484abaeb1f | MatrixBlock size estimation w/ CSR awareness
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/matrix/data/MatrixBlock.java",
"new_path": "src/main/java/org/apache/sysds/runtime/matrix/data/MatrixBlock.java",
"diff": "@@ -1102,29 +1102,16 @@ public class MatrixBlock extends MatrixValue implements CacheBlock, Extern... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3355] MatrixBlock size estimation w/ CSR awareness
Closes #1593. |
49,693 | 16.05.2022 11:28:26 | -7,200 | f357c776beb85127bfdb3ddd51b37a00f9263f10 | [MINOR] Fix bug in runscript
This commit fixes a bug that was introduced in commit where an if should have been an elif.
Additionally, there are some minor cleanups to silence some linter warnings (IntelliJ) | [
{
"change_type": "MODIFY",
"old_path": "bin/systemds",
"new_path": "bin/systemds",
"diff": "@@ -82,11 +82,8 @@ ordered_find() {\nif [ -n \"$SYSTEMDS_STANDALONE_OPTS\" ]; then\nprint_out \"Overriding SYSTEMDS_STANDALONE_OPTS with env var: $SYSTEMDS_STANDALONE_OPTS\"\nelse\n- # specify paramteters to ... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fix bug in runscript
This commit fixes a bug that was introduced in commit f33b516d102115433ad101d0f76136cab92d01ae where an if should have been an elif.
Additionally, there are some minor cleanups to silence some linter warnings (IntelliJ) |
49,700 | 16.05.2022 11:01:46 | -7,200 | 17b7a368ef25c93e2b1ac69c57b4389997a78dd1 | [MINOR] Add Forced ExecType for FED DataOp And Add FedOut to Explain
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/hops/DataOp.java",
"new_path": "src/main/java/org/apache/sysds/hops/DataOp.java",
"diff": "@@ -496,6 +496,8 @@ public class DataOp extends Hop {\n}\n_etype = letype;\n+ if ( _etypeForced == ExecType.FED )\n+ _etype = _etypeForced... | Java | Apache License 2.0 | apache/systemds | [MINOR] Add Forced ExecType for FED DataOp And Add FedOut to Explain
Closes #1614. |
49,706 | 16.05.2022 14:37:58 | -7,200 | 3c077cf9669910eea96ee28bd1a7dd7f64526c64 | Python Cos Sin Signal Test
Closes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/main/python/tests/algorithms/test_signal.py",
"diff": "+\n+# -------------------------------------------------------------\n+#\n+# Licensed to the Apache Software Foundation (ASF) under one\n+# or more contributor license agreements. See the... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3354] Python Cos Sin Signal Test
Closes #1616 |
49,706 | 17.05.2022 15:39:03 | -7,200 | 70fca954ff78ac7efa1b458c0cb6fde90d777150 | Various tests for eval w/ boolean function arguments
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/org/apache/sysds/test/functions/mlcontext/MLContextTest.java",
"new_path": "src/test/java/org/apache/sysds/test/functions/mlcontext/MLContextTest.java",
"diff": "@@ -114,22 +114,60 @@ public class MLContextTest extends MLContextTestBase {\n@Test\... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3343] Various tests for eval w/ boolean function arguments
Closes #1575. |
49,698 | 22.05.2022 07:08:43 | -19,080 | 31b5475cd84ba224b78609c00096b3651f2d8cab | [MINOR] Add protobuf parameter for consistency
Use a protobuf.version consistent naming across the pom definition.
Closes | [
{
"change_type": "MODIFY",
"old_path": "pom.xml",
"new_path": "pom.xml",
"diff": "<hadoop.version>3.3.1</hadoop.version>\n<!-- Consistant with spark -->\n<antlr.version>4.8</antlr.version>\n+ <protobuf.version>3.20.1</protobuf.version>\n<spark.version>3.2.0</spark.version>\n<scala.version>2.12.0</sc... | Java | Apache License 2.0 | apache/systemds | [MINOR] Add protobuf parameter for consistency
- Use a protobuf.version consistent naming across the pom definition.
Closes #1621. |
49,698 | 22.05.2022 15:26:06 | -19,080 | fecc4df3d6a9bba48d3ed72f6abcb7d3ce5582bf | [MINOR][DOC] Add license note on generated code | [
{
"change_type": "MODIFY",
"old_path": "CONTRIBUTING.md",
"new_path": "CONTRIBUTING.md",
"diff": "@@ -230,7 +230,8 @@ Examples:\n- [Makefile/.proto](./src/main/python/docs/Makefile#L1-L20)\n- Markdown - refer to the top of this file in raw format.\n-\n+> Note: Generated code, like the Java classes g... | Java | Apache License 2.0 | apache/systemds | [MINOR][DOC] Add license note on generated code |
49,712 | 28.05.2022 20:01:29 | -7,200 | 7fc5b4fefa0380ca4b8c1e5de264a7091e8e0496 | Extended util date functions
Added an overloaded toMillis that accepts a predetermined date format,
introduced dateFormat() that takes either a string (one version tries to
parse date, other allows inputting a date format) or a long containing a
date and outputs in a specified format.
DIA project WS21/22.
Closes | [
{
"change_type": "MODIFY",
"old_path": "pom.xml",
"new_path": "pom.xml",
"diff": "<properties>\n<hadoop.version>3.3.1</hadoop.version>\n- <!-- Consistant with spark -->\n+ <!-- Consistent with spark -->\n<antlr.version>4.8</antlr.version>\n<protobuf.version>3.20.1</protobuf.version>\n<spark.version>... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3211] Extended util date functions
Added an overloaded toMillis that accepts a predetermined date format,
introduced dateFormat() that takes either a string (one version tries to
parse date, other allows inputting a date format) or a long containing a
date and outputs in a specified format.
DIA project WS21/22.
Closes #1515. |
49,700 | 17.05.2022 10:32:12 | -7,200 | 65ea7f318957127e3e75f5bc8cc7d1b5a356c885 | Add Function Parameters to Cost-Based Federated Planner
This commit will also:
Add Null Check to Repetition Estimate Update
Add Transient Writes to Terminal Hops
Edit Transpose FEDInstruction So That LOUT Binds Output Fedmapping Correctly
Edit L2SVM Fed Planning Test To Prepare for L2SVM Function Call Tests
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/hops/AggBinaryOp.java",
"new_path": "src/main/java/org/apache/sysds/hops/AggBinaryOp.java",
"diff": "@@ -44,7 +44,7 @@ import org.apache.sysds.lops.PMMJ;\nimport org.apache.sysds.lops.PMapMult;\nimport org.apache.sysds.lops.Trans... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3018] Add Function Parameters to Cost-Based Federated Planner
This commit will also:
- Add Null Check to Repetition Estimate Update
- Add Transient Writes to Terminal Hops
- Edit Transpose FEDInstruction So That LOUT Binds Output Fedmapping Correctly
- Edit L2SVM Fed Planning Test To Prepare for L2SVM Function Call Tests
Closes #1618. |
49,738 | 04.06.2022 19:44:13 | -7,200 | 85fa35312c3e536024d9a14738d10cb181e343c0 | [MINOR] Fix warnings, data types, formatting of the federated backend | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/common/Types.java",
"new_path": "src/main/java/org/apache/sysds/common/Types.java",
"diff": "@@ -44,7 +44,9 @@ public class Types\n* Data types (tensor, matrix, scalar, frame, object, unknown).\n*/\npublic enum DataType {\n- TENS... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fix warnings, data types, formatting of the federated backend |
49,738 | 04.06.2022 23:45:20 | -7,200 | 70c3e5f93d4ef22447d765ef261985129ff1a7e2 | [MINOR] Cleanup flaky privacy/FederatedWorkerHandlerTest | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/org/apache/sysds/test/functions/privacy/FederatedWorkerHandlerTest.java",
"new_path": "src/test/java/org/apache/sysds/test/functions/privacy/FederatedWorkerHandlerTest.java",
"diff": "@@ -23,6 +23,7 @@ import java.util.Arrays;\nimport org.apache.... | Java | Apache License 2.0 | apache/systemds | [MINOR] Cleanup flaky privacy/FederatedWorkerHandlerTest |
49,722 | 05.06.2022 17:11:55 | -7,200 | 641949da67a2abfdbbdab0164359f9b6e387622a | Federation primitive for local to federated data
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/lops/Federated.java",
"new_path": "src/main/java/org/apache/sysds/lops/Federated.java",
"diff": "@@ -25,11 +25,12 @@ import java.util.HashMap;\nimport static org.apache.sysds.common.Types.DataType;\nimport static org.apache.sysds... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3374] Federation primitive for local to federated data
Closes #1609. |
49,697 | 05.06.2022 23:16:07 | -7,200 | fa81f6a40ae15c9f50e00cf8ec96af2626684e4f | Fix federated left indexing with scalar inputs
This patch generalizes the federated left indexing instruction
for scalar, and fixes a more general issue of replacing
instruction operands for edge cases where the scalar matches
federated input or output variable names.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedLookupTable.java",
"new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedLookupTable.java",
"diff": "@@ -47,6 +47,10 @@ public class FederatedLookupTable {... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-1622] Fix federated left indexing with scalar inputs
This patch generalizes the federated left indexing instruction
for scalar, and fixes a more general issue of replacing
instruction operands for edge cases where the scalar matches
federated input or output variable names.
Closes #1622.
Co-authored-by: Matthias Boehm <mboehm7@gmail.com> |
49,722 | 05.06.2022 23:48:55 | -7,200 | ea86d4b93d1847320c62a5421143fcfe3ebcc2f1 | [MINOR] Cleanup transform encoders (separated federated utils)
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.java",
"new_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.java",
"diff": "@@ -239,7 +239,7 @@ ... | Java | Apache License 2.0 | apache/systemds | [MINOR] Cleanup transform encoders (separated federated utils)
Closes #1626. |
49,697 | 06.06.2022 00:33:44 | -7,200 | 942a3a2a349cee2fcf3591e7850051538cc41fef | Docs and cleanup multi-tenant federated learning
Closes | [
{
"change_type": "MODIFY",
"old_path": "docs/api/python/sources/guide/federated.rst.txt",
"new_path": "docs/api/python/sources/guide/federated.rst.txt",
"diff": "@@ -99,3 +99,29 @@ The print should look like\nthat you have:\na csv file, mtd file, and SystemDS Environment is set correctly.\n+\n+Multi... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3185] Docs and cleanup multi-tenant federated learning
Closes #1627. |
49,689 | 08.06.2022 22:58:55 | -7,200 | 5808f22cb2cb4acd5ce2a7081fdd22bdec338c20 | [MINOR] Cleanup unused methods | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/matrix/data/MatrixBlock.java",
"new_path": "src/main/java/org/apache/sysds/runtime/matrix/data/MatrixBlock.java",
"diff": "@@ -665,17 +665,6 @@ public class MatrixBlock extends MatrixValue implements CacheBlock, Externali... | Java | Apache License 2.0 | apache/systemds | [MINOR] Cleanup unused methods |
49,706 | 10.06.2022 16:18:33 | -7,200 | a0254e5d2c204a1f841226eb399620f2b1bd97e6 | [DOCS] Update builtin scripts docs | [
{
"change_type": "MODIFY",
"old_path": "scripts/builtin/WoE.dml",
"new_path": "scripts/builtin/WoE.dml",
"diff": "#\n# OUTPUT:\n# ------------------------------------------------\n-# X ---\n-# Y ---\n-# entropyMatrix ---\n+# F Weighted X matrix where the entropy mask is applied\n+# entropyMatrix A e... | Java | Apache License 2.0 | apache/systemds | [DOCS] Update builtin scripts docs |
49,706 | 10.06.2022 16:19:40 | -7,200 | 4532e84922f788fb2796f61eb00786bdc0c78d15 | [MINOR] fix WoE | [
{
"change_type": "MODIFY",
"old_path": "src/test/scripts/functions/builtin/WoE_test.dml",
"new_path": "src/test/scripts/functions/builtin/WoE_test.dml",
"diff": "@@ -23,6 +23,6 @@ X = matrix(\"1 1 1 2 2 3 3 3 4 4 4 3 3 3 3\", rows=15, cols =1)\nY = matrix(\"1 3 1 3 1 1 1 2 2 2 1 1 1 3 2\", rows=15, ... | Java | Apache License 2.0 | apache/systemds | [MINOR] fix WoE |
49,706 | 10.06.2022 16:51:21 | -7,200 | dd660d53d4ffe53ebd20c8ac23be8dc8f90bfc80 | [MINOR] syntax fix nRow vs nrow | [
{
"change_type": "MODIFY",
"old_path": "scripts/builtin/WoEApply.dml",
"new_path": "scripts/builtin/WoEApply.dml",
"diff": "m_WoEApply = function(Matrix[Double] X, Matrix[Double] Y, Matrix[Double] entropyMatrix)\nreturn (Matrix[Double] F) {\n- F = matrix(1, nRow(X), nCol(X)) # allocate dense output ... | Java | Apache License 2.0 | apache/systemds | [MINOR] syntax fix nRow vs nrow |
49,698 | 10.06.2022 17:55:07 | 0 | 06c7c40350c16b6d96eaf0c34fac07047ec92e5d | [maven-release-plugin] prepare release 3.0.0-rc1 | [
{
"change_type": "MODIFY",
"old_path": "pom.xml",
"new_path": "pom.xml",
"diff": "<version>24</version>\n</parent>\n<groupId>org.apache.systemds</groupId>\n- <version>2.3.0-SNAPSHOT</version>\n+ <version>3.0.0</version>\n<artifactId>systemds</artifactId>\n<packaging>jar</packaging>\n<name>Apache Sys... | Java | Apache License 2.0 | apache/systemds | [maven-release-plugin] prepare release 3.0.0-rc1 |
49,720 | 13.06.2022 16:33:16 | -7,200 | fd5be669fe7a03bd804415dcf5fe11e8dbd74645 | [MINOR] Minor fixes i.e., validation checks, formatting e.t.c. | [
{
"change_type": "MODIFY",
"old_path": "scripts/builtin/apply_pipeline.dml",
"new_path": "scripts/builtin/apply_pipeline.dml",
"diff": "@@ -73,9 +73,14 @@ s_apply_pipeline = function(Frame[Unknown] testData, Frame[Unknown] metaData = a\n# # # if mask has 1s then there are categorical features\nM = a... | Java | Apache License 2.0 | apache/systemds | [MINOR] Minor fixes i.e., validation checks, formatting e.t.c. |
49,689 | 14.06.2022 15:46:54 | -7,200 | 42b3caae0ad5a0563427358794559be1fc420ef7 | [MINOR] Minor fix in column encoders | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/transform/encode/MultiColumnEncoder.java",
"new_path": "src/main/java/org/apache/sysds/runtime/transform/encode/MultiColumnEncoder.java",
"diff": "@@ -421,7 +421,6 @@ public class MultiColumnEncoder implements Encoder {\n... | Java | Apache License 2.0 | apache/systemds | [MINOR] Minor fix in column encoders |
49,698 | 15.06.2022 16:31:09 | 0 | ab5959991e33cec2a1f76ed3356a6e8b2f7a08a3 | [maven-release-plugin] prepare release 3.0.0-rc2 | [
{
"change_type": "MODIFY",
"old_path": "pom.xml",
"new_path": "pom.xml",
"diff": "<version>24</version>\n</parent>\n<groupId>org.apache.systemds</groupId>\n- <version>3.1.0-SNAPSHOT</version>\n+ <version>3.0.0</version>\n<artifactId>systemds</artifactId>\n<packaging>jar</packaging>\n<name>Apache Sys... | Java | Apache License 2.0 | apache/systemds | [maven-release-plugin] prepare release 3.0.0-rc2 |
49,698 | 15.06.2022 22:52:33 | -19,080 | 70a3008446fab1d9f72c835e5ea4709dadb2f663 | [MINOR] small script for the release build verify script | [
{
"change_type": "MODIFY",
"old_path": "dev/release/src/test/bin/verifyBuild.sh",
"new_path": "dev/release/src/test/bin/verifyBuild.sh",
"diff": "@@ -72,10 +72,10 @@ if [ -z \"$SPARK_HOME\" ] ; then\nprintUsageExit;\nfi\n-if [ -z \"$HADOOP_HOME\" ] ; then\n- echo \"`date +%Y-%m-%dT%H:%M:%S`: ERROR: ... | Java | Apache License 2.0 | apache/systemds | [MINOR] small script for the release build verify script (#1638) |
49,720 | 20.06.2022 15:19:18 | -7,200 | a06a0b55f6d996729cf40cd819b29e234e10a6d1 | [MINOR] Logical Enumeration convergence condition fix
- This commit modifies the converge criteria for logical enumeration
if no increase in the top k score is observed in previous three iterations
then the algorithm converges considering that no further iterations could bring
any major increase in the score. | [
{
"change_type": "MODIFY",
"old_path": "scripts/builtin/imputeByFDApply.dml",
"new_path": "scripts/builtin/imputeByFDApply.dml",
"diff": "@@ -40,6 +40,10 @@ m_imputeByFDApply = function(Matrix[Double] X, Matrix[Double] Y_imp)\nX = replace(target = X, pattern=NaN, replacement=1)\nX = replace(target =... | Java | Apache License 2.0 | apache/systemds | [MINOR] Logical Enumeration convergence condition fix
- This commit modifies the converge criteria for logical enumeration
if no increase in the top k score is observed in previous three iterations
then the algorithm converges considering that no further iterations could bring
any major increase in the score. |
49,689 | 23.06.2022 13:48:34 | -7,200 | 6c530e39576e9d34e05fca7c0330142f5d6545a4 | Add debug prints and bug fixes in UMM | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/caching/UnifiedMemoryManager.java",
"new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/caching/UnifiedMemoryManager.java",
"diff": "@@ -203,6 +203,36 @@ public class UnifiedMemoryManager\n_p... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3341] Add debug prints and bug fixes in UMM |
49,698 | 26.06.2022 08:56:22 | -19,080 | f59b906469f8e9fa54870223bb4efdf91c29fdf2 | [DOC] Update python api project description and version | [
{
"change_type": "MODIFY",
"old_path": "src/main/python/setup.py",
"new_path": "src/main/python/setup.py",
"diff": "@@ -42,9 +42,9 @@ REQUIRED_PACKAGES = [\n'pandas >= 1.2.2'\n]\n-LONG_DESCRIPTION= '''\"\"\"This package provides a Pythonic interface for working with SystemDS.\n+LONG_DESCRIPTION= '''... | Java | Apache License 2.0 | apache/systemds | [DOC] Update python api project description and version (#1646) |
49,706 | 28.06.2022 22:40:53 | -7,200 | 154b9ff6cdc15a917b4714914171372f84eb82e3 | Python NN testExample
A simple python example of neural network training and preprocessing.
two different scenarios are tested.
1. Train and measure accuracy in one go
2. Train a model then save it, to then load and predict.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/python/.gitignore",
"new_path": "src/main/python/.gitignore",
"diff": "-\n# Git ignore for python files.\nsystemds/lib/\nsystemds.egg-info/\n@@ -15,10 +14,10 @@ tests/onnx_systemds/output_test\ntests/onnx_systemds/dml_output\ntests/onnx_systemds/test_... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3397] Python NN testExample
A simple python example of neural network training and preprocessing.
two different scenarios are tested.
1. Train and measure accuracy in one go
2. Train a model then save it, to then load and predict.
Closes #1648 |
49,697 | 28.06.2022 15:21:41 | -7,200 | a9943772cf28e82604dac88d340cae3e1e779569 | LocalVarMap Concurrency in Federated Execution
Changes the local variable map back to a ConcurrentHashMap to allow
simultaneous modification and iteration of the map
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/LocalVariableMap.java",
"new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/LocalVariableMap.java",
"diff": "package org.apache.sysds.runtime.controlprogram;\nimport java.util.HashMap;\n+impo... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3396] LocalVarMap Concurrency in Federated Execution
Changes the local variable map back to a ConcurrentHashMap to allow
simultaneous modification and iteration of the map
Closes #1647 |
49,698 | 05.07.2022 21:37:56 | -19,080 | 1a619d2a9e2363b80671c11fa096ebb49c817baf | [MINOR] Update project version in docs
checklist:
for python project version scheme is 3.1.0-dev or 3.1.0,
for the java project it is 3.1.0-SNAPSHOT or 3.1.0 | [
{
"change_type": "MODIFY",
"old_path": "docs/_config.yml",
"new_path": "docs/_config.yml",
"diff": "@@ -39,5 +39,5 @@ exclude:\n- updateAPI.sh\n# These allow the documentation to be updated with newer releases\n-SYSTEMDS_VERSION: 2.3.0-SNAPSHOT\n+SYSTEMDS_VERSION: 3.1.0-SNAPSHOT\n"
},
{
"cha... | Java | Apache License 2.0 | apache/systemds | [MINOR] Update project version in docs (#1654)
checklist:
- https://github.com/apache/systemds/blob/main/pom.xml#L28
- https://github.com/apache/systemds/blob/main/src/main/python/systemds/project_info.py#L26
- https://github.com/apache/systemds/blob/main/src/main/python/docs/source/conf.py#L41
- https://github.com/apache/systemds/blob/main/docs/_config.yml#L42
for python project version scheme is 3.1.0-dev or 3.1.0,
for the java project it is 3.1.0-SNAPSHOT or 3.1.0 |
49,706 | 05.07.2022 12:05:15 | -7,200 | acec5613d87dce9212ab1226432e7a48d73de0ac | Log4j incompatible dependencies
Using `mvn dependency:tree` i cleaned up the log4j and slf4j dependencies.
By removing their dependencies in spark, netty, and hadoop, and adding our own.
Closes | [
{
"change_type": "MODIFY",
"old_path": "pom.xml",
"new_path": "pom.xml",
"diff": "<enableGPU>false</enableGPU>\n<jcuda.scope>provided</jcuda.scope>\n<jcuda.version>10.2.0</jcuda.version>\n+ <slf4j.version>1.7.36</slf4j.version>\n+ <log4j.version>2.17.2</log4j.version>\n<!-- Set java compile level vi... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3394] Log4j incompatible dependencies
Using `mvn dependency:tree` i cleaned up the log4j and slf4j dependencies.
By removing their dependencies in spark, netty, and hadoop, and adding our own.
Closes #1652 |
49,698 | 05.07.2022 22:05:05 | -19,080 | f0afb3ee8c02b9b9cee7fbaced3ef099de605ed2 | [MINOR][DOCS] Update README for the documentation | [
{
"change_type": "MODIFY",
"old_path": "docs/README.md",
"new_path": "docs/README.md",
"diff": "@@ -62,14 +62,12 @@ The Documentation is separated into different parts by sub folders.\nand install any other missing packages\n-4. Make sure Maven and Java 8 are installed.\n+4. Make sure Maven and [Jav... | Java | Apache License 2.0 | apache/systemds | [MINOR][DOCS] Update README for the documentation |
49,698 | 05.07.2022 22:36:46 | -19,080 | 32295ca9dc734989e4a897c15a58a976c1aae54c | Release docker images with GitHub actions | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".github/workflows/docker-release.yml",
"diff": "+#-------------------------------------------------------------\n+#\n+# Licensed to the Apache Software Foundation (ASF) under one\n+# or more contributor license agreements. See the NOTICE file\n+... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3401] Release docker images with GitHub actions (#1656) |
49,698 | 05.07.2022 22:43:43 | -19,080 | 5190f918f4bda2126a80ec9f848cd7aacb233976 | [MINOR] Add latest tag to docker image | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/docker-release.yml",
"new_path": ".github/workflows/docker-release.yml",
"diff": "@@ -73,6 +73,6 @@ jobs:\ncontext: .\nfile: ./docker/sysds.Dockerfile\npush: false\n- tags: ${{ github.event.inputs.branch_or_tag }}\n+ tags: ${{ github.event.in... | Java | Apache License 2.0 | apache/systemds | [MINOR] Add latest tag to docker image (#1657) |
49,698 | 05.07.2022 22:59:26 | -19,080 | 147291c6a98348e244422791bcc4ec90f0d8bc6e | [MINOR][SYSTEMDS-3401] Update parameters for image tag | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/docker-release.yml",
"new_path": ".github/workflows/docker-release.yml",
"diff": "@@ -31,7 +31,7 @@ on:\nversion:\ndescription: 'Version tag for the docker'\nrequired: true\n- default: 'latest'\n+ default: 'nightly'\njobs:\nbuild-release:\n@@... | Java | Apache License 2.0 | apache/systemds | [MINOR][SYSTEMDS-3401] Update parameters for image tag |
49,700 | 07.07.2022 11:05:11 | -7,200 | 04fd7503e38928870b0e95561621040df198ce57 | [MINOR] FedPlanner Cleaning
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/hops/fedplanner/FederatedPlannerCostbased.java",
"new_path": "src/main/java/org/apache/sysds/hops/fedplanner/FederatedPlannerCostbased.java",
"diff": "@@ -231,22 +231,6 @@ public class FederatedPlannerCostbased extends AFederated... | Java | Apache License 2.0 | apache/systemds | [MINOR] FedPlanner Cleaning
Closes #1658. |
49,746 | 11.07.2022 22:47:01 | -7,200 | f586eaa8b95aefc7c67eea379b69405463632447 | [MINOR] Fix Spark ParameterServer
This patch fixes the Spark execution mode for the parameter server. In commit the handling of functions was changed, leading to the parameter server in Spark mode, not finding or sending the functions to the workers properly.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/paramserv/ParamServer.java",
"new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/paramserv/ParamServer.java",
"diff": "@@ -78,7 +78,8 @@ public abstract class ParamServer\nprivate int _numWor... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fix Spark ParameterServer
This patch fixes the Spark execution mode for the parameter server. In commit 28ff18fca2a9258168db7397d56236a5e0d9564b the handling of functions was changed, leading to the parameter server in Spark mode, not finding or sending the functions to the workers properly.
Closes #1662 |
49,700 | 07.07.2022 10:35:01 | -7,200 | 371f59df20cc6e8cd888152e136ab88824ccba15 | Add Federated KMeans Planning Test
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/hops/fedplanner/FederatedPlannerCostbased.java",
"new_path": "src/main/java/org/apache/sysds/hops/fedplanner/FederatedPlannerCostbased.java",
"diff": "@@ -203,34 +203,13 @@ public class FederatedPlannerCostbased extends AFederate... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3018] Add Federated KMeans Planning Test
Closes #1659. |
49,746 | 20.07.2022 15:12:34 | -7,200 | 1db2a0f07c85586fabfe68d7aaae9d15f7b8b65c | Python configuration not loading defaults
Fixes a bug where instructions were not replaced by FED equivalent
instructions, because the correct `CompilerConfig` option was not set.
And remove unnecessary CompilerConfigs
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/api/PythonDMLScript.java",
"new_path": "src/main/java/org/apache/sysds/api/PythonDMLScript.java",
"diff": "@@ -55,14 +55,7 @@ public class PythonDMLScript {\n// we enable multi-threaded I/O and operations for a single JMLC\n// co... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3411] Python configuration not loading defaults
Fixes a bug where instructions were not replaced by FED equivalent
instructions, because the correct `CompilerConfig` option was not set.
And remove unnecessary CompilerConfigs
Closes #1667 |
49,706 | 25.07.2022 15:11:18 | -7,200 | ef54868e82d052e119c4d370a374d5db838a5686 | GMM missing docs | [
{
"change_type": "MODIFY",
"old_path": "scripts/builtin/gmm.dml",
"new_path": "scripts/builtin/gmm.dml",
"diff": "#\n#-------------------------------------------------------------\n-# The gmm-function implements builtin Gaussian Mixture Model with four different types of covariance matrices\n+# Gaus... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3407] GMM missing docs |
49,722 | 13.07.2022 22:04:21 | -7,200 | c51a85841669e2814674159c1efe51ea46409dab | [MINOR] shlosserEstimator update and fix
Minor test and cleanup in sample estimators | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/compress/estim/sample/HassAndStokes.java",
"new_path": "src/main/java/org/apache/sysds/runtime/compress/estim/sample/HassAndStokes.java",
"diff": "@@ -24,8 +24,8 @@ import java.util.HashMap;\nimport org.apache.commons.mat... | Java | Apache License 2.0 | apache/systemds | [MINOR] shlosserEstimator update and fix
Minor test and cleanup in sample estimators |
49,700 | 22.07.2022 10:39:00 | -7,200 | 03fc10328a18fe731d9d2089e25802518cb26d27 | Federated Rewriting Fixes
Edit Repetition Estimate Update To Prevent Infinite Loops.
Add Memo Table Size Explain and Fed Instruction Parsing Detail.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/hops/Hop.java",
"new_path": "src/main/java/org/apache/sysds/hops/Hop.java",
"diff": "@@ -94,6 +94,7 @@ public abstract class Hop implements ParseInfo {\nprotected FederatedOutput _federatedOutput = FederatedOutput.NONE;\nprotecte... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3018] Federated Rewriting Fixes
Edit Repetition Estimate Update To Prevent Infinite Loops.
Add Memo Table Size Explain and Fed Instruction Parsing Detail.
Closes #1669. |
49,700 | 26.07.2022 11:56:00 | -7,200 | 549ae3175d8da0ee62a72da0be26bb478403ba1c | Privacy Constraint Mock Config
Add Privacy Constraint Mock Config.
Use Mock of Privacy Constraints in Loading of Privacy Constraints.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/conf/DMLConfig.java",
"new_path": "src/main/java/org/apache/sysds/conf/DMLConfig.java",
"diff": "@@ -120,6 +120,7 @@ public class DMLConfig\npublic static final String FEDERATED_PLANNER = \"sysds.federated.planner\";\npublic stat... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3018] Privacy Constraint Mock Config
Add Privacy Constraint Mock Config.
Use Mock of Privacy Constraints in Loading of Privacy Constraints.
Closes #1673. |
49,720 | 02.08.2022 16:41:14 | -7,200 | 1c07e5b249b78c9b192aab21e2d52115525e0d08 | Fix for built-in tests failure in Git actions
- This commit contains fixes for failing functions.builtin.part2 tests
- It install the missing library to fix failing R tests and ignore the tomeklink tests with a TODO | [
{
"change_type": "MODIFY",
"old_path": "docker/testsysds.Dockerfile",
"new_path": "docker/testsysds.Dockerfile",
"diff": "@@ -64,10 +64,12 @@ RUN apt-get update -qq \\\nhttp://archive.apache.org/dist/maven/maven-3/$MAVEN_VERSION/binaries/apache-maven-$MAVEN_VERSION-bin.tar.gz | tar xzf - \\\n&& mv a... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3415] Fix for built-in tests failure in Git actions
- This commit contains fixes for failing functions.builtin.part2 tests
- It install the missing library to fix failing R tests and ignore the tomeklink tests with a TODO |
49,738 | 04.08.2022 22:42:19 | -7,200 | 45d97202f64b00adb3a12c54988b185b6f12da27 | [MINOR] Fix builtin/parser datatype and size propagation issues | [
{
"change_type": "MODIFY",
"old_path": "scripts/builtin/executePipeline.dml",
"new_path": "scripts/builtin/executePipeline.dml",
"diff": "@@ -386,13 +386,13 @@ return (Matrix[Double] X, Matrix[Double] Y)\nsynthesized = matrix(0,0,0) # initialize variable\nstart_class = 1\nend_class = 0\n- k = table(... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fix builtin/parser datatype and size propagation issues |
49,738 | 05.08.2022 14:12:00 | -7,200 | 47ea25f624c178e155371637d6b2528064a9a88f | [MINOR] Fix warnings, imports, and formatting issues | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/api/PythonDMLScript.java",
"new_path": "src/main/java/org/apache/sysds/api/PythonDMLScript.java",
"diff": "@@ -22,7 +22,6 @@ package org.apache.sysds.api;\nimport org.apache.commons.logging.Log;\nimport org.apache.commons.logging... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fix warnings, imports, and formatting issues |
49,738 | 05.08.2022 15:03:51 | -7,200 | 4a62c5214c0a08edf492ce49dc5841f4c7600a15 | Fix integer overflow in fast-buffered-input-stream
This patch fixes an integer overflow---encountered when deserializing
large, multi-array matrix blocks---where the individual chunks are close
to INT_MAX. In such cases, the integer loop variable i+=_bufflen/8
did overflow on the increment by += (bufflen (default 8K) div 8),
running into index-out-of-bounds with negative indexes. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/util/FastBufferedDataInputStream.java",
"new_path": "src/main/java/org/apache/sysds/runtime/util/FastBufferedDataInputStream.java",
"diff": "@@ -158,14 +158,15 @@ public class FastBufferedDataInputStream extends FilterInp... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3417] Fix integer overflow in fast-buffered-input-stream
This patch fixes an integer overflow---encountered when deserializing
large, multi-array matrix blocks---where the individual chunks are close
to INT_MAX. In such cases, the integer loop variable i+=_bufflen/8
did overflow on the increment by += (bufflen (default 8K) div 8),
running into index-out-of-bounds with negative indexes. |
49,738 | 05.08.2022 16:10:07 | -7,200 | 674b4e5941f81782e57bcfa05b64b6c89860d55f | [MINOR] Fix corrupted -stats output (unchecked federated statistics) | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedStatistics.java",
"new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedStatistics.java",
"diff": "@@ -272,9 +272,12 @@ public class FederatedStatistics {\... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fix corrupted -stats output (unchecked federated statistics) |
49,738 | 07.08.2022 15:22:38 | -7,200 | 89720cc90aab994ac2ff11d213a324b22d2b1498 | [MINOR] Mark additional unary ops for multi-threaded operations
This patch adds a few missing operations so the compiler generates
multi-threaded unary operations. On 10M x 1K (80GB) round operations
this improved local performance substantially by more than 50s. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/hops/UnaryOp.java",
"new_path": "src/main/java/org/apache/sysds/hops/UnaryOp.java",
"diff": "@@ -173,8 +173,8 @@ public class UnaryOp extends MultiThreadedHop\nfinal boolean inplace = OptimizerUtils.ALLOW_UNARY_UPDATE_IN_PLACE &&... | Java | Apache License 2.0 | apache/systemds | [MINOR] Mark additional unary ops for multi-threaded operations
This patch adds a few missing operations so the compiler generates
multi-threaded unary operations. On 10M x 1K (80GB) round operations
this improved local performance substantially by more than 50s. |
49,738 | 07.08.2022 15:53:25 | -7,200 | 848878820589943fce6c5751d5ed04ca884a9a2d | Fix missing large block support in replace operations
So far the existing sparse-dense and dense-dense replace operations only
supported normal dense blocks with up to 16GB and thus failed on large
multi-block dense blocks. This patch generalizes the existing kernels
with negligible runtime overhead for small blocks. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/matrix/data/MatrixBlock.java",
"new_path": "src/main/java/org/apache/sysds/runtime/matrix/data/MatrixBlock.java",
"diff": "@@ -5249,40 +5249,45 @@ public class MatrixBlock extends MatrixValue implements CacheBlock, Extern... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3418] Fix missing large block support in replace operations
So far the existing sparse-dense and dense-dense replace operations only
supported normal dense blocks with up to 16GB and thus failed on large
multi-block dense blocks. This patch generalizes the existing kernels
with negligible runtime overhead for small blocks. |
49,738 | 07.08.2022 16:40:10 | -7,200 | bc372e7a91594bdfa356d0d9139893d8d6a15c98 | Fix block size handling replace operations
The recent fix of replace operations for large blocks introduced a bug
taking the blockSize (number of rows per block) instead of the size of
the black (number of cells per block) as loop bounds. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/matrix/data/MatrixBlock.java",
"new_path": "src/main/java/org/apache/sysds/runtime/matrix/data/MatrixBlock.java",
"diff": "@@ -5275,7 +5275,7 @@ public class MatrixBlock extends MatrixValue implements CacheBlock, External... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3418] Fix block size handling replace operations
The recent fix of replace operations for large blocks introduced a bug
taking the blockSize (number of rows per block) instead of the size of
the black (number of cells per block) as loop bounds. |
49,738 | 13.08.2022 23:57:29 | -7,200 | 71f993de7056ef51ca58420e5f8cbb01524cf47d | Fix cleaning pipeline execution (rm rows robustness)
This patch fixes the robustness of cleaning pipeline execution,
specifically for the case of cleaning primitives that remove rows
(e.g., outlierBySD/outlierByIQR repairMethod=0). In these cases an
element-wise comparison of the original and modified dataset fails with
incompatible dimensions. | [
{
"change_type": "MODIFY",
"old_path": "scripts/builtin/executePipeline.dml",
"new_path": "scripts/builtin/executePipeline.dml",
"diff": "@@ -72,7 +72,6 @@ s_executePipeline = function(Frame[String] pipeline, Matrix[Double] Xtrain, Mat\nfor(i in 1:ncol(pipeline)) {\nop = as.scalar(pipeline[1,i])\nap... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3419] Fix cleaning pipeline execution (rm rows robustness)
This patch fixes the robustness of cleaning pipeline execution,
specifically for the case of cleaning primitives that remove rows
(e.g., outlierBySD/outlierByIQR repairMethod=0). In these cases an
element-wise comparison of the original and modified dataset fails with
incompatible dimensions. |
49,682 | 26.07.2022 10:14:36 | -7,200 | de3b9703d689d7877ccd8c7746ba10e42941fafa | [MINOR] Add FrameBlock FP32 FloatArray datatype.
This commit fixes the FP32 case for the supported data types in the
frame block, it also fixes the int32 case for estimating sizes.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/matrix/data/FrameBlock.java",
"new_path": "src/main/java/org/apache/sysds/runtime/matrix/data/FrameBlock.java",
"diff": "@@ -640,6 +640,7 @@ public class FrameBlock implements CacheBlock, Externalizable {\ncase INT64: ret... | Java | Apache License 2.0 | apache/systemds | [MINOR] Add FrameBlock FP32 FloatArray datatype.
This commit fixes the FP32 case for the supported data types in the
frame block, it also fixes the int32 case for estimating sizes.
Closes #1671 |
49,706 | 18.08.2022 14:22:56 | -7,200 | 0b7a6a9361ae84ada2e32368a365fd851aa15382 | [MINOR] Supress warnings in generated Protos file | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/protobuf/SysdsProtos.java",
"new_path": "src/main/java/org/apache/sysds/protobuf/SysdsProtos.java",
"diff": "@@ -227,6 +227,7 @@ public final class SysdsProtos {\n}\n@java.lang.Override\n+ @SuppressWarnings(\"unchecked\")\npublic... | Java | Apache License 2.0 | apache/systemds | [MINOR] Supress warnings in generated Protos file |
49,706 | 18.08.2022 15:39:48 | -7,200 | a411e80f40975720ec20688c0acd699b63d8bce3 | [MINOR] Fix syntax warnings introduced in | [
{
"change_type": "MODIFY",
"old_path": "pom.xml",
"new_path": "pom.xml",
"diff": "<log4j.version>2.17.2</log4j.version>\n<!-- Set java compile level via argument, ex: 1.8 1.9 10 11-->\n<java.level>11</java.level>\n+ <java.version>{java.level}</java.version>\n<!-->Testing settings<!-->\n<maven.test.s... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fix syntax warnings introduced in SYSTEMDS-3385 |
49,706 | 19.08.2022 16:44:35 | -7,200 | 22a8e12d38f9134c4eb006d1ceca6f773a412416 | [MINOR] Add stats test for python | [
{
"change_type": "MODIFY",
"old_path": "src/main/python/tests/basics/test_context_creation.py",
"new_path": "src/main/python/tests/basics/test_context_creation.py",
"diff": "@@ -49,3 +49,4 @@ class TestContextCreation(unittest.TestCase):\nb.close()\nc.close()\nd.close()\n+\n"
},
{
"change_ty... | Java | Apache License 2.0 | apache/systemds | [MINOR] Add stats test for python |
49,720 | 19.08.2022 12:34:53 | -7,200 | 6d84711dce9142f3e2542356ab328a122025b622 | [MINOR] Cleanups in builtin scripts (i.e., removing unnecessary variables and branches) | [
{
"change_type": "MODIFY",
"old_path": "scripts/builtin/bandit.dml",
"new_path": "scripts/builtin/bandit.dml",
"diff": "@@ -640,6 +640,7 @@ run_with_hyperparamNested = function(Frame[Unknown] ph_pip, Integer r_i = 1, Mat\nparfor(i in 1:nrow(ph_pip), check = 0) # , opt=CONSTRAINED, mode=REMOTE_SPARK\... | Java | Apache License 2.0 | apache/systemds | [MINOR] Cleanups in builtin scripts (i.e., removing unnecessary variables and branches) |
49,720 | 19.08.2022 21:02:49 | -7,200 | f45dea0963cfd190e289875aca68ab628af3deb9 | [MINOR] Cleanups in builtin scripts (i.e., formatting & removal of print statements) | [
{
"change_type": "MODIFY",
"old_path": "scripts/builtin/bandit.dml",
"new_path": "scripts/builtin/bandit.dml",
"diff": "@@ -85,7 +85,7 @@ m_bandit = function(Matrix[Double] X_train, Matrix[Double] Y_train, Matrix[Doubl\nB = (s_max + 1) * R;\ns_max = s_max - 1\nidx = 1\n- for(s in s_max:0, check = 0)... | Java | Apache License 2.0 | apache/systemds | [MINOR] Cleanups in builtin scripts (i.e., formatting & removal of print statements) |
49,698 | 21.08.2022 08:18:05 | -19,080 | efbbc0d2d6b6a3ac957448bf0bc3e5b5d574218c | Add monitoring tool testing workflows
Test that the angular app builds without any issues.
Closes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".github/workflows/monitoringUITests.yml",
"diff": "+#-------------------------------------------------------------\n+#\n+# Licensed to the Apache Software Foundation (ASF) under one\n+# or more contributor license agreements. See the NOTICE file... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3422] Add monitoring tool testing workflows
Test that the angular app builds without any issues.
Closes #1687. |
49,700 | 02.08.2022 15:25:43 | -7,200 | 853ecd73537a3c6f3d0352f272048ba7e519eefe | [MINOR] Add FederatedCompilationTimer
Closes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/main/java/org/apache/sysds/hops/fedplanner/FederatedCompilationTimer.java",
"diff": "+/*\n+ * Licensed to the Apache Software Foundation (ASF) under one\n+ * or more contributor license agreements. See the NOTICE file\n+ * distributed with t... | Java | Apache License 2.0 | apache/systemds | [MINOR] Add FederatedCompilationTimer
Closes #1674. |
49,720 | 24.08.2022 13:28:52 | -7,200 | 181d18d55a967d33df9a09edf0beb3bf17d3b6b2 | [MINOR] Minors fixes in cleaning scripts | [
{
"change_type": "MODIFY",
"old_path": "scripts/builtin/executePipeline.dml",
"new_path": "scripts/builtin/executePipeline.dml",
"diff": "@@ -376,7 +376,7 @@ return (Matrix[Double] X, Matrix[Double] Y)\nminClass = min(classes)\nmaxClass = max(classes)\ndiff = (maxClass - minClass)/sum(classes)\n- if... | Java | Apache License 2.0 | apache/systemds | [MINOR] Minors fixes in cleaning scripts |
49,720 | 24.08.2022 15:09:46 | -7,200 | 8aaa8f945c651af8a0fc5fc8245db5190841f157 | [MINOR] Fixing fit_pipeline() test by evaluating the percentage of error instead of exact matches | [
{
"change_type": "MODIFY",
"old_path": "scripts/pipelines/properties/testPrimitives.csv",
"new_path": "scripts/pipelines/properties/testPrimitives.csv",
"diff": "ED,MVI,OTLR,EC,SCALE,CI,DUMMY,DIM\nimputeByFd,imputeByMean,winsorize,imputeByMean,scale,abstain,dummycoding,pca\n-outlierBySd,imputeByMedi... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fixing fit_pipeline() test by evaluating the percentage of error instead of exact matches |
49,706 | 24.08.2022 15:55:49 | -7,200 | c0189504432cecf09c6629442fab5e04c9edfc8a | Federated Statistics print in non federated scenario | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedRequest.java",
"new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedRequest.java",
"diff": "@@ -211,11 +211,22 @@ public class FederatedRequest implements... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3424] Federated Statistics print in non federated scenario |
49,700 | 26.08.2022 16:24:16 | -7,200 | e964be2cca10a11e357f777a1009dd772f99a5a5 | [MINOR] Add Matrix Multiplication Chain Test and Fix Runtime Bug
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/AggregateBinaryFEDInstruction.java",
"new_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/AggregateBinaryFEDInstruction.java",
"diff": "@@ -124,7 +124,13 @@ public class AggregateBinaryFED... | Java | Apache License 2.0 | apache/systemds | [MINOR] Add Matrix Multiplication Chain Test and Fix Runtime Bug
Closes #1690. |
49,738 | 03.09.2022 19:53:14 | -7,200 | 58c6cf8cd76270a9b4d73043d89eb6077a313431 | [MINOR] Cleanup misc warnings and formatting issues | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/ADictBasedColGroup.java",
"new_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/ADictBasedColGroup.java",
"diff": "@@ -35,6 +35,7 @@ import org.apache.sysds.runtime.data.SparseBlock;\nimp... | Java | Apache License 2.0 | apache/systemds | [MINOR] Cleanup misc warnings and formatting issues |
49,738 | 04.09.2022 00:15:38 | -7,200 | e749c3d8f824c8c193923d1bf5d1367d7896cf09 | [MINOR] Fix top-k cleaning pipeline (invalid check for convergence) | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/org/apache/sysds/test/functions/frame/FrameConstructorTest.java",
"new_path": "src/test/java/org/apache/sysds/test/functions/frame/FrameConstructorTest.java",
"diff": "@@ -183,8 +183,7 @@ public class FrameConstructorTest extends AutomatedTestBas... | Java | Apache License 2.0 | apache/systemds | [MINOR] Fix top-k cleaning pipeline (invalid check for convergence) |
49,706 | 14.09.2022 18:45:37 | -7,200 | 56ac3a82f91281cfd540d555f92bfc6282184263 | CLA ArrayOutOfBounds in sample
More sparse specific tests and edge case fixes.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/offset/OffsetFactory.java",
"new_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/offset/OffsetFactory.java",
"diff": "@@ -21,6 +21,7 @@ package org.apache.sysds.runtime.compress.colgroup... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3436] CLA ArrayOutOfBounds in sample
More sparse specific tests and edge case fixes.
Closes #1695 |
49,682 | 29.08.2022 09:46:22 | -7,200 | 35f4e79b5483415c568dbf93aeec9311e86fe87c | Estimate NNZ/sparsity in bindResponses
This commit analyze if the result matrix should be sparse before
allocation when getting a federated response back to the controller,
And allocate a sparse or dense matrix accordingly.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederationUtils.java",
"new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederationUtils.java",
"diff": "@@ -539,7 +539,13 @@ public class FederationUtils {\npublic stat... | Java | Apache License 2.0 | apache/systemds | [SYSTEMS-3432] Estimate NNZ/sparsity in bindResponses
This commit analyze if the result matrix should be sparse before
allocation when getting a federated response back to the controller,
And allocate a sparse or dense matrix accordingly.
Closes #1692 |
49,706 | 15.09.2022 22:55:26 | -7,200 | 75df84d77c81dc4f088324a1b0b919c2cf99550b | [MINOR] Python NoReturn source test add sleep | [
{
"change_type": "MODIFY",
"old_path": "src/main/python/systemds/operator/algorithm/builtin/l2svm.py",
"new_path": "src/main/python/systemds/operator/algorithm/builtin/l2svm.py",
"diff": "@@ -33,22 +33,24 @@ def l2svm(X: Matrix,\nY: Matrix,\n**kwargs: Dict[str, VALID_INPUT_TYPES]):\n\"\"\"\n- Builti... | Java | Apache License 2.0 | apache/systemds | [MINOR] Python NoReturn source test add sleep |
49,682 | 26.08.2022 14:13:12 | -7,200 | 652b4077be6d5dd8b453b775bfe230a805a3f390 | Federated Multithreaded transformencode
This commit adds a patch to transfer transform encode as multithreaded
to the federated site.
Closes | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.java",
"new_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/MultiReturnParameterizedBuiltinFEDInstruction.java",
"diff": "@@ -36,6 +36,7 @@ im... | Java | Apache License 2.0 | apache/systemds | [SYSTEMDS-3429] Federated Multithreaded transformencode
This commit adds a patch to transfer transform encode as multithreaded
to the federated site.
Closes #1689 |
49,706 | 30.09.2022 14:52:11 | -7,200 | 524ce9474a3a8aeb090990717d776705a7676640 | [MINOR] Add retry on failing monitor test | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/org/apache/sysds/test/functions/federated/monitoring/FederatedCoordinatorIntegrationCRUDTest.java",
"new_path": "src/test/java/org/apache/sysds/test/functions/federated/monitoring/FederatedCoordinatorIntegrationCRUDTest.java",
"diff": "@@ -25,7 +... | Java | Apache License 2.0 | apache/systemds | [MINOR] Add retry on failing monitor test |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.