You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by ok...@apache.org on 2022/07/18 12:52:23 UTC

[madlib] 03/03: Update RELEASE_NOTES

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

okislal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/madlib.git

commit f9761f497bf29ae52f1406d4bd7b046d2726b6ab
Author: Orhan Kislal <ok...@apache.org>
AuthorDate: Wed Jul 6 15:57:35 2022 +0300

    Update RELEASE_NOTES
---
 RELEASE_NOTES | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index a9457ccb..c9b8a68c 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -9,6 +9,22 @@ commit history located at https://github.com/apache/madlib/commits/master.
 
 Current list of bugs and issues can be found at https://issues.apache.org/jira/browse/MADLIB.
 
+—-------------------------------------------------------------------------
+MADlib v1.20.0:
+
+Release Date: 2022-July-XX
+
+New features:
+    - XGBoost: Python based XGBoost with single and grid search executions (MADLIB-1425, MADLIB-1490)
+    - Graph: Add multicolumn support for WCC and Pagerank (MADLIB-1502, MADLIB-1503)
+
+Improvements:
+    - Utilities: Reuse update plan in GroupIterationController
+    - Documentation: Update online examples for various modules
+
+Bug fixes:
+    - Elastic Net - GLM - SVM: Adjust ORCA to reduce planning time
+
 —-------------------------------------------------------------------------
 MADlib v1.19.0:
 
@@ -22,7 +38,6 @@ before upgrading.
 New features:
     - DBSCAN: Fast parallel-optimized DBSCAN (MADLIB-1017, MADLIB-867)
     - MLP: Add rmsprop and Adam optimization techniques (MADLIB-1434, MADLIB-1435)
-    - Build: Add OSX tarball for release (MADLIB-1493)
 
 Improvements:
     - Graph: Improve WCC subtx count and catalog entry frequency (MADLIB-1492)