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/01/06 16:40:48 UTC

[madlib] 04/04: Add JIRA numbers to the 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 be297fe6beada0640f93317e8948834032718e32
Author: Orhan Kislal <ok...@apache.org>
AuthorDate: Thu Jan 6 15:34:12 2022 +0300

    Add JIRA numbers to the RELEASE_NOTES
---
 RELEASE_NOTES | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 70d08d4..8db41da 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -22,9 +22,10 @@ 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
+    - Graph: Improve WCC subtx count and catalog entry frequency (MADLIB-1492)
     - MLP: Set lambda value for minibatch
 
 Bug fixes: