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 2023/03/10 13:03:41 UTC

[madlib] branch madlib2-master created (now f06638ee)

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

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


      at f06638ee Update version number to 2.0.0-dev

This branch includes the following new commits:

     new f06638ee Update version number to 2.0.0-dev

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[madlib] 01/01: Update version number to 2.0.0-dev

Posted by ok...@apache.org.
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

commit f06638ee2b173ec793dab66fd7cdbf1e68bd05c8
Author: Orhan Kislal <ok...@apache.org>
AuthorDate: Fri Mar 10 16:03:11 2023 +0300

    Update version number to 2.0.0-dev
---
 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 ++++----
 .../postgres/modules/deep_learning/madlib_keras_automl.sql_in     | 4 ++--
 .../modules/deep_learning/madlib_keras_fit_multiple_model.sql_in  | 6 +++---
 src/ports/postgres/modules/svm/svm.sql_in                         | 2 +-
 8 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/deploy/DEB/postinst b/deploy/DEB/postinst
index 8569abe5..8ffce914 100755
--- a/deploy/DEB/postinst
+++ b/deploy/DEB/postinst
@@ -22,7 +22,7 @@
 # Source debconf library.
 . /usr/share/debconf/confmodule
 
-MADLIB_VERSION="1.21.0"
+MADLIB_VERSION="2.0.0-dev"
 MADLIB_INSTALL_PATH="InstallPathNotFound"
 
 # Fetching configuration from debconf
diff --git a/deploy/postflight.sh b/deploy/postflight.sh
index cecd023a..dea1fd40 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=1.21.0
+MADLIB_VERSION=2.0.0-dev
 
 # 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 738d3e54..dc24966e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
   <groupId>org.apache.madlib</groupId>
   <artifactId>madlib</artifactId>
-  <version>1.21.0</version>
+  <version>2.0.0-dev</version>
   <packaging>pom</packaging>
 
   <build>
diff --git a/src/config/Version.yml b/src/config/Version.yml
index 937913f4..9d51a0ae 100644
--- a/src/config/Version.yml
+++ b/src/config/Version.yml
@@ -1 +1 @@
-version: 1.21.0
+version: 2.0.0-dev
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 a30b394d..b75d0fc5 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            | 1.21.0
+madlib_version            | 2.0.0-dev
 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            | 1.21.0
+madlib_version            | 2.0.0-dev
 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            | 1.21.0
+madlib_version            | 2.0.0-dev
 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            | 1.21.0
+madlib_version            | 2.0.0-dev
 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 0447610f..1990491d 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
@@ -1091,7 +1091,7 @@ name                      |
 description               |
 start_training_time       | 2021-01-16 01:20:17
 end_training_time         | 2021-01-16 01:21:47
-madlib_version            | 1.21.0
+madlib_version            | 2.0.0-dev
 num_classes               | 3
 class_values              | {Iris-setosa,Iris-versicolor,Iris-virginica}
 dependent_vartype         | character varying
@@ -1220,7 +1220,7 @@ name                      |
 description               |
 start_training_time       | 2020-10-23 00:24:43
 end_training_time         | 2020-10-23 00:28:41
-madlib_version            | 1.21.0
+madlib_version            | 2.0.0-dev
 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 3664c70a..d1b52797 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            | 1.21.0
+madlib_version            | 2.0.0-dev
 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            | 1.21.0
+madlib_version            | 2.0.0-dev
 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            | 1.21.0
+madlib_version            | 2.0.0-dev
 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 131e6be3..0b8f9729 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       | 1.21.0
+version_number       | 2.0.0-dev
 source_table         | abalone
 model_table          | abalone_svm_gaussian_regression
 dependent_varname    | rings