Skip to content

Commit

Permalink
Update version numbers to 1.22.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
orhankislal committed Mar 10, 2023
1 parent 68adc8b commit a2a9db1
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Current list of bugs and issues can be found at https://issues.apache.org/jira/b
—-------------------------------------------------------------------------
MADlib v1.21.0:

Release Date: 2023-March-XX
Release Date: 2023-March-01

New features:
- Graph: Add warm start for weakly connected components
Expand Down
2 changes: 1 addition & 1 deletion deploy/DEB/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Source debconf library.
. /usr/share/debconf/confmodule

MADLIB_VERSION="1.21.0"
MADLIB_VERSION="1.22.0-dev"
MADLIB_INSTALL_PATH="InstallPathNotFound"

# Fetching configuration from debconf
Expand Down
2 changes: 1 addition & 1 deletion deploy/postflight.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# $0 - Script Path, $1 - Package Path, $2 - Target Location, and $3 - Target Volume

MADLIB_VERSION=1.21.0
MADLIB_VERSION=1.22.0-dev

# Remove existing soft links
find $2/usr/local/madlib/bin -depth -type l -exec rm {} \; 2>/dev/null
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.apache.madlib</groupId>
<artifactId>madlib</artifactId>
<version>1.21.0</version>
<version>1.22.0-dev</version>
<packaging>pom</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion src/config/Version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.21.0
version: 1.22.0-dev
8 changes: 4 additions & 4 deletions src/ports/postgres/modules/deep_learning/madlib_keras.sql_in
Original file line number Diff line number Diff line change
Expand Up @@ -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 | 1.22.0-dev
num_classes | {3}
dependent_vartype | {"character varying"}
normalizing_const | 1
Expand Down Expand Up @@ -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 | 1.22.0-dev
num_classes | {3}
dependent_vartype | {"character varying"}
normalizing_const | 1
Expand Down Expand Up @@ -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 | 1.22.0-dev
num_classes | {3}
dependent_vartype | {"character varying"}
normalizing_const | 1
Expand Down Expand Up @@ -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 | 1.22.0-dev
num_classes | {3}
dependent_vartype | {"character varying"}
normalizing_const | 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 | 1.22.0-dev
num_classes | 3
class_values | {Iris-setosa,Iris-versicolor,Iris-virginica}
dependent_vartype | character varying
Expand Down Expand Up @@ -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 | 1.22.0-dev
num_classes | 3
class_values | {Iris-setosa,Iris-versicolor,Iris-virginica}
dependent_vartype | character varying
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 | 1.22.0-dev
num_classes | {1}
class_text_class_values | {Iris-setosa,Iris-versicolor,Iris-virginica}
dependent_vartype | {"character varying"}
Expand Down Expand Up @@ -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 | 1.22.0-dev
num_classes | {1}
class_text_class_values | {Iris-setosa,Iris-versicolor,Iris-virginica}
dependent_vartype | {"character varying"}
Expand Down Expand Up @@ -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 | 1.22.0-dev
num_classes | {1}
class_text_class_values | {Iris-setosa,Iris-versicolor,Iris-virginica}
dependent_vartype | {"character varying"}
Expand Down
2 changes: 1 addition & 1 deletion src/ports/postgres/modules/svm/svm.sql_in
Original file line number Diff line number Diff line change
Expand Up @@ -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 | 1.22.0-dev
source_table | abalone
model_table | abalone_svm_gaussian_regression
dependent_varname | rings
Expand Down

0 comments on commit a2a9db1

Please sign in to comment.