|
| 1 | +--- |
| 2 | +layout: page |
| 3 | +title: SystemDS 2.2.0 Release Notes |
| 4 | +description: Project Release Notes |
| 5 | +group: nav-right |
| 6 | +--- |
| 7 | +<!-- |
| 8 | +{% comment %} |
| 9 | +Licensed to the Apache Software Foundation (ASF) under one or more |
| 10 | +contributor license agreements. See the NOTICE file distributed with |
| 11 | +this work for additional information regarding copyright ownership. |
| 12 | +The ASF licenses this file to you under the Apache License, Version 2.0 |
| 13 | +(the "License"); you may not use this file except in compliance with |
| 14 | +the License. You may obtain a copy of the License at |
| 15 | +
|
| 16 | +http://www.apache.org/licenses/LICENSE-2.0 |
| 17 | +
|
| 18 | +Unless required by applicable law or agreed to in writing, software |
| 19 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 20 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 21 | +See the License for the specific language governing permissions and |
| 22 | +limitations under the License. |
| 23 | +{% endcomment %} |
| 24 | +--> |
| 25 | + |
| 26 | +<section class="full-stripe full-stripe--subpage-header clear-header"> |
| 27 | + <div class="ml-container ml-container--horizontally-center"> |
| 28 | + <div class="col col-12 content-group content-group--center-content content-group--center-align"> |
| 29 | + <h1>{{ site.data.project.name }} 2.2.x Release Notes</h1> |
| 30 | + </div> |
| 31 | + </div> |
| 32 | +</section> |
| 33 | + |
| 34 | +<section class="full-stripe full-stripe--alternate"> |
| 35 | + <div class="ml-container"> |
| 36 | + <div class="col col-12 content-group content-group--medium-bottom-margin" markdown="1"> |
| 37 | + |
| 38 | +## Release notes for SystemDS 2.2.2 |
| 39 | + |
| 40 | +SystemDS 2.2.x is a minor release. This release contains major improvements to existing features, |
| 41 | +a large number of performance and robustness fixes, and some experimental features to better |
| 42 | +support the end-to-end data science lifecycle. In addition to that, this is the last release |
| 43 | +with Java 8 and Spark 2.x. |
| 44 | + |
| 45 | +SECURITY NOTICE: This release and the above versions include fix for the CVE-2022-26477 (link: https://nvd.nist.gov/vuln/detail/CVE-2022-26477). |
| 46 | + |
| 47 | +The major changes (compared to SystemDS 2.1) include: |
| 48 | + |
| 49 | +- Federated Backend: Extended operations and built-ins to support various workflows and algorithms. |
| 50 | +- Full support for compressed linear algebra. |
| 51 | +- Full support for multithreaded feature transformation. |
| 52 | +- Various performance improvements to existing builtins in SystemDS's local, distributed, and native runtimes. |
| 53 | +- Performance and robustness fixes for eval. Parfor support for eval. |
| 54 | +- Robust performance test suite. |
| 55 | +- Asynchronous triggering of spark operations via prefetch and broadcast |
| 56 | +- New feature: Generating custom readers by example [experimental] |
| 57 | +- Robust release automation scripts with dry-run support. |
| 58 | +- Miscellaneous Improvements: Improved documentation, better testing, Python API, GPU backend. |
0 commit comments