You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2017/02/08 22:37:41 UTC

incubator-systemml-website git commit: [MINOR] Add roadmap information for 0.12 release

Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 856332245 -> c6347991c


[MINOR] Add roadmap information for 0.12 release

Closes #36.


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

Branch: refs/heads/master
Commit: c6347991c7cf7ac1598e5e6ac7613a1c7f70daca
Parents: 8563322
Author: Glenn Weidner <gw...@us.ibm.com>
Authored: Wed Feb 8 14:35:04 2017 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Wed Feb 8 14:35:04 2017 -0800

----------------------------------------------------------------------
 0.12.0-incubating/release_notes.md | 45 +++++++++++++++++++++++++++++++++
 _src/roadmap.html                  | 19 ++++++++++++++
 2 files changed, 64 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/c6347991/0.12.0-incubating/release_notes.md
----------------------------------------------------------------------
diff --git a/0.12.0-incubating/release_notes.md b/0.12.0-incubating/release_notes.md
new file mode 100644
index 0000000..d4cb62f
--- /dev/null
+++ b/0.12.0-incubating/release_notes.md
@@ -0,0 +1,45 @@
+---
+layout: page
+title: SystemML 0.12.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.12.0-incubating release** was approved on February 7, 2017. It is the fourth 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
+- Support pip install of new python package
+- Allow NumPy arrays, Pandas DataFrame and SciPy matrices as input to MLContext
+- Improve SystemML Python DSL for NumPy
+- Updated build for Spark 1.6.0
+- DML utility script to shuffle input dataset
+
+### Experimental Features / Algorithms
+- GPU Enhancements
+
+### Various Fixes
+* Several bug fixes for diverse issues
+
+
+

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/c6347991/_src/roadmap.html
----------------------------------------------------------------------
diff --git a/_src/roadmap.html b/_src/roadmap.html
index b8624ee..7a407c2 100644
--- a/_src/roadmap.html
+++ b/_src/roadmap.html
@@ -63,6 +63,25 @@ limitations under the License.
       <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>
+          <ul>
+            <li>Support pip install of new python package</li>
+            <li>Allow NumPy arrays, Pandas DataFrame and SciPy matrices as input to MLContext</li>
+            <li>Improve SystemML Python DSL for NumPy</li>
+			<li>Updated build for Spark 1.6.0</li>
+			<li>DML utility script to shuffle input dataset</li>
+          </ul>
+        </li>
+        <li>
+          Experimental Features / Algorithms
+          <ul>
+            <li>GPU Enhancements</li>
+          </ul>
+        </li>
+      </ul>
+
+      <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>
           <ul>
             <li>SystemML frames</li>