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

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


The following commit(s) were added to refs/heads/madlib2-master by this push:
     new c0e6e6d8 Update version number to 2.1.0 and add release notes
c0e6e6d8 is described below

commit c0e6e6d834187b2bb4a25386a5877acbe8843620
Author: Orhan Kislal <[email protected]>
AuthorDate: Wed Aug 23 21:38:08 2023 +0300

    Update version number to 2.1.0 and add release notes
---
 RELEASE_NOTES                                                | 12 ++++++++++++
 deploy/DEB/postinst                                          |  2 +-
 deploy/postflight.sh                                         |  2 +-
 pom.xml                                                      |  2 +-
 src/config/Version.yml                                       |  2 +-
 src/ports/postgres/modules/deep_learning/madlib_keras.sql_in |  8 ++++----
 .../modules/deep_learning/madlib_keras_automl.sql_in         |  4 ++--
 .../deep_learning/madlib_keras_fit_multiple_model.sql_in     |  6 +++---
 src/ports/postgres/modules/svm/svm.sql_in                    |  2 +-
 9 files changed, 26 insertions(+), 14 deletions(-)

diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 7a26d45d..8ec4be69 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -9,6 +9,18 @@ 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 v2.1.0:
+
+Release Date: 2023-Aug-XX
+
+Bug fixes:
+    - Build: Fix PG 15 support
+    - Assoc_rules: Fix SERIAL cache issue
+    - DL: Remove SERIAL from load_keras_model
+    - Build: Add ubuntu flag for PyXB installation
+    - Build: Add the actual path of $libdir to dynamic_library_path
+
 —-------------------------------------------------------------------------
 MADlib v2.0.0:
 
diff --git a/deploy/DEB/postinst b/deploy/DEB/postinst
index 974cc7d2..a00cd197 100755
--- a/deploy/DEB/postinst
+++ b/deploy/DEB/postinst
@@ -22,7 +22,7 @@
 # Source debconf library.
 . /usr/share/debconf/confmodule
 
-MADLIB_VERSION="2.1.0-dev"
+MADLIB_VERSION="2.1.0"
 MADLIB_INSTALL_PATH="InstallPathNotFound"
 
 # Fetching configuration from debconf
diff --git a/deploy/postflight.sh b/deploy/postflight.sh
index da2df7fd..2b698c0f 100755
--- a/deploy/postflight.sh
+++ b/deploy/postflight.sh
@@ -2,7 +2,7 @@
 
 # $0 - Script Path, $1 - Package Path, $2 - Target Location, and $3 - Target 
Volume
 
-MADLIB_VERSION=2.1.0-dev
+MADLIB_VERSION=2.1.0
 
 # Remove existing soft links
 find $2/usr/local/madlib/bin -depth -type l -exec rm {} \; 2>/dev/null
diff --git a/pom.xml b/pom.xml
index ed41f2c8..f70c25d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
   <groupId>org.apache.madlib</groupId>
   <artifactId>madlib</artifactId>
-  <version>2.1.0-dev</version>
+  <version>2.1.0</version>
   <packaging>pom</packaging>
 
   <build>
diff --git a/src/config/Version.yml b/src/config/Version.yml
index be32da7e..7396d02b 100644
--- a/src/config/Version.yml
+++ b/src/config/Version.yml
@@ -1 +1 @@
-version: 2.1.0-dev
+version: 2.1.0
diff --git a/src/ports/postgres/modules/deep_learning/madlib_keras.sql_in 
b/src/ports/postgres/modules/deep_learning/madlib_keras.sql_in
index 67cf2722..10805847 100644
--- a/src/ports/postgres/modules/deep_learning/madlib_keras.sql_in
+++ b/src/ports/postgres/modules/deep_learning/madlib_keras.sql_in
@@ -1143,7 +1143,7 @@ model_size                | 0.7900390625
 start_training_time       | 2021-02-01 15:58:43.760568
 end_training_time         | 2021-02-01 15:58:44.470054
 metrics_elapsed_time      | {0.709463119506836}
-madlib_version            | 2.1.0-dev
+madlib_version            | 2.1.0
 num_classes               | {3}
 dependent_vartype         | {"character varying"}
 normalizing_const         | 1
@@ -1457,7 +1457,7 @@ model_size                | 0.7900390625
 start_training_time       | 2021-01-29 14:41:16.943861
 end_training_time         | 2021-01-29 14:41:19.478149
 metrics_elapsed_time      | 
{2.3377411365509,2.42358803749084,2.49885511398315,2.53427410125732}
-madlib_version            | 2.1.0-dev
+madlib_version            | 2.1.0
 num_classes               | {3}
 dependent_vartype         | {"character varying"}
 normalizing_const         | 1
@@ -1627,7 +1627,7 @@ model_size                | 0.7900390625
 start_training_time       | 2021-01-29 14:42:28.780276
 end_training_time         | 2021-01-29 14:42:31.177561
 metrics_elapsed_time      | 
{2.24628114700317,2.28473520278931,2.32178020477295,2.35844302177429,2.39726710319519}
-madlib_version            | 2.1.0-dev
+madlib_version            | 2.1.0
 num_classes               | {3}
 dependent_vartype         | {"character varying"}
 normalizing_const         | 1
@@ -1742,7 +1742,7 @@ model_size                | 0.7900390625
 start_training_time       | 2021-01-29 14:44:51.176983
 end_training_time         | 2021-01-29 14:44:53.666457
 metrics_elapsed_time      | {2.48945999145508}
-madlib_version            | 2.1.0-dev
+madlib_version            | 2.1.0
 num_classes               | {3}
 dependent_vartype         | {"character varying"}
 normalizing_const         | 1
diff --git 
a/src/ports/postgres/modules/deep_learning/madlib_keras_automl.sql_in 
b/src/ports/postgres/modules/deep_learning/madlib_keras_automl.sql_in
index b401366c..b86dc374 100644
--- a/src/ports/postgres/modules/deep_learning/madlib_keras_automl.sql_in
+++ b/src/ports/postgres/modules/deep_learning/madlib_keras_automl.sql_in
@@ -1090,7 +1090,7 @@ name                      |
 description               |
 start_training_time       | 2021-01-16 01:20:17
 end_training_time         | 2021-01-16 01:21:47
-madlib_version            | 2.1.0-dev
+madlib_version            | 2.1.0
 num_classes               | 3
 class_values              | {Iris-setosa,Iris-versicolor,Iris-virginica}
 dependent_vartype         | character varying
@@ -1219,7 +1219,7 @@ name                      |
 description               |
 start_training_time       | 2020-10-23 00:24:43
 end_training_time         | 2020-10-23 00:28:41
-madlib_version            | 2.1.0-dev
+madlib_version            | 2.1.0
 num_classes               | 3
 class_values              | {Iris-setosa,Iris-versicolor,Iris-virginica}
 dependent_vartype         | character varying
diff --git 
a/src/ports/postgres/modules/deep_learning/madlib_keras_fit_multiple_model.sql_in
 
b/src/ports/postgres/modules/deep_learning/madlib_keras_fit_multiple_model.sql_in
index 34fb7f7d..5d128975 100644
--- 
a/src/ports/postgres/modules/deep_learning/madlib_keras_fit_multiple_model.sql_in
+++ 
b/src/ports/postgres/modules/deep_learning/madlib_keras_fit_multiple_model.sql_in
@@ -1080,7 +1080,7 @@ name                      |
 description               | 
 start_training_time       | 2021-02-05 00:40:42.695613
 end_training_time         | 2021-02-05 00:42:20.796712
-madlib_version            | 2.1.0-dev
+madlib_version            | 2.1.0
 num_classes               | {1}
 class_text_class_values   | {Iris-setosa,Iris-versicolor,Iris-virginica}
 dependent_vartype         | {"character varying"}
@@ -1245,7 +1245,7 @@ name                      | Sophie L.
 description               | Model selection for iris dataset
 start_training_time       | 2021-02-05 01:03:11.337798
 end_training_time         | 2021-02-05 01:05:14.988912
-madlib_version            | 2.1.0-dev
+madlib_version            | 2.1.0
 num_classes               | {1}
 class_text_class_values   | {Iris-setosa,Iris-versicolor,Iris-virginica}
 dependent_vartype         | {"character varying"}
@@ -1419,7 +1419,7 @@ name                      | Sophie L.
 description               | Simple MLP for iris dataset
 start_training_time       | 2021-02-05 01:17:19.432839
 end_training_time         | 2021-02-05 01:18:09.062384
-madlib_version            | 2.1.0-dev
+madlib_version            | 2.1.0
 num_classes               | {1}
 class_text_class_values   | {Iris-setosa,Iris-versicolor,Iris-virginica}
 dependent_vartype         | {"character varying"}
diff --git a/src/ports/postgres/modules/svm/svm.sql_in 
b/src/ports/postgres/modules/svm/svm.sql_in
index 1c3f686e..411f155f 100644
--- a/src/ports/postgres/modules/svm/svm.sql_in
+++ b/src/ports/postgres/modules/svm/svm.sql_in
@@ -938,7 +938,7 @@ SELECT * FROM abalone_svm_gaussian_regression_summary;
 <pre class="result">
 -[ RECORD 1 
]--------+------------------------------------------------------------------------------------
 method               | SVR
-version_number       | 2.1.0-dev
+version_number       | 2.1.0
 source_table         | abalone
 model_table          | abalone_svm_gaussian_regression
 dependent_varname    | rings

Reply via email to