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

Branch: refs/heads/master
Commit: 9bebcc9ca15853e52ea6052860bf0dba927329ed
Parents: 8d885d5
Author: Glenn Weidner <[email protected]>
Authored: Fri Mar 3 10:14:44 2017 -0800
Committer: Glenn Weidner <[email protected]>
Committed: Fri Mar 3 10:14:44 2017 -0800

----------------------------------------------------------------------
 0.13.0-incubating/release_notes.md | 44 +++++++++++++++++++++++++
 _src/download.html                 |  2 +-
 _src/roadmap.html                  | 58 ++++++++++++++++++++++++++++++---
 3 files changed, 98 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/9bebcc9c/0.13.0-incubating/release_notes.md
----------------------------------------------------------------------
diff --git a/0.13.0-incubating/release_notes.md 
b/0.13.0-incubating/release_notes.md
new file mode 100644
index 0000000..3e7848b
--- /dev/null
+++ b/0.13.0-incubating/release_notes.md
@@ -0,0 +1,44 @@
+---
+layout: page
+title: SystemML 0.13.0-incubating Release Notes
+description: Project Release Notes
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+<br/><br/><br/>
+
+The **Apache SystemML 0.13.0-incubating release** was approved on March 2, 
2017. It is the fifth release of Apache SystemML since it
+became an incubator project on November 2nd, 2015. Updates have been made to 
the project in several areas, as detailed below.
+
+
+### New Features and Capabilities
+- Updated build for Spark 2.1.0 and Hadoop 2.6.0
+- New simplification rewrites for stratstats
+- New fused operator tack+* in CP and Spark
+- New dmlFromResource capability in Python (equivalent to Scala)
+- Add input float support to MLContext
+- Versioned documentation
+
+### Experimental Features / Algorithms
+- Compressed Linear Algebra - Hardening Sample-Based Estimators (special cases)
+- Compressed Linear Algebra - Debugging Tools (compression plans, stats)
+
+### Various Fixes
+* Bug fixes for diverse issues.  See [JIRA release 
notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319522&version=12339247)
 for complete list.

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/9bebcc9c/_src/download.html
----------------------------------------------------------------------
diff --git a/_src/download.html b/_src/download.html
index 0c82c75..f6e10f5 100644
--- a/_src/download.html
+++ b/_src/download.html
@@ -39,7 +39,7 @@ limitations under the License.
       <p>Apache SystemML 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. Apache 
SystemML is distributed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, version 
2.0</a>. </p>
     </div>
     <div class="col col-12 content-group">
-      <h2>Download SystemML {{ site.data.project.release_version }} for Spark 
2.1</h2>
+      <h2>Download SystemML {{ site.data.project.release_version }} for Spark 
2.0.2 and above</h2>
     </div>
 
     <div class="col col-12 content-group row">

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/9bebcc9c/_src/roadmap.html
----------------------------------------------------------------------
diff --git a/_src/roadmap.html b/_src/roadmap.html
index 7a407c2..ff4e377 100644
--- a/_src/roadmap.html
+++ b/_src/roadmap.html
@@ -60,10 +60,55 @@ limitations under the License.
     </div>
 
     <div class="col col-12">
+      <h2>Current Release</h2>
+      <ul>
+        <li>
+          <strong>SystemML 0.13.0-incubating (<a 
href="https://github.com/apache/incubator-systemml-website/blob/master/0.13.0-incubating/release_notes.md";>released</a>
 in March, 2017)
+          <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319522&version=12339247";>details</a></strong>
+          <ul>
+            <li>Updated build for Spark 2.1.0</li>
+                       <li>New simplification rewrites for stratstats</li>
+                       <li>New fused operator tack+* in CP and Spark</li>
+            <li>New dmlFromResource capability in Python (equivalent to 
Scala)</li>
+                       <li>Add input float support to MLContext</li>
+          </ul>
+        </li>
+        <li>
+          Documentation Enhancements
+          <ul>
+            <li>Deploy versioned documentation to main project website</li>
+                       <li>Add python mlcontext example to engine dev 
guide</li>
+                       <li>Add MLContext info functionality to docs</li>
+                       <li>Update DML Language Reference for write description 
parameter</li>
+          </ul>
+        </li>
+        <li>
+          Deprecations, Removals
+          <ul>
+            <li>Deprecate old MLContext API</li>
+                       <li>Deprecate parfor perftesttool</li>
+                       <li>Deprecate SQLContext methods</li>
+                       <li>Replace deprecated Accumulator with 
AccumulatorV2</li>
+                       <li>Replace append with cbind for matrices</li>
+                       <li>Migrate Vector and LabeledPoint classes from mllib 
to ml</li>
+          </ul>
+        </li>
+        <li>
+          Experimental Features / Algorithms
+          <ul>
+            <li>Compressed Linear Algebra - Hardening Sample-Based Estimators 
(special cases)</li>
+                       <li>Compressed Linear Algebra - Debugging Tools 
(compression plans, stats)</li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+
+    <div class="col col-12">
       <h2>Prior Releases</h2>
       <ul>
         <li>
-          <strong>SystemML 0.12.0-incubating (<a 
href="https://github.com/apache/incubator-systemml-website/blob/master/0.12.0-incubating/release_notes.md";>released
 in February, 2017</a>)</strong>
+          <strong>SystemML 0.12.0-incubating (<a 
href="https://github.com/apache/incubator-systemml-website/blob/master/0.12.0-incubating/release_notes.md";>released</a>
 in February, 2017)
+          <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319522&version=12339246";>details</a></strong>
           <ul>
             <li>Support pip install of new python package</li>
             <li>Allow NumPy arrays, Pandas DataFrame and SciPy matrices as 
input to MLContext</li>
@@ -82,7 +127,8 @@ limitations under the License.
 
       <ul>
         <li>
-          <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>
+          <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</a>
 in November, 2016) 
+          <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319522&version=12335820";>details</a></strong>
           <ul>
             <li>SystemML frames</li>
             <li>New MLContext API</li>
@@ -119,7 +165,8 @@ limitations under the License.
 
       <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>
+          <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</a>
 in June, 2016)
+          <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319522&version=12334651";>details</a></strong>
           <ul>
             <li>Different types of Spark Matrix Blocks: MCSR, CSR, COO</li>
             <li>SystemML Frame support in JMLC/CP</li>
@@ -145,10 +192,11 @@ limitations under the License.
 
       <ul>
         <li>
-          <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>
+          <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</a>
 in January, 2016)
+          <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319522&version=12334650";>details</a></strong>
           <ul>
             <li>Improvements to MLContext and MLPipeline wrappers</li>
-            <li>New converter utilities for RDDs and DataFrames)</li>
+            <li>New converter utilities for RDDs and DataFrames</li>
             <li>New Optimizations for Spark Backend, e.g. eager RDD caching 
and</li>
           </ul>
         </li>

Reply via email to