[3/4] incubator-systemml git commit: [SYSTEMML-1303] Remove deprecated old MLContext API

2017-05-25 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/7ba17c7f/src/main/java/org/apache/sysml/api/MLMatrix.java -- diff --git a/src/main/java/org/apache/sysml/api/MLMatrix.java b/src/main/java/org/apache/sysml/api/MLMatri

[4/4] incubator-systemml git commit: [SYSTEMML-1303] Remove deprecated old MLContext API

2017-05-25 Thread deron
[SYSTEMML-1303] Remove deprecated old MLContext API Remove deprecated old MLContext API, scheduled to be removed in version 1.0.0. Closes #511. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/7ba17

[1/4] incubator-systemml git commit: [SYSTEMML-1303] Remove deprecated old MLContext API

2017-05-25 Thread deron
Repository: incubator-systemml Updated Branches: refs/heads/master 0a89676fa -> 7ba17c7f6 http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/7ba17c7f/src/test/java/org/apache/sysml/test/integration/AutomatedTestBase.java --

[2/4] incubator-systemml git commit: [SYSTEMML-1303] Remove deprecated old MLContext API

2017-05-25 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/7ba17c7f/src/main/java/org/apache/sysml/runtime/controlprogram/context/SparkExecutionContext.java -- diff --git a/src/main/java/org/apache/sysml/runtime/controlprogram

incubator-systemml git commit: [SYSTEMML-1380] Kmeans isY and verb parameters should be boolean

2017-05-25 Thread deron
Repository: incubator-systemml Updated Branches: refs/heads/gh-pages c067a5858 -> bc14cf295 [SYSTEMML-1380] Kmeans isY and verb parameters should be boolean Change Kmeans.dml isY and verb parameters to boolean. Closes #516. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/

incubator-systemml git commit: [SYSTEMML-1380] Kmeans isY and verb parameters should be boolean

2017-05-25 Thread deron
Repository: incubator-systemml Updated Branches: refs/heads/master d69f3441c -> 0a89676fa [SYSTEMML-1380] Kmeans isY and verb parameters should be boolean Change Kmeans.dml isY and verb parameters to boolean. Closes #516. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/re

[2/2] incubator-systemml git commit: [SYSTEMML-1632] Support loading and saving models via mllearn

2017-05-25 Thread niketanpansare
[SYSTEMML-1632] Support loading and saving models via mllearn - Also, updated documentation and fixed bugs. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/c067a585 Tree: http://git-wip-us.apache.or

[1/2] incubator-systemml git commit: [SYSTEMML-1629] Code format for IntelliJ

2017-05-25 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/gh-pages 8b4c2b7a8 -> c067a5858 [SYSTEMML-1629] Code format for IntelliJ Add code style file for IntelliJ so that annotation formatting can be handled in a similar fashion for both Eclipse and IntelliJ. Closes #515. Project: http:/

[2/2] incubator-systemml git commit: [SYSTEMML-1632] Support loading and saving models via mllearn

2017-05-25 Thread niketanpansare
[SYSTEMML-1632] Support loading and saving models via mllearn - Also, updated documentation and fixed bugs. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/d69f3441 Tree: http://git-wip-us.apache.or

[1/2] incubator-systemml git commit: [SYSTEMML-1632] Support loading and saving models via mllearn

2017-05-25 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master d36a0c1b0 -> d69f3441c http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/d69f3441/src/main/python/systemml/mllearn/estimators.py -- diff --git a/sr

incubator-systemml git commit: [SYSTEMML-1629] Code format for IntelliJ

2017-05-25 Thread deron
Repository: incubator-systemml Updated Branches: refs/heads/master ab1c70508 -> d36a0c1b0 [SYSTEMML-1629] Code format for IntelliJ Add code style file for IntelliJ so that annotation formatting can be handled in a similar fashion for both Eclipse and IntelliJ. Closes #515. Project: http://g

incubator-systemml git commit: [SYSTEMML-1592] Improved codegen cellwise operations w/ sparse outputs

2017-05-25 Thread mboehm7
Repository: incubator-systemml Updated Branches: refs/heads/master c697c30eb -> ab1c70508 [SYSTEMML-1592] Improved codegen cellwise operations w/ sparse outputs This patch improves codegen cellwise operations with the ability to directly create sparse outputs instead of dense intermediates and

svn commit: r1796228 - in /incubator/systemml/site: community.html index.html

2017-05-25 Thread gweidner
Author: gweidner Date: Thu May 25 23:42:15 2017 New Revision: 1796228 URL: http://svn.apache.org/viewvc?rev=1796228&view=rev Log: [SYSTEMML-1622] Remove incubator from email references Modified: incubator/systemml/site/community.html incubator/systemml/site/index.html Modified: incubator

incubator-systemml-website git commit: [SYSTEMML-1622] Remove incubator from email references

2017-05-25 Thread gweidner
Repository: incubator-systemml-website Updated Branches: refs/heads/master 65eb7dc27 -> 44355b0cc [SYSTEMML-1622] Remove incubator from email references Switched email addresses to systemml.apache.org (removed incubator) in community.html, index.html via changes to home.html, project.yml and _

[1/2] incubator-systemml git commit: [SYSTEMML-1627] Fix guarded parallelize of matrices collected from rdds

2017-05-25 Thread mboehm7
Repository: incubator-systemml Updated Branches: refs/heads/master 841a4d030 -> c697c30eb [SYSTEMML-1627] Fix guarded parallelize of matrices collected from rdds This patch fixes special cases of rdd construction, where rdds are created from in-memory matrices that have been previously collect

[2/2] incubator-systemml git commit: [MINOR] Fix codegen row template construction (input ordering w/ vma)

2017-05-25 Thread mboehm7
[MINOR] Fix codegen row template construction (input ordering w/ vma) Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/c697c30e Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/c697

incubator-systemml git commit: [SYSTEMML-1622] Remove incubator from email references

2017-05-25 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/gh-pages de81e9bbf -> 8b4c2b7a8 [SYSTEMML-1622] Remove incubator from email references Updated email addresses to systemml.apache.org (removed incubator) in pom, md, readme files. Closes #514. Project: http://git-wip-us.apache.org/

incubator-systemml git commit: [SYSTEMML-1622] Remove incubator from email references

2017-05-25 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master eea72ce57 -> 841a4d030 [SYSTEMML-1622] Remove incubator from email references Updated email addresses to systemml.apache.org (removed incubator) in pom, md, readme files. Closes #514. Project: http://git-wip-us.apache.org/re

svn commit: r1796193 - /incubator/systemml/site/roadmap.html

2017-05-25 Thread gweidner
Author: gweidner Date: Thu May 25 20:30:06 2017 New Revision: 1796193 URL: http://svn.apache.org/viewvc?rev=1796193&view=rev Log: Minor correction for BLAS in roadmap Modified: incubator/systemml/site/roadmap.html Modified: incubator/systemml/site/roadmap.html URL: http://svn.apache.org/vie

incubator-systemml-website git commit: Minor correction for BLAS in roadmap

2017-05-25 Thread gweidner
Repository: incubator-systemml-website Updated Branches: refs/heads/master 83b7ec8b5 -> 65eb7dc27 Minor correction for BLAS in roadmap Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/com