Repository: madlib
Updated Branches:
  refs/heads/master 298fed799 -> 3c762e68f


Change the version to 1.15 and add changelist

Closes #305
Co-authored-by: Nandish Jayaram <njaya...@apache.org>


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

Branch: refs/heads/master
Commit: 3c762e68f2ffc3c6744c7408b6e27ddcd8461c64
Parents: 298fed7
Author: Orhan Kislal <okis...@pivotal.io>
Authored: Wed Aug 1 14:49:46 2018 -0700
Committer: Jingyi Mei <j...@pivotal.io>
Committed: Thu Aug 2 11:21:33 2018 -0700

----------------------------------------------------------------------
 deploy/postflight.sh                      |  2 +-
 doc/mainpage.dox.in                       |  1 +
 pom.xml                                   |  2 +-
 src/config/Version.yml                    |  2 +-
 src/madpack/changelist_1.14_1.15-dev.yaml | 58 ---------------------
 src/madpack/changelist_1.14_1.15.yaml     | 72 ++++++++++++++++++++++++++
 6 files changed, 76 insertions(+), 61 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/madlib/blob/3c762e68/deploy/postflight.sh
----------------------------------------------------------------------
diff --git a/deploy/postflight.sh b/deploy/postflight.sh
index a7e9d43..df430bd 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.15-dev
+MADLIB_VERSION=1.15
 
 find $2/usr/local/madlib/bin -type d -exec cp -RPf {} 
$2/usr/local/madlib/old_bin \; 2>/dev/null
 find $2/usr/local/madlib/bin -depth -type d -exec rm -r {} \; 2>/dev/null

http://git-wip-us.apache.org/repos/asf/madlib/blob/3c762e68/doc/mainpage.dox.in
----------------------------------------------------------------------
diff --git a/doc/mainpage.dox.in b/doc/mainpage.dox.in
index d174ab7..aab37af 100644
--- a/doc/mainpage.dox.in
+++ b/doc/mainpage.dox.in
@@ -13,6 +13,7 @@ Useful links:
 <li><a href="https://mail-archives.apache.org/mod_mbox/madlib-user/";>User 
mailing list</a></li>
 <li><a href="https://mail-archives.apache.org/mod_mbox/madlib-dev/";>Dev 
mailing list</a></li>
 <li>User documentation for earlier releases:
+    <a href="../v1.15/index.html">v1.15</a>,
     <a href="../v1.14/index.html">v1.14</a>,
     <a href="../v1.13/index.html">v1.13</a>,
     <a href="../v1.12/index.html">v1.12</a>,

http://git-wip-us.apache.org/repos/asf/madlib/blob/3c762e68/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0015f06..1417ff8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
   <groupId>org.apache.madlib</groupId>
   <artifactId>madlib</artifactId>
-  <version>1.15-dev</version>
+  <version>1.15</version>
   <packaging>pom</packaging>
 
   <build>

http://git-wip-us.apache.org/repos/asf/madlib/blob/3c762e68/src/config/Version.yml
----------------------------------------------------------------------
diff --git a/src/config/Version.yml b/src/config/Version.yml
index 37d66e1..8870dbc 100644
--- a/src/config/Version.yml
+++ b/src/config/Version.yml
@@ -1 +1 @@
-version: 1.15-dev
+version: 1.15

http://git-wip-us.apache.org/repos/asf/madlib/blob/3c762e68/src/madpack/changelist_1.14_1.15-dev.yaml
----------------------------------------------------------------------
diff --git a/src/madpack/changelist_1.14_1.15-dev.yaml 
b/src/madpack/changelist_1.14_1.15-dev.yaml
deleted file mode 100644
index 88bb886..0000000
--- a/src/madpack/changelist_1.14_1.15-dev.yaml
+++ /dev/null
@@ -1,58 +0,0 @@
-# 
------------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-# 
------------------------------------------------------------------------------
-
-# Changelist for MADlib version 1.14 to 1.15
-
-# This file contains all changes that were introduced in a new version of
-# MADlib. This changelist is used by the upgrade script to detect what objects
-# should be upgraded (while retaining all other objects from the previous 
version)
-
-# New modules (actually .sql_in files) added in upgrade version
-# For these files the sql_in code is retained as is with the functions in the
-# file installed on the upgrade version. All other files (that don't have
-# updates), are cleaned up to remove object replacements
-new module:
-    # ----------------- Changes from 1.14 to 1.15 --------
-
-
-# Changes in the types (UDT) including removal and modification
-udt:
-
-# List of the UDF changes that affect the user externally. This includes change
-# in function name, return type, argument order or types, or removal of
-# the function. In each case, the original function is as good as removed and a
-# new function is created. In such cases, we should abort the upgrade if there
-# are user views dependent on this function, since the original function will
-# not be present in the upgraded version.
-udf:
-    # ----------------- Changes from 1.14 to 1.15 ----------
-
-
-# Changes to aggregates (UDA) including removal and modification
-# Overloaded functions should be mentioned separately
-uda:
-
-# Casts (UDC) updated/removed
-udc:
-
-# Operators (UDO) removed/updated
-udo:
-
-# Operator Classes (UDOC) removed/updated
-udoc:

http://git-wip-us.apache.org/repos/asf/madlib/blob/3c762e68/src/madpack/changelist_1.14_1.15.yaml
----------------------------------------------------------------------
diff --git a/src/madpack/changelist_1.14_1.15.yaml 
b/src/madpack/changelist_1.14_1.15.yaml
new file mode 100644
index 0000000..3dbbb38
--- /dev/null
+++ b/src/madpack/changelist_1.14_1.15.yaml
@@ -0,0 +1,72 @@
+# 
------------------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+# 
------------------------------------------------------------------------------
+
+# Changelist for MADlib version 1.14 to 1.15
+
+# This file contains all changes that were introduced in a new version of
+# MADlib. This changelist is used by the upgrade script to detect what objects
+# should be upgraded (while retaining all other objects from the previous 
version)
+
+# New modules (actually .sql_in files) added in upgrade version
+# For these files the sql_in code is retained as is with the functions in the
+# file installed on the upgrade version. All other files (that don't have
+# updates), are cleaned up to remove object replacements
+new module:
+    # ----------------- Changes from 1.14 to 1.15 --------
+    cols2vec:
+    vec2cols:
+
+
+# Changes in the types (UDT) including removal and modification
+udt:
+
+# List of the UDF changes that affect the user externally. This includes change
+# in function name, return type, argument order or types, or removal of
+# the function. In each case, the original function is as good as removed and a
+# new function is created. In such cases, we should abort the upgrade if there
+# are user views dependent on this function, since the original function will
+# not be present in the upgraded version.
+udf:
+    # ----------------- Changes from 1.14 to 1.15 ----------
+    - mlp_igd_transition:
+        rettype: double precision[]
+        argument: double precision[], double precision[], double precision[], 
double precision[], double precision[], double precision, integer, integer, 
double precision, double precision[], double precision
+    - mlp_minibatch_transition:
+        rettype: double precision[]
+        argument: double precision[], double precision[], double precision[], 
double precision[], double precision[], double precision, integer, integer, 
double precision, double precision[], double precision, integer, integer
+
+
+# Changes to aggregates (UDA) including removal and modification
+# Overloaded functions should be mentioned separately
+uda:
+    - mlp_igd_step:
+        rettype: double precision[]
+        argument: double precision[], double precision[], double precision[], 
double precision[], double precision, integer, integer, double precision, 
double precision[], double precision
+    - mlp_minibatch_step:
+        rettype: double precision[]
+        argument: double precision[], double precision[], double precision[], 
double precision[], double precision, integer, integer, double precision, 
double precision[], double precision, integer, integer
+
+# Casts (UDC) updated/removed
+udc:
+
+# Operators (UDO) removed/updated
+udo:
+
+# Operator Classes (UDOC) removed/updated
+udoc:

Reply via email to