You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by lr...@apache.org on 2016/02/11 22:53:34 UTC

[1/4] incubator-systemml-website git commit: Fix broken logo

Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 34a47a244 -> 5bdecec5f


Fix broken logo


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/commit/8d19279b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/8d19279b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/8d19279b

Branch: refs/heads/master
Commit: 8d19279be0ad48033b1e8dd6c2e03a6fb0a327c1
Parents: 34a47a2
Author: Luciano Resende <lr...@apache.org>
Authored: Thu Feb 11 13:43:52 2016 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Thu Feb 11 13:43:52 2016 -0800

----------------------------------------------------------------------
 _includes/themes/apache/_navigation.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/8d19279b/_includes/themes/apache/_navigation.html
----------------------------------------------------------------------
diff --git a/_includes/themes/apache/_navigation.html b/_includes/themes/apache/_navigation.html
index acde118..db704ab 100644
--- a/_includes/themes/apache/_navigation.html
+++ b/_includes/themes/apache/_navigation.html
@@ -8,7 +8,7 @@
             <span class="icon-bar"></span>
           </button>
           <a class="navbar-brand" href="index.html">
-              <img src="assets/themes/apache/img/logo.png" width="80">
+              <img src="/assets/themes/apache/img/logo.png" width="80">
               {{ site.data.project.name }}
           </a>
         </div>


[2/4] incubator-systemml-website git commit: Add Download to top-level navigation bar

Posted by lr...@apache.org.
Add Download to top-level navigation bar


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/commit/2f50a747
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/2f50a747
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/2f50a747

Branch: refs/heads/master
Commit: 2f50a74779440594c1fc23ba076f59ef928c430f
Parents: 8d19279
Author: Luciano Resende <lr...@apache.org>
Authored: Thu Feb 11 13:51:53 2016 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Thu Feb 11 13:51:53 2016 -0800

----------------------------------------------------------------------
 _includes/themes/apache/_navigation.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/2f50a747/_includes/themes/apache/_navigation.html
----------------------------------------------------------------------
diff --git a/_includes/themes/apache/_navigation.html b/_includes/themes/apache/_navigation.html
index db704ab..631f96f 100644
--- a/_includes/themes/apache/_navigation.html
+++ b/_includes/themes/apache/_navigation.html
@@ -23,6 +23,7 @@
             </li>
             <li><a href="{{ site.data.project.source_repository_mirror }}">GitHub</a></li>
             <li><a href="{{ site.data.project.documentation }}">Documentation</a></li>
+            {% if site.data.project.download %}<li><a href="{{ site.data.project.download }}">Download</a></li>{% endif %}
             <li id="apache">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
                <ul class="dropdown-menu">


[3/4] incubator-systemml-website git commit: Add release notes for SystemML 0.9.0-incubating

Posted by lr...@apache.org.
Add release notes for SystemML 0.9.0-incubating


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/commit/4bd14a77
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/4bd14a77
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/4bd14a77

Branch: refs/heads/master
Commit: 4bd14a77f7768e0672c529a9c2d2b7481564495e
Parents: 2f50a74
Author: Luciano Resende <lr...@apache.org>
Authored: Thu Feb 11 13:53:06 2016 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Thu Feb 11 13:53:06 2016 -0800

----------------------------------------------------------------------
 0.9.0-incubating/release_notes.md | 54 ++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/4bd14a77/0.9.0-incubating/release_notes.md
----------------------------------------------------------------------
diff --git a/0.9.0-incubating/release_notes.md b/0.9.0-incubating/release_notes.md
new file mode 100644
index 0000000..45f5db5
--- /dev/null
+++ b/0.9.0-incubating/release_notes.md
@@ -0,0 +1,54 @@
+---
+layout: page
+title: SystemML 0.9.0-incubating Release Notes
+description: Project Release Notes
+group: nav-right
+---
+{% include JB/setup %}
+
+<br/><br/><br/>
+
+Apache SystemML 0.9.0-incubating is the first release of SystemML since it joined Apache as an incubator project on November 2nd, 2015.
+
+Extensive updates have been made to the project in several areas. These include APIs, data ingestion, optimizations, language and runtime operators, new algorithms, testing, and online documentation.
+
+### APIs
+- Improvements to MLContext and to MLPipeline wrappers
+
+### Data Ingestion
+- Data conversion utilities (from RDDs and DataFrames)
+- Data transformations on raw data sets
+
+### Optimizations
+- Extensions to compilation chain, including IPA
+- Improvements to parfor
+- Improved execution of concurrent Spark jobs
+- New rewrites, including eager RDD caching and repartitioning
+- Improvements to buffer pool caching
+- Partitioning-preserving operations
+- On-demand creation of SparkContext
+- Efficient use of RDD checkpointing
+
+### Language and Runtime Operators
+- New matrix multiplication operators (e.g., ZipMM)
+- New multi-threaded readers and operators
+- Extended aggregation-outer operations for different relational operators
+- Sample capability
+
+### New Algorithms
+- Alternating Least Squares (Conjugate Gradient)
+- Cubic Splines (Conjugate Gradient and Direct Solve)
+
+### Testing
+- PyDML algorithm tests
+- Test suite refactoring
+- Improvements to performance tests
+
+### Online Documentation
+- GitHub README
+- Quick Start Guide
+- DML and PyDML Programming Guide
+- MLContext Programming Guide
+- Algorithms Reference
+- DML Language Reference
+- Debugger Guide


[4/4] incubator-systemml-website git commit: Add download page

Posted by lr...@apache.org.
Add download page


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/commit/5bdecec5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/5bdecec5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/5bdecec5

Branch: refs/heads/master
Commit: 5bdecec5f290dafc2824f768dc678358c22182ea
Parents: 4bd14a7
Author: Luciano Resende <lr...@apache.org>
Authored: Thu Feb 11 13:53:25 2016 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Thu Feb 11 13:53:25 2016 -0800

----------------------------------------------------------------------
 _data/project.yml |  6 +--
 download.md       | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 102 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/5bdecec5/_data/project.yml
----------------------------------------------------------------------
diff --git a/_data/project.yml b/_data/project.yml
index f14f51c..5474143 100644
--- a/_data/project.yml
+++ b/_data/project.yml
@@ -1,12 +1,10 @@
 # Apache Project configurations
 
 #
-name: Apache SystemML (incubating)
+name: Apache SystemML
 short_name: SystemML
 description: Apache SystemML is a distributed and declarative machine learning platform.
 
-#download: http://www.github.com/SparkTC/systemml/releases
-
 dev_list: dev@systemml.incubator.apache.org
 dev_list_subscribe: dev-subscribe@systemml.incubator.apache.org
 dev_list_unsubscribe: dev-unsubscribe@systemml.incubator.apache.org
@@ -36,6 +34,8 @@ source_repository_mirror: https://github.com/apache/incubator-systemml
 website_repository: https://git-wip-us.apache.org/repos/asf/incubator-systemml-website.git
 website_repository_mirror: https://github.com/apache/incubator-systemml-website
 
+download: /download.html
+
 documentation: https://apache.github.io/incubator-systemml
 
 podling: true

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/5bdecec5/download.md
----------------------------------------------------------------------
diff --git a/download.md b/download.md
new file mode 100644
index 0000000..9716fb7
--- /dev/null
+++ b/download.md
@@ -0,0 +1,99 @@
+---
+layout: page
+title: Download
+description: Project Download Page
+group: nav-right
+---
+{% include JB/setup %}
+
+<br/><br/><br/>
+
+## {{ site.data.project.name }} Downloads
+
+{{ site.data.project.name }} is released as a source artifact.
+
+Binary artifacts (including the ones available in maven) are made available for your convenience.
+
+You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24 hours to reach all mirrors.
+
+{{ site.data.project.name }} is distributed under the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
+
+<h2>Download {{ site.data.project.name }} 0.9.0</h2>
+
+<div class="row">
+    <div class="span10">
+        <table class="table table-hover">
+        <tr>
+          <th><b>Name</b></th>
+          <th><b>Archive</b></th>
+          <th><b>MD5</b></th>
+          <!--th><b>SHA-1</b></th-->
+          <th><b>Signature</b></th>
+        </tr>
+
+        <tr>
+            <td>SystemML-0.9.0-incubating (tar.gz)</td><td><a href="http://www.apache.org/dyn/closer.lua/incubator/systemml/0.9.0-incubating/systemml-0.9.0-incubating.tar.gz">tar.gz</a></td>
+            <td><a href="http://www.apache.org/dist/incubator/systemml/0.9.0-incubating/systemml-0.9.0-incubating.tar.gz.md5">MD5</a> </td>
+            <!--td><a href="http://www.apache.org/dist/incubator/systemml/0.9.0-incubating/systemml-0.9.0-incubating.tar.gz.sha1">SHA-1</a></td-->
+            <td><a href="http://www.apache.org/dist/incubator/systemml/0.9.0-incubating/systemml-0.9.0-incubating.tar.gz.asc">ASC</a></td>
+        </tr>
+
+        <tr>
+            <td>SystemML-0.9.0-incubating (zip) </td><td> <a href="http://www.apache.org/dyn/closer.lua/incubator/systemml/0.9.0-incubating/systemml-0.9.0-incubating.zip">zip</a></td>
+            <td><a href="http://www.apache.org/dist/incubator/systemml/0.9.0-incubating/systemml-0.9.0-incubating.zip.md5">MD5</a></td>
+            <!--td><a href="http://www.apache.org/dist/incubator/systemml/0.9.0-incubating/systemml-0.9.0-incubating.zip.sha1">SHA-1</a></td-->
+            <td><a href="http://www.apache.org/dist/incubator/systemml/0.9.0-incubating/systemml-0.9.0-incubating.zip.asc">ASC</a></td>
+        </tr>
+
+        <tr>
+            <td>SystemML-0.9.0-incubating (Source tar.gz) </td><td> <a href="http://www.apache.org/dyn/closer.lua/incubator/systemml/0.9.0-incubating/systemml-0.9.0-incubating-src.tar.gz">tar.gz</a></td>
+            <td><a href="http://www.apache.org/dist/incubator/systemml/0.9.0-incubating/systemml-0.9.0-incubating-src.tar.gz.md5">MD5</a></td>
+            <!--td><a href="http://www.apache.org/dist/incubator/systemml/0.9.0-incubating/systemml-0.9.0-incubating-src.tar.gz.sha1">SHA-1</a></td-->
+            <td><a href="http://www.apache.org/dist/incubator/systemml/0.9.0-incubating/systemml-0.9.0-incubating-src.tar.gz.asc">ASC</a></td>
+        </tr>
+
+        <tr>
+            <td>SystemML-0.9.0-incubating (Source zip) </td><td> <a href="http://www.apache.org/dyn/closer.lua/incubator/systemml/0.9.0-incubating/systemml-0.9.0-incubating-src.zip">zip</a></td>
+            <td><a href="http://www.apache.org/dist/incubator/systemml/0.9.0-incubating/systemml-0.9.0-incubating-src.zip.md5">MD5</a></td>
+            <!--td><a href="http://www.apache.org/dist/incubator/systemml/0.9.0-incubating/systemml-0.9.0-incubating-src.zip.sha1">SHA-1</a></td-->
+            <td><a href="http://www.apache.org/dist/incubator/systemml/0.9.0-incubating/systemml-0.9.0-incubating-src.zip.asc">ASC</a></td>
+        </tr>
+
+        <tr>
+            <td>Release Notes </td><td> <a href="/0.9.0-incubating/release_notes.html">0.9.0-incubating</a></td>
+            <td></td>
+            <td></td>
+            <td></td>
+        </tr>
+        <!--tr class="a">
+            <td>KEYS</td>
+            <td><a href="http://svn.apache.org/repos/asf/wink/tags/wink-1.4.0/KEYS">KEYS</a> </td>
+            <td></td>
+            <td></td>
+            <td></td>
+        </tr-->
+        </table>
+
+        <p>Instructions for checking hashes and signatures is indicated on the <a href="http://www.apache.org/info/verification.html">Verifying Apache Software Foundation Releases</a> page.</p>
+        <p>You can also retrieve the source files from our svn repository by typing :</p>
+
+        <pre>git clone {{ site.data.project.source_repository }}</pre>
+
+
+        <h4> Using Maven </h4>
+
+        <p>We strongly encourage our users to configure a Maven repository mirror closer to their location, please read <a href="http://maven.apache.org/guides/mini/guide-mirror-settings.html">How to Use Mirrors for Repositories</a>.
+
+        <strong>Dependencies</strong>
+
+        <p>Add the following dependencies to your Maven pom.xml.</p>
+
+        <strong>Server:</strong>
+        <pre>&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.systemmlk&lt;/groupId&gt;
+    &lt;artifactId&gt;systemml&lt;/artifactId&gt;
+    &lt;version&gt;0.9.0-incubating&lt;/version&gt;
+&lt;/dependency&gt;</pre>
+    </div>
+
+</div>
\ No newline at end of file