incubator-systemml git commit: [SYSTEMML-1438] Extended code generator (celltmpl min/max agg, fixes)

2017-03-27 Thread mboehm7
Repository: incubator-systemml Updated Branches: refs/heads/master af93ca8a4 -> af1a8d852 [SYSTEMML-1438] Extended code generator (celltmpl min/max agg, fixes) This patch adds support for min and max aggregations (full, row-wise) in cell templates, which includes various runtime extensions bec

incubator-systemml git commit: [MINOR] Cleanup of some comments

2017-03-27 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master ee6bc8ce2 -> af93ca8a4 [MINOR] Cleanup of some comments Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/af93ca8a Tree: http://gi

[incubator-systemml] Git Push Summary [forced push!] [Forced Update!]

2017-03-27 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master 346d1c01a -> ee6bc8ce2 (forced update)

[2/2] incubator-systemml git commit: Use Apache Commons CLI to parse command line arguments in DMLScript

2017-03-27 Thread nakul02
Use Apache Commons CLI to parse command line arguments in DMLScript - Uses Apache Commons CLI 1.2 to parse command line options - Known limitation - strips arguments of leading and trailing double quotes - Changed scripts to accept "-config " instead of "-config=" - Instead of "-gpu force=true",

[1/2] incubator-systemml git commit: [SYSTEMML-1431] Throw controlled error when one-dimensional numpy array is passed to SystemML

2017-03-27 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/gh-pages 7407b7001 -> 8a125c75c [SYSTEMML-1431] Throw controlled error when one-dimensional numpy array is passed to SystemML Here is an example pyspark session demonstrating this PR: >>> from mlxtend.data import mnist_data >>> impor

[3/3] incubator-systemml git commit: Use Apache Commons CLI to parse command line arguments in DMLScript

2017-03-27 Thread nakul02
Use Apache Commons CLI to parse command line arguments in DMLScript - Uses Apache Commons CLI 1.2 to parse command line options - Known limitation - strips arguments of leading and trailing double quotes - Changed scripts to accept "-config " instead of "-config=" - Instead of "-gpu force=true",

[1/3] incubator-systemml git commit: Use Apache Commons CLI to parse command line arguments in DMLScript

2017-03-27 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master ee6bc8ce2 -> 346d1c01a http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/346d1c01/src/test/java/org/apache/sysml/test/unit/CLIOptionsParserTest.java --

[2/3] incubator-systemml git commit: Use Apache Commons CLI to parse command line arguments in DMLScript

2017-03-27 Thread nakul02
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/346d1c01/src/main/java/org/apache/sysml/api/DMLScript.java -- diff --git a/src/main/java/org/apache/sysml/api/DMLScript.java b/src/main/java/org/apache/sysml/api/DMLSc

incubator-systemml git commit: [SYSTEMML-1250] Binary artifact missing antlr-runtime and wink-json4j classes

2017-03-27 Thread acs_s
Repository: incubator-systemml Updated Branches: refs/heads/branch-0.12 7884d7142 -> 83fcd55ad [SYSTEMML-1250] Binary artifact missing antlr-runtime and wink-json4j classes Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/

incubator-systemml git commit: [SYSTEMML-1250] Binary artifact missing antlr-runtime and wink-json4j classes

2017-03-27 Thread acs_s
Repository: incubator-systemml Updated Branches: refs/heads/master 49499fbbb -> ee6bc8ce2 [SYSTEMML-1250] Binary artifact missing antlr-runtime and wink-json4j classes Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incub

incubator-systemml git commit: [SYSTEMML-1440] Automate Release Artifact verification

2017-03-27 Thread acs_s
Repository: incubator-systemml Updated Branches: refs/heads/master d33537a93 -> 49499fbbb [SYSTEMML-1440] Automate Release Artifact verification Closes #439. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-syst

incubator-systemml git commit: [SYSTEMML-1438] Extended code generator (celltmpl w/ sumsq aggregation)

2017-03-27 Thread mboehm7
Repository: incubator-systemml Updated Branches: refs/heads/master 640df186a -> d33537a93 [SYSTEMML-1438] Extended code generator (celltmpl w/ sumsq aggregation) This patch extend the code generator w/ support for sum_squared aggregation in cell templates, which is important if ran in default