This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 9289c921 [DOCS] Release notes 3.0.0 (#112)
9289c921 is described below

commit 9289c921c7a99843975221799f9ecdf52e25d4c5
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Mon Jul 4 08:01:30 2022 +0530

    [DOCS] Release notes 3.0.0 (#112)
---
 _src/documentation.html                            |  5 ++-
 _src/release-notes/systemds-release-notes-3.0.0.md | 50 ++++++++++++++++++++++
 2 files changed, 53 insertions(+), 2 deletions(-)

diff --git a/_src/documentation.html b/_src/documentation.html
index 0e6b0b09..bc20e52b 100644
--- a/_src/documentation.html
+++ b/_src/documentation.html
@@ -38,12 +38,13 @@ limitations under the License.
       <p>Documentation such as programming guides, reference guides, and API 
docs is available for SystemDS below:</p>
       <a class="button button-primary" href="{{ site.data.project.docs 
}}">Latest</a>
       <p></p>
-      <a class="button button-primary" href="docs/2.2.1/index">2.2.1</a>
-      <a class="button button-primary" 
href="release-notes/systemds-release-notes-2.2.0">ReleaseNotes</a>
+      <a class="button button-primary" href="docs/3.0.0/index">3.0.0</a>
+      <a class="button button-primary" 
href="release-notes/systemds-release-notes-3.0.0">ReleaseNotes</a>
     </div>
     <div class="col col-4">
       <p>each released version of SystemML/DS:</p>
       <ul>
+        <li><a href="docs/2.2.2/index">2.2.2</a>, <a 
href="release-notes/systemds-release-notes-2.2.2">ReleaseNotes</a></li>
         <li><a href="docs/2.1.0/index">2.1.0</a>, <a 
href="release-notes/systemds-release-notes-2.1.0">ReleaseNotes</a></li>
         <li><a href="docs/2.0.0/index">2.0.0</a>, <a 
href="release-notes/systemds-release-notes-2.0.0">ReleaseNotes</a></li>
         <li><a href="docs/1.2.0/index">1.2.0</a>, <a 
href="release-notes/systemml-release-notes-1.2.0">ReleaseNotes</a></li>
diff --git a/_src/release-notes/systemds-release-notes-3.0.0.md 
b/_src/release-notes/systemds-release-notes-3.0.0.md
new file mode 100644
index 00000000..73a43e8b
--- /dev/null
+++ b/_src/release-notes/systemds-release-notes-3.0.0.md
@@ -0,0 +1,50 @@
+---
+layout: page
+title: SystemDS 3.0.0 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 %}
+-->
+
+<section class="full-stripe full-stripe--subpage-header clear-header">
+  <div class="ml-container ml-container--horizontally-center">
+    <div class="col col-12 content-group content-group--center-content 
content-group--center-align">
+      <h1>{{ site.data.project.name }} 3.0.0 Release Notes</h1>
+    </div>
+  </div>
+</section>
+
+<section class="full-stripe full-stripe--alternate">
+  <div class="ml-container">
+    <div class="col col-12 content-group content-group--medium-bottom-margin" 
markdown="1">
+
+## Release notes for SystemDS 3.0.0
+
+SystemDS 3.0 is a major release. This is the first release with Java 11 and 
Spark 3. Release 3.0 contains new features and major improvements to existing 
features.
+
+The major changes (compared to SystemDS 2.1/2.2) include:
+- Federated Backend: Multi-tenancy support with tenants isolation and reuse of 
intermediates across tenants for federated workers. Compression support for 
federated workloads. Extended support for the cost-based federated planner, and 
various robustness and performance improvements.
+- Full support for Top-K cleaning framework -- A framework for automatically 
generating the top-K most effective data cleaning pipelines.
+- Initial support for a Unified Memory Manager.
+- CUDA code generation and operator fusion [Experimental]
+- Robustness and performance improvements for Compressed Linear Algebra.
+- Performance and usability improvements for multi-threaded feature 
transformations.
+- Various new built-ins and apply functions for inference workloads.
+- Miscellaneous Improvements: Python end-to-end tutorials, improved 
documentation, and better testing

Reply via email to