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/11/13 18:14:23 UTC

incubator-systemml-website git commit: [MINOR] Move 0.11 roadmap to release section

Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 3f6a41293 -> a66cd091b


[MINOR] Move 0.11 roadmap to release section


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

Branch: refs/heads/master
Commit: a66cd091bc20dc7a48ea0fb758ab887cdd855f0a
Parents: 3f6a412
Author: Luciano Resende <lr...@apache.org>
Authored: Sun Nov 13 19:14:17 2016 +0100
Committer: Luciano Resende <lr...@apache.org>
Committed: Sun Nov 13 19:14:17 2016 +0100

----------------------------------------------------------------------
 _src/roadmap.html | 76 ++++++++++++++++++++++++++------------------------
 1 file changed, 39 insertions(+), 37 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/a66cd091/_src/roadmap.html
----------------------------------------------------------------------
diff --git a/_src/roadmap.html b/_src/roadmap.html
index 2fb2ffe..b8624ee 100644
--- a/_src/roadmap.html
+++ b/_src/roadmap.html
@@ -36,41 +36,6 @@ limitations under the License.
 <section class="full-stripe full-stripe--alternate">
   <div class="ml-container ml-container--narrow content-group">
     <div class="col col-12">
-      <h2>Next {{ site.data.project.shortname }} 0.11.x</h2>
-      <ul>
-        <li>
-          Features
-          <ul>
-            <li>SystemML frames</li>
-            <li>New MLContext API</li>
-            <li>Transform functions based on SystemML frames</li>
-          </ul>
-        </li>
-        <li>Bug Fixes</li>
-        <li>
-          Experimental Features / Algorithms
-          <ul>
-            <li>New built-in functions for deep learning (convolution and pooling)</li>
-            <li>Deep learning library (DML bodied functions)</li>
-            <li>Python DSL Integration</li>
-            <li>GPU Support</li>
-            <li>Compressed Linear Algebra</li>
-            <li>
-              New Algorithms
-              <ul>
-                <li>Lasso</li>
-                <li>kNN</li>
-                <li>Lanczos</li>
-                <li>PPCA</li>
-                <li>Deep Learning: CNN (Lenet), RBM</li>
-              </ul>
-            </li>
-          </ul>
-        </li>
-      </ul>
-    </div>
-
-    <div class="col col-12">
       <h2>Planned for Future SystemML 1.0</h2>
       <ul>
         <li>Rigorous Performance and Scalability Testing (Bug Fixes)</li>
@@ -98,7 +63,44 @@ limitations under the License.
       <h2>Prior Releases</h2>
       <ul>
         <li>
-          SystemML 0.10.0-incubating (<a href="https://github.com/apache/incubator-systemml-website/blob/master/0.10.0-incubating/release_notes.md">released in June, 2016</a>)
+          <strong>SystemML 0.11.0-incubating (<a href="https://github.com/apache/incubator-systemml-website/blob/master/0.11.0-incubating/release_notes.md">released in November, 2016</a>)</strong>
+          <ul>
+            <li>SystemML frames</li>
+            <li>New MLContext API</li>
+            <li>Transform functions based on SystemML frames</li>
+          </ul>
+        </li>
+        <li>
+          Experimental Features / Algorithms
+          <ul>
+            <li>New built-in functions for deep learning (convolution and pooling)</li>
+            <li>Deep learning library (DML bodied functions)</li>
+            <li>Python DSL Integration</li>
+            <li>GPU Support</li>
+            <li>Compressed Linear Algebra</li>
+          </ul>
+        </li>
+        <li>
+          New Algorithms
+          <ul>
+            <li>Lasso</li>
+            <li>kNN</li>
+            <li>Lanczos</li>
+            <li>PPCA</li>
+          </ul>
+        </li>
+        <li>
+          Deep Learning Algorithms
+          <ul>
+            <li>CNN (Lenet)</li>
+            <li>RBM</li>
+          </ul>
+        </li>
+      </ul>
+
+      <ul>
+        <li>
+          <strong>SystemML 0.10.0-incubating (<a href="https://github.com/apache/incubator-systemml-website/blob/master/0.10.0-incubating/release_notes.md">released in June, 2016</a>)</strong>
           <ul>
             <li>Different types of Spark Matrix Blocks: MCSR, CSR, COO</li>
             <li>SystemML Frame support in JMLC/CP</li>
@@ -124,7 +126,7 @@ limitations under the License.
 
       <ul>
         <li>
-          SystemML 0.9.0-incubating (<a href="https://github.com/apache/incubator-systemml-website/blob/master/0.9.0-incubating/release_notes.md">released in Jan, 2016</a>)
+          <strong>SystemML 0.9.0-incubating (<a href="https://github.com/apache/incubator-systemml-website/blob/master/0.9.0-incubating/release_notes.md">released in Jan, 2016</a>)</strong>
           <ul>
             <li>Improvements to MLContext and MLPipeline wrappers</li>
             <li>New converter utilities for RDDs and DataFrames)</li>