svn commit: r25921 - /dev/systemml/1.1.0-rc2/

2018-03-23 Thread reinwald
Author: reinwald Date: Fri Mar 23 23:48:37 2018 New Revision: 25921 Log: Apache SystemML 1.1.0-rc2 Added: dev/systemml/1.1.0-rc2/ dev/systemml/1.1.0-rc2/systemml-1.1.0-bin.tgz (with props) dev/systemml/1.1.0-rc2/systemml-1.1.0-bin.tgz.asc

[systemml] Git Push Summary

2018-03-23 Thread reinwald
Repository: systemml Updated Tags: refs/tags/v1.1.0-rc2 [created] 6fbe88aea

systemml git commit: [maven-release-plugin] prepare for next development iteration

2018-03-23 Thread reinwald
Repository: systemml Updated Branches: refs/heads/master deddaee1f -> 140f1e1b7 [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/140f1e1b Tree:

systemml git commit: [maven-release-plugin] prepare release v1.1.0-rc2

2018-03-23 Thread reinwald
Repository: systemml Updated Branches: refs/heads/master c6a8715ee -> deddaee1f [maven-release-plugin] prepare release v1.1.0-rc2 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/deddaee1 Tree:

[04/10] systemml git commit: [SYSTEMML-2191] Cleanup exception hierarchy and handling, part 1

2018-03-23 Thread mboehm7
http://git-wip-us.apache.org/repos/asf/systemml/blob/215a1cc6/src/main/java/org/apache/sysml/runtime/instructions/gpu/context/GPUObject.java -- diff --git

[09/10] systemml git commit: [SYSTEMML-2191] Cleanup exception hierarchy and handling, part 1

2018-03-23 Thread mboehm7
http://git-wip-us.apache.org/repos/asf/systemml/blob/215a1cc6/src/main/java/org/apache/sysml/hops/QuaternaryOp.java -- diff --git a/src/main/java/org/apache/sysml/hops/QuaternaryOp.java

[02/10] systemml git commit: [SYSTEMML-2202] Remove global data flow optimizer prototype (level 4)

2018-03-23 Thread mboehm7
[SYSTEMML-2202] Remove global data flow optimizer prototype (level 4) This patch removes the early prototype of the global data flow optimizer, which was written for map-reduce and never reached production-ready status. While the general idea is still viable, we would need to redesign it from

[10/10] systemml git commit: [SYSTEMML-2191] Cleanup exception hierarchy and handling, part 1

2018-03-23 Thread mboehm7
[SYSTEMML-2191] Cleanup exception hierarchy and handling, part 1 This patch converts the entire DMLException hierarchy to runtime exceptions to ease the APIs and internal handling, removes unnecessary exceptions such as the CacheException, and removes unnecessary throws clauses and their useless

[07/10] systemml git commit: [SYSTEMML-2191] Cleanup exception hierarchy and handling, part 1

2018-03-23 Thread mboehm7
http://git-wip-us.apache.org/repos/asf/systemml/blob/215a1cc6/src/main/java/org/apache/sysml/lops/Compression.java -- diff --git a/src/main/java/org/apache/sysml/lops/Compression.java

[06/10] systemml git commit: [SYSTEMML-2191] Cleanup exception hierarchy and handling, part 1

2018-03-23 Thread mboehm7
http://git-wip-us.apache.org/repos/asf/systemml/blob/215a1cc6/src/main/java/org/apache/sysml/lops/compile/Dag.java -- diff --git a/src/main/java/org/apache/sysml/lops/compile/Dag.java

[01/10] systemml git commit: [SYSTEMML-2202] Remove global data flow optimizer prototype (level 4)

2018-03-23 Thread mboehm7
Repository: systemml Updated Branches: refs/heads/master 140f1e1b7 -> 215a1cc6b http://git-wip-us.apache.org/repos/asf/systemml/blob/b3419b09/src/main/java/org/apache/sysml/hops/globalopt/gdfresolve/GDFMismatchHeuristicBlocksizeOrFirst.java

[08/10] systemml git commit: [SYSTEMML-2191] Cleanup exception hierarchy and handling, part 1

2018-03-23 Thread mboehm7
http://git-wip-us.apache.org/repos/asf/systemml/blob/215a1cc6/src/main/java/org/apache/sysml/hops/rewrite/RewriteAlgebraicSimplificationDynamic.java -- diff --git

[05/10] systemml git commit: [SYSTEMML-2191] Cleanup exception hierarchy and handling, part 1

2018-03-23 Thread mboehm7
http://git-wip-us.apache.org/repos/asf/systemml/blob/215a1cc6/src/main/java/org/apache/sysml/parser/IfStatementBlock.java -- diff --git a/src/main/java/org/apache/sysml/parser/IfStatementBlock.java

[03/10] systemml git commit: [SYSTEMML-2190] Change parser/hops block sizes from long to int

2018-03-23 Thread mboehm7
[SYSTEMML-2190] Change parser/hops block sizes from long to int This patch refactors the parser and hop data structures to use int instead of long block sizes for consistency the runtime and avoid unnecessarily bloated compiler data structures. Project:

systemml git commit: [MINOR][SYSTEMML-2202] Fix MLContext ScriptExecutor javadoc consistency

2018-03-23 Thread mboehm7
Repository: systemml Updated Branches: refs/heads/master 215a1cc6b -> ad41c3a46 [MINOR][SYSTEMML-2202] Fix MLContext ScriptExecutor javadoc consistency Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/ad41c3a4 Tree: