incubator-systemml git commit: [SYSTEMML-855] Update the documentation for Python users

2017-02-09 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 457a97db8 -> 0f2085498 [SYSTEMML-855] Update the documentation for Python users Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

[2/2] incubator-systemml git commit: [SYSTEMML-855] Update the documentation for Python users

2017-02-09 Thread niketanpansare
[SYSTEMML-855] Update the documentation for Python users Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/51da13ee Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/51da13ee Diff:

[1/2] incubator-systemml git commit: [SYSTEMML-1209] Add configurable API Docs menu to docs header

2017-02-09 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/gh-pages bfb93b03c -> 51da13ee3 [SYSTEMML-1209] Add configurable API Docs menu to docs header Add configurable API Docs menu to docs header to link to generated API docs from versioned documentation. Project:

svn commit: r1782425 - in /incubator/systemml/site: download.html get-started.html

2017-02-09 Thread deron
Author: deron Date: Fri Feb 10 02:08:54 2017 New Revision: 1782425 URL: http://svn.apache.org/viewvc?rev=1782425=rev Log: Python updates to download and get-started for 0.12 Modified: incubator/systemml/site/download.html incubator/systemml/site/get-started.html Modified:

incubator-systemml-website git commit: [MINOR] Update Download and Getting Started guide after 0.12.0 release.

2017-02-09 Thread deron
Repository: incubator-systemml-website Updated Branches: refs/heads/master 9a44c56bd -> af99b3c7c [MINOR] Update Download and Getting Started guide after 0.12.0 release. Closes #38. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo Commit:

[1/3] incubator-systemml git commit: [SYSTEMML-1150] Fix aggregate loop vectorization rewrite, incl tests

2017-02-09 Thread mboehm7
Repository: incubator-systemml Updated Branches: refs/heads/master 0f2085498 -> de1e119de [SYSTEMML-1150] Fix aggregate loop vectorization rewrite, incl tests Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

[3/3] incubator-systemml git commit: [SYSTEMML-1140] Performance conv2d_bias_add (cache-conscious transpose)

2017-02-09 Thread mboehm7
[SYSTEMML-1140] Performance conv2d_bias_add (cache-conscious transpose) Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/de1e119d Tree:

[2/3] incubator-systemml git commit: [SYSTEMML-1078] Fix missing nnz maintenance conv2d ops, incl cleanups

2017-02-09 Thread mboehm7
[SYSTEMML-1078] Fix missing nnz maintenance conv2d ops, incl cleanups This patch extends all conv2d operations by (so far unoptimized) nnz maintenance in order to prevent side effects with update-in-place and other operations that incrementally maintain the number of non-zeros. Project:

incubator-systemml git commit: [SYSTEMML-1234] Migrate FrameTest to new MLContext

2017-02-09 Thread deron
Repository: incubator-systemml Updated Branches: refs/heads/master d3cfcafcf -> 457a97db8 [SYSTEMML-1234] Migrate FrameTest to new MLContext Migrate FrameTest from old MLContext API to new MLContext API. Fix MLContextConversionUtil frameObjectToListStringIJV and frameObjectToListStringCSV to