incubator-systemml git commit: [SYSTEMML-771] Fix warnings in CsplineCG.dml and CsplineDS.dml

2016-06-24 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master be2632127 -> d8a8c3b69 [SYSTEMML-771] Fix warnings in CsplineCG.dml and CsplineDS.dml Closes #182. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-764] Add Univar-Stats.dml labeled console output

2016-07-19 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/gh-pages a11a73efd -> 9f325cc7d [SYSTEMML-764] Add Univar-Stats.dml labeled console output Added console output. Removed the existing table listing number and name of univariate statistics to avoid redundancy. Closes #192.

incubator-systemml git commit: [SYSTEMML-847] Remove LogisticRegression and LogisticRegressionModel in api/javaml

2016-08-05 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master 77363c0c6 -> d7b9cc467 [SYSTEMML-847] Remove LogisticRegression and LogisticRegressionModel in api/javaml Removed Java classes in api/javaml since corresponding Scala versions exist in api/ml. Closes #205. Project:

incubator-systemml git commit: [SYSTEMML-1198] Ensure release jar included an loaded in Python release artifact

2017-01-26 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master 14ddd3e90 -> 852ba1e78 [SYSTEMML-1198] Ensure release jar included an loaded in Python release artifact Added check for jar without 'snapshot' in file name to handle python artifact from release build. Closes #362. Project:

incubator-systemml git commit: [SYSTEMML-1198] Ensure release jar included an loaded in Python release artifact

2017-01-26 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/branch-0.12 379d69063 -> 6837b9a2e [SYSTEMML-1198] Ensure release jar included an loaded in Python release artifact Added check for jar without 'snapshot' in file name to handle python artifact from release build. Closes #362.

incubator-systemml git commit: [SYSTEMML-1266] Replace README.txt In Release Package

2017-02-20 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master d48121217 -> edb9e7786 [SYSTEMML-1266] Replace README.txt In Release Package Closes #401. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-1246] Use correct jar name in sparkDML.sh of -bin artifact

2017-02-17 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master 21b96855b -> cf92e8417 [SYSTEMML-1246] Use correct jar name in sparkDML.sh of -bin artifact Added resource filtering to set jar file name used in sparkDML.sh for -bin artifact only. Closes #399. Project:

incubator-systemml git commit: [SYSTEMML-1193] Update perftest runNaiveBayes.sh and doc for required probabilities parameter in naive-bayes-predict.dml

2017-02-13 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master 5665e152e -> af5be9b2e [SYSTEMML-1193] Update perftest runNaiveBayes.sh and doc for required probabilities parameter in naive-bayes-predict.dml Closes #353. Project:

incubator-systemml-website git commit: [SYSTEMML-1256] Add download link for previous releases

2017-02-13 Thread gweidner
Repository: incubator-systemml-website Updated Branches: refs/heads/master af99b3c7c -> 3c0db6ad1 [SYSTEMML-1256] Add download link for previous releases Added reference to previous releases at http://archive.apache.org/dist/incubator/systemml/ for download page. Closes #39. Project:

[2/2] incubator-systemml git commit: [SYSTEMML-776] Upgrade Spark version

2017-01-16 Thread gweidner
[SYSTEMML-776] Upgrade Spark version Switched DataFrame to Dataset, switched Iterable to Iterator, and updated constructors for Spark 2.0.2. Closes #340. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

[1/2] incubator-systemml git commit: [SYSTEMML-776] Upgrade Spark version

2017-01-16 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master 627fdbe2d -> a4c7be783 http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/a4c7be78/src/main/java/org/apache/sysml/runtime/instructions/spark/utils/RDDConverterUtils.java

incubator-systemml git commit: [SYSTEMML-922] Upgrade to latest ANTLR

2016-09-21 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master 38d087a76 -> 61a6dcb08 [SYSTEMML-922] Upgrade to latest ANTLR Changed build properties to use ANTRL 4.5.3 released March 2016. Fixed reserved name SKIP conflict in Pydml grammar with ANTLR versions above 4.5. Removed

incubator-systemml git commit: [SYSTEMML-868] Switch default to scala 2.10

2016-08-25 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master 97dee8fba -> 90f5cbba4 [SYSTEMML-868] Switch default to scala 2.10 Changed default scala properties to 2.10 and added scala-2.11 profile. Closes #219 Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo

incubator-systemml git commit: [SYSTEMML-999] Synchronize MLContext and Frame test suites

2016-09-30 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master c7d990ce6 -> f7e7a5fa8 [SYSTEMML-999] Synchronize MLContext and Frame test suites Included MLContextMultipleScriptsTest and MLContextScratchCleanupTest in corresponding package suite which restores 12 tests. Also updated

incubator-systemml git commit: [SYSTEMML-1022][SYSTEMML-1035] Update spark version and unit tests

2016-11-15 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master 638d213a0 -> e77205d9c [SYSTEMML-1022][SYSTEMML-1035] Update spark version and unit tests This patch updates Spark build version to 1.6.0 and fixes MLContextFrameTest with change to FrameRDDConverterUtils. Also added cast to

incubator-systemml git commit: [SYSTEMML-1052] Remove inmemory.jar and standalone.jar validation

2016-11-03 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/gh-pages 2dbf657c6 -> 1e866bd71 [SYSTEMML-1052] Remove inmemory.jar and standalone.jar validation Updated release-process for reduced artifact validation. Closes #280. Project:

incubator-systemml git commit: [SYSTEMML-1082] Fix typos in IDE Guide

2016-11-04 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master 638eabe8b -> 4b3938cdb [SYSTEMML-1082] Fix typos in IDE Guide Fixed typographical errors in IDE Guide. Removed additional reference to standalone-jar in release-process. Closes #282. Project:

incubator-systemml git commit: [SYSTEMML-874] Return LazyIterableIterator in PairFlatMapFunction call

2016-11-29 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master ce71ab16a -> d1f6ba389 [SYSTEMML-874] Return LazyIterableIterator in PairFlatMapFunction call Support both Iterable and Iterator in call method override of PairFlatMapFunction for classes already using LazyIterableIterator.

incubator-systemml git commit: [SYSTEMML-1145] Fix distribution build on Windows

2016-12-09 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master 051eef271 -> 984e0cb17 [SYSTEMML-1145] Fix distribution build on Windows Added platform.system() check to match file extension when renaming python artifact to prevent distribution build failure on Windows. Closes #313.

incubator-systemml git commit: [HOTFIX] Excluded files from rat check

2016-12-07 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master 029391337 -> 244941c6c [HOTFIX] Excluded files from rat check Added exclude of src/main/python/systemml.egginfo/* for requires.txt PKG-INFO top_level.txt dependency_links.txt SOURCES.txt Project:

incubator-systemml-website git commit: [MINOR] Update download page for release 0.13

2017-03-03 Thread gweidner
Repository: incubator-systemml-website Updated Branches: refs/heads/master 11d697660 -> 8d885d5b1 [MINOR] Update download page for release 0.13 Closes #40. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo Commit:

incubator-systemml-website git commit: [MINOR] Add roadmap for 0.13 plus links to JIRA release notes

2017-03-03 Thread gweidner
Repository: incubator-systemml-website Updated Branches: refs/heads/master 8d885d5b1 -> 9bebcc9ca [MINOR] Add roadmap for 0.13 plus links to JIRA release notes Closes #41. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo Commit:

systemml-website git commit: Switch KDD Tutorial download link

2017-08-14 Thread gweidner
Repository: systemml-website Updated Branches: refs/heads/master ea8e21aaf -> 4620131c3 Switch KDD Tutorial download link Project: http://git-wip-us.apache.org/repos/asf/systemml-website/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml-website/commit/4620131c Tree:

svn commit: r1804713 - in /systemml/site: get-started.html tutorial-kdd2017.html tutorials.html

2017-08-10 Thread gweidner
Author: gweidner Date: Thu Aug 10 19:42:18 2017 New Revision: 1804713 URL: http://svn.apache.org/viewvc?rev=1804713=rev Log: Add download button for KDD tutorial Modified: systemml/site/get-started.html systemml/site/tutorial-kdd2017.html systemml/site/tutorials.html Modified

systemml-website git commit: Add download button for KDD tutorial

2017-08-10 Thread gweidner
Repository: systemml-website Updated Branches: refs/heads/master e9e7be648 -> ea8e21aaf Add download button for KDD tutorial Project: http://git-wip-us.apache.org/repos/asf/systemml-website/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml-website/commit/ea8e21aa Tree:

systemml git commit: [SYSTEMML-1712] Minor corrections to algorithms demo notebook

2017-07-07 Thread gweidner
Repository: systemml Updated Branches: refs/heads/master 66b28c6e3 -> c5a330d7d [SYSTEMML-1712] Minor corrections to algorithms demo notebook Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/c5a330d7 Tree:

svn commit: r1800441 - /systemml/site/assets/css/main.css

2017-06-30 Thread gweidner
Author: gweidner Date: Fri Jun 30 16:31:17 2017 New Revision: 1800441 URL: http://svn.apache.org/viewvc?rev=1800441=rev Log: Include main.css updated from gulp Modified: systemml/site/assets/css/main.css Modified: systemml/site/assets/css/main.css URL: http://svn.apache.org/viewvc/systemml

systemml git commit: [SYSTEMML-1829] Add setConfig, resetConfig to Python MLContext

2017-08-08 Thread gweidner
Repository: systemml Updated Branches: refs/heads/master 815ca4f2a -> e1a762f65 [SYSTEMML-1829] Add setConfig, resetConfig to Python MLContext Added methods setConfig, resetConfig, isGPU, isForceGPU to Python MLContext for consistency with Java MLContext. Closes #608. Project:

systemml git commit: [MINOR] Ensure jar loaded for jvm_stdout

2017-08-07 Thread gweidner
Repository: systemml Updated Branches: refs/heads/master 70e5f29e8 -> 98a9d653d [MINOR] Ensure jar loaded for jvm_stdout Use _get_spark_context() instead of SparkContext._active_spark_context. Closes #606. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit:

svn commit: r1805583 - /systemml/site/get-started.html

2017-08-20 Thread gweidner
Author: gweidner Date: Sun Aug 20 21:12:48 2017 New Revision: 1805583 URL: http://svn.apache.org/viewvc?rev=1805583=rev Log: Add 'DML tips and tricks' sample Jupyter notebook Modified: systemml/site/get-started.html Modified: systemml/site/get-started.html URL: http://svn.apache.org/viewvc

systemml-website git commit: Add 'DML tips and tricks' sample Jupyter notebook

2017-08-20 Thread gweidner
Repository: systemml-website Updated Branches: refs/heads/master 4620131c3 -> 75c86d9be Add 'DML tips and tricks' sample Jupyter notebook Added link to 'DML tips and tricks' Jupyter notebook in place of Linear Regression Conjugate Gradient Zeppelin notebook example. Project:

systemml git commit: [MINOR] Fix javadoc warning

2017-08-17 Thread gweidner
Repository: systemml Updated Branches: refs/heads/master 830e6589f -> c18352f29 [MINOR] Fix javadoc warning Closes #625. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/c18352f2 Tree:

incubator-systemml git commit: [SYSTEMML-1601] Restore jQuery copyright for sizzle license

2017-05-11 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master 5c9291b52 -> 2fbed1f1a [SYSTEMML-1601] Restore jQuery copyright for sizzle license Revert back to jQuery copyright matching https://github.com/jquery/sizzle/blob/2.2.1/LICENSE.txt. Project:

incubator-systemml git commit: [SYSTEMML-1605] Add zeppelin sample using new MLContext

2017-05-12 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master 6adcb369d -> 345e1ab43 [SYSTEMML-1605] Add zeppelin sample using new MLContext Added example for Linear Regression Conjugate Gradient using new MLContext and removed previous Linear Regression example based on deprecated

incubator-systemml git commit: [SYSTEMML-1605] Updated zeppelin tutorial notebook

2017-05-12 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master db92414b1 -> a3e7e5c49 [SYSTEMML-1605] Updated zeppelin tutorial notebook Closes #495. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

systemml git commit: [SYSTEMML-1728] Reshape util to convert tensors in NCHW to CNHW format

2017-06-22 Thread gweidner
Repository: systemml Updated Branches: refs/heads/master f516e4bdc -> 345682404 [SYSTEMML-1728] Reshape util to convert tensors in NCHW to CNHW format Closes #552. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit:

incubator-systemml-website git commit: [MINOR] Fix punctuation direction for 'What is SystemML'

2017-05-22 Thread gweidner
Repository: incubator-systemml-website Updated Branches: refs/heads/master 494c4adb6 -> 216764350 [MINOR] Fix punctuation direction for 'What is SystemML' Closes #58. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo Commit:

svn commit: r1795836 - /incubator/systemml/site/index.html

2017-05-22 Thread gweidner
Author: gweidner Date: Mon May 22 18:37:33 2017 New Revision: 1795836 URL: http://svn.apache.org/viewvc?rev=1795836=rev Log: [MINOR] Fix punctuation direction for 'What is SystemML' Modified: incubator/systemml/site/index.html Modified: incubator/systemml/site/index.html URL: http

incubator-systemml-website git commit: [MINOR] Linear Regression Algorithms Demo notebook first in list

2017-05-22 Thread gweidner
Repository: incubator-systemml-website Updated Branches: refs/heads/master 216764350 -> dc4e296be [MINOR] Linear Regression Algorithms Demo notebook first in list Moved Linear Regression Algorithms Demo notebook to first in list and removed one Zeppelin notebook sample. Project:

svn commit: r1795842 - /incubator/systemml/site/get-started.html

2017-05-22 Thread gweidner
Author: gweidner Date: Mon May 22 19:36:19 2017 New Revision: 1795842 URL: http://svn.apache.org/viewvc?rev=1795842=rev Log: [MINOR] Linear Regression Algorithms Demo notebook first in list Modified: incubator/systemml/site/get-started.html Modified: incubator/systemml/site/get-started.html

svn commit: r1795964 - /incubator/systemml/site/download.html

2017-05-23 Thread gweidner
Author: gweidner Date: Tue May 23 21:14:24 2017 New Revision: 1795964 URL: http://svn.apache.org/viewvc?rev=1795964=rev Log: [SYSTEMML-1619] Remove nightly builds link from download page Modified: incubator/systemml/site/download.html Modified: incubator/systemml/site/download.html URL

svn commit: r1796088 - /incubator/systemml/site/download.html

2017-05-24 Thread gweidner
Author: gweidner Date: Wed May 24 19:04:45 2017 New Revision: 1796088 URL: http://svn.apache.org/viewvc?rev=1796088=rev Log: [SYSTEMML-1618] Use https for KEYS, md5, asc on download page Modified: incubator/systemml/site/download.html Modified: incubator/systemml/site/download.html URL

svn commit: r1796361 - /incubator/systemml/site/download.html

2017-05-26 Thread gweidner
Author: gweidner Date: Fri May 26 23:58:29 2017 New Revision: 1796361 URL: http://svn.apache.org/viewvc?rev=1796361=rev Log: [SYSTEMML-1618] Reword signature (.asc) and KEYS usage Modified: incubator/systemml/site/download.html Modified: incubator/systemml/site/download.html URL: http

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=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

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:

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:

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=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/viewvc

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:

incubator-systemml-website git commit: [FIX] Removal of incubator from download and typos in install

2017-05-22 Thread gweidner
Repository: incubator-systemml-website Updated Branches: refs/heads/master 7670c217b -> 494c4adb6 [FIX] Removal of incubator from download and typos in install Closes #57. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo Commit:

svn commit: r1795829 - in /incubator/systemml/site: index.html install-systemml.html

2017-05-22 Thread gweidner
Author: gweidner Date: Mon May 22 16:23:43 2017 New Revision: 1795829 URL: http://svn.apache.org/viewvc?rev=1795829=rev Log: Remove incubator from download button and fix jupyter install typos Modified: incubator/systemml/site/index.html incubator/systemml/site/install-systemml.html

incubator-systemml-website git commit: [MINOR] Remove best paper award from home page

2017-05-28 Thread gweidner
Repository: incubator-systemml-website Updated Branches: refs/heads/master d3831e667 -> b5388549a [MINOR] Remove best paper award from home page Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo Commit:

incubator-systemml git commit: [SYSTEMML-1571] New Jupyter Python Notebook to showcase SystemML 2-layer autoencoder for acoustic signal modeling

2017-05-01 Thread gweidner
Repository: incubator-systemml Updated Branches: refs/heads/master e8fbc7539 -> 5aa6fb75b [SYSTEMML-1571] New Jupyter Python Notebook to showcase SystemML 2-layer autoencoder for acoustic signal modeling Closes #478. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo

svn commit: r1794079 - /incubator/systemml/site/get-started.html

2017-05-05 Thread gweidner
Author: gweidner Date: Fri May 5 17:28:11 2017 New Revision: 1794079 URL: http://svn.apache.org/viewvc?rev=1794079=rev Log: Update get-started pip install Modified: incubator/systemml/site/get-started.html Modified: incubator/systemml/site/get-started.html URL: http://svn.apache.org

incubator-systemml-website git commit: Update project, roadmap, release notes for 0.14

2017-05-08 Thread gweidner
Repository: incubator-systemml-website Updated Branches: refs/heads/master 79ffbac91 -> 5cc53b958 Update project, roadmap, release notes for 0.14 Closes #46. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo Commit:

incubator-systemml-website git commit: [MINOR] Update get-started pip install

2017-05-04 Thread gweidner
Repository: incubator-systemml-website Updated Branches: refs/heads/master 3b799fd0b -> 79ffbac91 [MINOR] Update get-started pip install Added instructions for Spark 1.6 users to include version specifier for pip install. Also incorporated site.data.project.release_version token so download

svn commit: r1794479 - in /incubator/systemml/site/docs/0.14.0: ./ api/ api/java/ api/java/org/ api/java/org/apache/ api/java/org/apache/sysml/ api/java/org/apache/sysml/api/ api/java/org/apache/sysml

2017-05-08 Thread gweidner
Author: gweidner Date: Mon May 8 23:19:20 2017 New Revision: 1794479 URL: http://svn.apache.org/viewvc?rev=1794479=rev Log: Add 0.14.0 docs to website [This commit notification would consist of 245 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1794484 - in /incubator/systemml/site: documentation.html download.html get-started.html index.html roadmap.html

2017-05-08 Thread gweidner
Author: gweidner Date: Tue May 9 00:17:56 2017 New Revision: 1794484 URL: http://svn.apache.org/viewvc?rev=1794484=rev Log: Update pages for 0.14.0 release Modified: incubator/systemml/site/documentation.html incubator/systemml/site/download.html incubator/systemml/site/get

systemml git commit: [SYSTEMML-1896] Update python tests to use getOrCreate

2017-09-16 Thread gweidner
Repository: systemml Updated Branches: refs/heads/master 2e6b577c5 -> 60d20c2b7 [SYSTEMML-1896] Update python tests to use getOrCreate Closes #657. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/60d20c2b Tree:

systemml git commit: [SYSTEMML-1907] Rename python package to systemml-*-python.tar.gz

2017-09-16 Thread gweidner
Repository: systemml Updated Branches: refs/heads/gh-pages 288bc35c3 -> dbe9a03b2 [SYSTEMML-1907] Rename python package to systemml-*-python.tar.gz Switched Python artifact to tar.gz for PyPi upload compatibility with twine. Closes #666. Project:

systemml-website git commit: Update documentation link, project, roadmap, release notes for 0.15 release

2017-09-13 Thread gweidner
Repository: systemml-website Updated Branches: refs/heads/master 89ce85a63 -> 49fa497e8 Update documentation link, project, roadmap, release notes for 0.15 release Project: http://git-wip-us.apache.org/repos/asf/systemml-website/repo Commit:

svn commit: r1808290 - in /systemml/site/docs/0.15.0: ./ api/ api/java/ api/java/org/ api/java/org/apache/ api/java/org/apache/sysml/ api/java/org/apache/sysml/api/ api/java/org/apache/sysml/api/class

2017-09-13 Thread gweidner
Author: gweidner Date: Wed Sep 13 21:05:25 2017 New Revision: 1808290 URL: http://svn.apache.org/viewvc?rev=1808290=rev Log: Add 0.15.0 docs to website [This commit notification would consist of 264 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

systemml git commit: [SYSTEMML-1907] Rename python package to systemml-*-python.tar.gz

2017-09-16 Thread gweidner
Repository: systemml Updated Branches: refs/heads/master 6ea9b33b4 -> 2e6b577c5 [SYSTEMML-1907] Rename python package to systemml-*-python.tar.gz Switched Python artifact to tar.gz for PyPi upload compatibility with twine. Closes #666. Project:

systemml-website git commit: [SYSTEMML-1907] Rename python package to systemml-*-python.tar.gz

2017-09-17 Thread gweidner
Repository: systemml-website Updated Branches: refs/heads/master 9c86a9602 -> ada674608 [SYSTEMML-1907] Rename python package to systemml-*-python.tar.gz Project: http://git-wip-us.apache.org/repos/asf/systemml-website/repo Commit:

svn commit: r1808306 - in /systemml/site: documentation.html download.html release-notes/systemml-release-notes-0.15.0.html roadmap.html

2017-09-13 Thread gweidner
Author: gweidner Date: Thu Sep 14 04:00:10 2017 New Revision: 1808306 URL: http://svn.apache.org/viewvc?rev=1808306=rev Log: Switch download to 0.15.0, add docs link and release notes Added: systemml/site/release-notes/systemml-release-notes-0.15.0.html Modified: systemml/site

systemml-website git commit: [HOTFIX] Update install page to use project.release_version token

2017-09-15 Thread gweidner
Repository: systemml-website Updated Branches: refs/heads/master 49fa497e8 -> 9c86a9602 [HOTFIX] Update install page to use project.release_version token Project: http://git-wip-us.apache.org/repos/asf/systemml-website/repo Commit:

svn commit: r1808490 - /systemml/site/install-systemml.html

2017-09-15 Thread gweidner
Author: gweidner Date: Sat Sep 16 00:04:51 2017 New Revision: 1808490 URL: http://svn.apache.org/viewvc?rev=1808490=rev Log: [HOTFIX] Update install page to use project.release_version token Modified: systemml/site/install-systemml.html Modified: systemml/site/install-systemml.html URL

systemml git commit: [SYSTEMML-1929] Update Spark parameters in sparkDML.sh and docs

2017-10-07 Thread gweidner
Repository: systemml Updated Branches: refs/heads/master bfb30b3af -> 0505fd38c [SYSTEMML-1929] Update Spark parameters in sparkDML.sh and docs Closes #670. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/0505fd38

systemml git commit: [MINOR][DOC] Update description of statistical built-in functions sd and var

2017-10-10 Thread gweidner
Repository: systemml Updated Branches: refs/heads/master be3e0c993 -> 31bbeb5b2 [MINOR][DOC] Update description of statistical built-in functions sd and var Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/31bbeb5b

systemml git commit: [MINOR][DOC] Update description of statistical built-in functions sd and var

2017-10-10 Thread gweidner
Repository: systemml Updated Branches: refs/heads/gh-pages e184e966e -> 3144d4b9d [MINOR][DOC] Update description of statistical built-in functions sd and var Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/3144d4b9

systemml git commit: [SYSTEMML-1825] Add sphinx build files for Python API doc generation

2017-08-30 Thread gweidner
Repository: systemml Updated Branches: refs/heads/master 4744da167 -> c249c6fdf [SYSTEMML-1825] Add sphinx build files for Python API doc generation Added files for generating Python API documentation with Sphinx. Closes #646. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo

systemml git commit: [MINOR] Update version in README files

2017-09-07 Thread gweidner
Repository: systemml Updated Branches: refs/heads/master 4d376637a -> 824e4c05c [MINOR] Update version in README files Updated version and removed incubating. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit:

systemml git commit: [MINOR] Update version in README files

2017-09-07 Thread gweidner
Repository: systemml Updated Branches: refs/heads/branch-0.15 ea8e951bc -> 2811479c9 [MINOR] Update version in README files Updated version and removed incubating. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit:

[2/2] systemml git commit: [MINOR] Update version in README files

2017-09-07 Thread gweidner
[MINOR] Update version in README files Updated version and removed incubating. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/288bc35c Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/288bc35c Diff:

[1/2] systemml git commit: [SYSTEMML-1860] Update release-process for python doc and add api menu item

2017-09-07 Thread gweidner
Repository: systemml Updated Branches: refs/heads/gh-pages 4e22b91ea -> 288bc35c3 [SYSTEMML-1860] Update release-process for python doc and add api menu item Closes #648. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit:

systemml git commit: [SYSTEMML-1605] Refresh zeppelin samples

2017-09-07 Thread gweidner
Repository: systemml Updated Branches: refs/heads/master 5a2b49f20 -> 8395ffb29 [SYSTEMML-1605] Refresh zeppelin samples Updated dependency to use release and refreshed cells. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit:

systemml git commit: [SYSTEMML-1605] Refresh zeppelin samples

2017-09-07 Thread gweidner
Repository: systemml Updated Branches: refs/heads/branch-0.15 26166d219 -> e912550f2 [SYSTEMML-1605] Refresh zeppelin samples Updated dependency to use release and refreshed cells. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit:

systemml git commit: [SYSTEMML-1942] Enable conditional spark tests

2017-10-01 Thread gweidner
Repository: systemml Updated Branches: refs/heads/master 5dce90b3b -> 0b51bb18c [SYSTEMML-1942] Enable conditional spark tests Removed condition to run multiple spark tests in functions.unary.matrix package. Closes #677. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit:

systemml git commit: [SYSTEMML-1426] Support both ceil and ceiling built-in functions

2017-09-29 Thread gweidner
Repository: systemml Updated Branches: refs/heads/gh-pages 91190d6df -> b5a248a4b [SYSTEMML-1426] Support both ceil and ceiling built-in functions Added support for ceiling built-in function while keeping existing ceil function with same internal compiler/runtime constants and opcode. Also

systemml git commit: [SYSTEMML-1426] Support both ceil and ceiling built-in functions

2017-09-29 Thread gweidner
Repository: systemml Updated Branches: refs/heads/master 43b573dfb -> 6a75104e5 [SYSTEMML-1426] Support both ceil and ceiling built-in functions Added support for ceiling built-in function while keeping existing ceil function with same internal compiler/runtime constants and opcode. Also

systemml git commit: [HOTFIX] Fix javadoc reference link to resolve distribution build error

2017-09-29 Thread gweidner
Repository: systemml Updated Branches: refs/heads/master 6a75104e5 -> e4c2f9e57 [HOTFIX] Fix javadoc reference link to resolve distribution build error Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/e4c2f9e5 Tree:

systemml git commit: [MINOR] Fix sphinx build warnings for python documentation

2017-08-24 Thread gweidner
Repository: systemml Updated Branches: refs/heads/master 628ffad1b -> 6363295cd [MINOR] Fix sphinx build warnings for python documentation Closes #638. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/6363295c Tree:

systemml git commit: [SYSTEMML-1860] Update release-process for python doc and add api menu item

2017-08-31 Thread gweidner
Repository: systemml Updated Branches: refs/heads/master c249c6fdf -> 62a02464a [SYSTEMML-1860] Update release-process for python doc and add api menu item Closes #648. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit:

systemml git commit: [MINOR] Add step for compiling release verification code

2017-11-24 Thread gweidner
Repository: systemml Updated Branches: refs/heads/master 723acfc09 -> 4ea1d5324 [MINOR] Add step for compiling release verification code Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/4ea1d532 Tree:

systemml git commit: [SYSTEMML-848] Create Release Creation Process doc

2017-11-07 Thread gweidner
Repository: systemml Updated Branches: refs/heads/master 75b93f261 -> bc781fcef [SYSTEMML-848] Create Release Creation Process doc Closes #697. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/bc781fce Tree:

[2/2] systemml git commit: [SYSTEMML-848] Create Release Creation Process doc

2017-11-07 Thread gweidner
[SYSTEMML-848] Create Release Creation Process doc Closes #697. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/88e70806 Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/88e70806 Diff:

[1/2] systemml git commit: [SYSTEMML-540] Include the memory requirement of each layer in the summary table of Caffe2DML

2017-11-07 Thread gweidner
Repository: systemml Updated Branches: refs/heads/gh-pages 3144d4b9d -> 88e70806f [SYSTEMML-540] Include the memory requirement of each layer in the summary table of Caffe2DML - This helps the user to estimate the batch size she should set for optimal performance. Project: