Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master e9dc0b9ed -> 16e077f1e


Update roadmap UX

Move roadmap link to top-level of navigation.
Update roadmap page.

Closes #54.


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

Branch: refs/heads/master
Commit: 16e077f1e92d3389533be222f270ebbbf41788e3
Parents: e9dc0b9
Author: Dexter Lesaca <dles...@us.ibm.com>
Authored: Thu May 18 16:34:42 2017 -0700
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Thu May 18 16:34:42 2017 -0700

----------------------------------------------------------------------
 _src/_data/navigation.yml |  7 +++++--
 _src/roadmap.html         | 19 +++++++++++++------
 2 files changed, 18 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/16e077f1/_src/_data/navigation.yml
----------------------------------------------------------------------
diff --git a/_src/_data/navigation.yml b/_src/_data/navigation.yml
index b9ac7dd..794e444 100644
--- a/_src/_data/navigation.yml
+++ b/_src/_data/navigation.yml
@@ -23,9 +23,12 @@ topnav:
 - title: Get Started
   url: /get-started
 
-- title: Documentation
+- title: Docs
   url: /documentation
 
+- title: Roadmap
+  url: /roadmap
+
 - title: Community
   subcategories:
   - title: Get Involved
@@ -52,4 +55,4 @@ topnav:
   - title: Privacy Policy
     url: /privacy-policy
   - title: Security
-    url: /security
\ No newline at end of file
+    url: /security

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/16e077f1/_src/roadmap.html
----------------------------------------------------------------------
diff --git a/_src/roadmap.html b/_src/roadmap.html
index 988f50f..bc93644 100644
--- a/_src/roadmap.html
+++ b/_src/roadmap.html
@@ -38,19 +38,26 @@ limitations under the License.
     <div class="col col-12">
       <h2>Planned for Future SystemML 1.0</h2>
       <ul>
+        <li>Compression (additional operations)</li>
+        <li>Experimental Features:
+          <ul>
+            <li>Deep Learning</li>
+            <li>Single GPU support</li>
+            <li>Native Blass support</li>
+            <li>Code Generation</li>
+          </ul>
+        </li>
         <li>Rigorous Performance and Scalability Testing (Bug Fixes)</li>
         <li>Remove Deprecated APIs/Functions</li>
-        <li>Compression (additional operations)</li>
-        <li>Decomposition Algorithms</li>
-        <li>Experimental Features Improvements (Native BLAS, Single GPU, Deep 
Learning, Code Generation, Python DSL)
       </ul>
     </div>
 
     <div class="col col-12">
-      <h2>Planned for Future Releases</h2>
+      <h2>Feature Candidates for Future Releases</h2>
       <ul>
         <li>Completion of Prior Experimental Features</li>
-        <li>New Algorithms</li>
+        <li>Python DSL</li>
+        <li>New Algorithms -- e.g. Decomposition Algorithms</li>
         <li>Common DSL Architecture</li>
         <li>R Interfaces: R DSL and R Wrappers</li>
         <li>Native Zeppelin Notebook Support</li>
@@ -92,7 +99,7 @@ limitations under the License.
 
     <div class="col col-12">
       <h2>Prior Releases</h2>
-  
+
       <ul>
         <li>
           <strong>SystemML 0.13.0-incubating (<a 
href="release-notes/systemml-release-notes-0.13.0-incubating.html">released</a> 
in March, 2017)

Reply via email to