Release: Update the release notes for v1.11.0.

Closes #128


Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/4b0c3771
Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/4b0c3771
Diff: http://git-wip-us.apache.org/repos/asf/incubator-madlib/diff/4b0c3771

Branch: refs/heads/latest_release
Commit: 4b0c37714c17a4aae8759a4dd05e59f0c94ba598
Parents: 648b057
Author: Rashmi Raghu <rra...@pivotal.io>
Authored: Fri Apr 28 16:42:14 2017 -0700
Committer: Rashmi Raghu <rra...@pivotal.io>
Committed: Fri Apr 28 16:42:14 2017 -0700

----------------------------------------------------------------------
 RELEASE_NOTES | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/4b0c3771/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 78f3d10..f425283 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -9,6 +9,41 @@ commit history located at 
https://github.com/apache/incubator-madlib/commits/mas
 
 Current list of bugs and issues can be found at 
https://issues.apache.org/jira/browse/MADLIB.
 —-------------------------------------------------------------------------
+MADlib v1.11.0:
+
+Release Date: 2017-May-05
+
+New features:
+* New module: Graph - PageRank
+    - Implements the original PageRank algorithm that assumes a random surfer 
model
+      (https://en.wikipedia.org/wiki/PageRank#Damping_factor) (MADLIB-1069)
+    - Grouping support is included for PageRank (MADLIB-1082)
+* Graph - Single Source Shortest Path (SSSP): Add grouping support 
(MADLIB-1081)
+* Pivot: Add support for array and svec output types (MADLIB-1066)
+* DT and RF:
+    - Change default values for 2 parameters (max_depth and num_splits)
+    - Reduce memory footprint: Assign memory only for reachable nodes 
(MADLIB-1057)
+    - Include rows with NULL features in training (MADLIB-1095)
+    - Update error message for invalid parameter specification (num_splits)
+* Array Operations: Add function to unnest 2-D arrays by one level into rows 
of 1-D arrays (MADLIB-1086)
+* Build process on Apache infrastructure (MADLIB-920, MADLIB-1080)
+* Updates for Apache Top Level Project readiness (MADLIB-1022, MADLIB-1076, 
MADLIB-1077, MADLIB 1090)
+* Support for GPDB 5.0
+
+Bug fixes:
+    - DT and RF:
+        - Fix accuracy issues related to integer categorical variables and 
tree depth
+        - Improve visualization of tree(s)
+    - Elastic Net:
+        - Fix install check on GPDB 5.0 and HAWQ 2.2 (MADLIB-1088)
+        - Fix inconsistent results with grouping (MADLIB-1092)
+    - PCA: Fix install check
+
+Other:
+    - PMML: Skip install check when run without the ‘-t’ option 
(MADLIB-1078)
+    - Multiple user documentation improvements
+
+—-------------------------------------------------------------------------
 MADlib v1.10.0
 
 Release Date: 2017-February-17

Reply via email to