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


The following commit(s) were added to refs/heads/master by this push:
     new 5054931  Add release notes for 1.16
5054931 is described below

commit 5054931ab655a6e6fff1d46ed04dd4673b5d0e46
Author: Frank McQuillan <[email protected]>
AuthorDate: Wed Jun 26 10:51:29 2019 -0700

    Add release notes for 1.16
    
    Closes #417
---
 RELEASE_NOTES | 40 ++++++++++++++++++++++++++++++++++++++--
 1 file changed, 38 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index cc4aa8e..49a4cd6 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -8,10 +8,47 @@ A complete list of changes for each release can be obtained 
by viewing the git
 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.16:
+
+Release Date: 2019-Jul-02
+
+New features:
+    - Deep learning: support for Keras with TensorFlow backend with GPU 
acceleration (MADLIB-1268, MADLIB-1304, MADLIB-1305, MADLIB-1307, MADLIB-1308, 
MADLIB-1309, MADLIB-1310, MADLIB-1311, MADLIB-1313, MADLIB-1314, MADLIB-1315, 
MADLIB-1316, MADLIB-1319, MADLIB-1321, MADLIB-1326, MADLIB-1330, MADLIB-1335, 
MADLIB-1336, MADLIB-1338, MADLIB-1343, MADLIB-1348, MADLIB-1349, MADLIB-1350, 
MADLIB-1356, MADLIB-1357, MADLIB-1358, MADLIB-1324, MADLIB-1337, MADLIB-1347, 
MADLIB-1363)
+    - Deep learning: utility to load model architectures and weights 
(MADLIB-1306)
+    - Deep learning: preprocess images for gradient descent optimization 
algorithms (MADLIB-1290, MADLIB-1332, MADLIB-1334, MADLIB-1300, MADLIB-1303)
+    - kd-tree method for k-nearest neighbors for faster approximate solution 
(MADLIB-1061, MADLIB-1293)
+    - Support for Greenplum 6 (MADLIB-1298)
+    - Support for PostgreSQL 11 (MADLIB-1283)
+
+Bug fixes:
+    - Jaccard distance not releasing memory (MADLIB-1291)
+    - MLP with minibatching fails on postgres (MADLIB-1302)
+    - MLP does not stop even after tolerance reached (MADLIB-1325)
+    - MLP warm start not working (MADLIB-1329)
+    - MLP with minibatch fails for integer dependent variable on PostgreSQL 
(MADLIB-1322)
+    - MLP fix column name in output table (MADLIB-1323)
+    - Pivot: Fix array_agg + distinct scaling issue on gpdb (MADLIB-1361)
+    - linregr_train fails when dependent variable is a JSONB element 
(MADLIB-1284)
+    - MADLib 1.15 does not recognize Postgres 10 declarative partitioned table 
(MADLIB-1287)
+    - Encoding module is not handling bigint properly (MADLIB-1295)
+    - SVM class_weight param not working properly (MADLIB-1346)
+
+Other:
+    - Simplify maintenance via removing online examples from sql functions 
(MADLIB-1260)
+    - Improve performance for weakly connected components (MADLIB-1320)
+    - SVD minor messaging inprovements (MADLIB-983)
+    - Create SQL scripts to get lists of changed UDOs and UDOCs (MADLIB-1281)
+    - Set max itemset size to 10 by default in assoc rules (MADLIB-1288)
+    - Misc messages for 1.16 release (MADLIB-1364)
+    - Madlib 1.16 release tasks (MADLIB-1362)
+
+
 —-------------------------------------------------------------------------
 MADlib v1.15.1:
 
-Release Date: 2018-Oct-XX
+Release Date: 2018-Oct-15
 
 New features:
     - Add ubuntu support for MADlib (MADLIB-1256).
@@ -38,7 +75,6 @@ Others:
     - Improve documentation of various modules.
 
 
-
 —-------------------------------------------------------------------------
 MADlib v1.15:
 

Reply via email to