You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2021/07/20 22:59:04 UTC

[datasketches-postgresql] branch 1.5.x updated: updated version

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

alsay pushed a commit to branch 1.5.x
in repository https://gitbox.apache.org/repos/asf/datasketches-postgresql.git


The following commit(s) were added to refs/heads/1.5.x by this push:
     new 0deb77c  updated version
0deb77c is described below

commit 0deb77c34a6512e22d2cc4076d0d6db58ad16c0a
Author: AlexanderSaydakov <Al...@users.noreply.github.com>
AuthorDate: Tue Jul 20 15:58:36 2021 -0700

    updated version
---
 META.json            | 12 ++++++------
 datasketches.control |  2 +-
 package.sh           |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/META.json b/META.json
index 749c802..e967c58 100644
--- a/META.json
+++ b/META.json
@@ -1,7 +1,7 @@
 {
    "name": "datasketches",
    "abstract": "approximate algorithms for big data analysis",
-   "version": "1.3.0",
+   "version": "1.5.0",
    "maintainer": [
      "Apache DataSketches <is...@datasketches.apache.org>",
      "Sketches User List <sk...@googlegroups.com>"
@@ -11,27 +11,27 @@
       "cpc_sketch": {
          "abstract": "CPC sketch for approximate distinct counting",
          "file": "sql/datasketches_cpc_sketch.sql",
-         "version": "1.3.0"
+         "version": "1.5.0"
       },
       "theta_sketch": {
          "abstract": "Theta sketch for approximate distinct counting with set operations",
          "file": "sql/datasketches_theta_sketch.sql",
-         "version": "1.3.0"
+         "version": "1.5.0"
       },
       "hll_sketch": {
          "abstract": "HLL sketch for approximate distinct counting",
          "file": "sql/datasketches_hll_sketch.sql",
-         "version": "1.3.0"
+         "version": "1.5.0"
       },
       "kll_float_sketch": {
          "abstract": "KLL quantiles sketch for approximating distributions of float values (quanitles, ranks, histograms)",
          "file": "sql/datasketches_kll_float_sketch.sql",
-         "version": "1.3.0"
+         "version": "1.5.0"
       },
       "frequent_strings_sketch": {
          "abstract": "frequent items sketch for approximate computation of the most frequent strings",
          "file": "sql/datasketches_frequent_strings_sketch.sql",
-         "version": "1.3.0"
+         "version": "1.5.0"
       }
    },
    "resources": {
diff --git a/datasketches.control b/datasketches.control
index 0b72b3a..0c1794c 100644
--- a/datasketches.control
+++ b/datasketches.control
@@ -1,5 +1,5 @@
 # DataSketches extension
 comment = 'Aggregation functions and data types for approximate algorithms'
-default_version = '1.3.0'
+default_version = '1.5.0'
 relocatable = true
 module_pathname = '$libdir/datasketches'
diff --git a/package.sh b/package.sh
index ccba238..887020a 100755
--- a/package.sh
+++ b/package.sh
@@ -32,7 +32,7 @@ if [ -z $2 ]; then
 fi
 
 # version of datasketches-cpp core library to include
-CORETAG=3.0.0
+CORETAG=3.1.0
 
 # boost version to include
 BOOSTVER=1.76.0

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org