Skip to content

Commit 230823a

Browse files
release process: version 1.6.0
1 parent fb411fa commit 230823a

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

META.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "datasketches",
33
"abstract": "approximate algorithms for big data analysis",
4-
"version": "1.6.0-SNAPSHOT",
4+
"version": "1.6.0",
55
"maintainer": [
66
"Apache DataSketches Dev List <dev@datasketches.apache.org>",
77
"Apache DataSketches Users List <users@datasketches.apache.org>"
@@ -11,47 +11,47 @@
1111
"cpc_sketch": {
1212
"abstract": "CPC sketch for approximate distinct counting",
1313
"file": "sql/datasketches_cpc_sketch.sql",
14-
"version": "1.6.0-SNAPSHOT"
14+
"version": "1.6.0"
1515
},
1616
"theta_sketch": {
1717
"abstract": "Theta sketch for approximate distinct counting with set operations",
1818
"file": "sql/datasketches_theta_sketch.sql",
19-
"version": "1.6.0-SNAPSHOT"
19+
"version": "1.6.0"
2020
},
2121
"aod_sketch": {
2222
"abstract": "Specialized Tuple sketch with an array of double values associated with each key",
2323
"file": "sql/datasketches_aod_sketch.sql",
24-
"version": "1.6.0-SNAPSHOT"
24+
"version": "1.6.0"
2525
},
2626
"hll_sketch": {
2727
"abstract": "HLL sketch for approximate distinct counting",
2828
"file": "sql/datasketches_hll_sketch.sql",
29-
"version": "1.6.0-SNAPSHOT"
29+
"version": "1.6.0"
3030
},
3131
"kll_float_sketch": {
3232
"abstract": "KLL quantiles sketch for approximating distributions of float values (quanitles, ranks, histograms)",
3333
"file": "sql/datasketches_kll_float_sketch.sql",
34-
"version": "1.6.0-SNAPSHOT"
34+
"version": "1.6.0"
3535
},
3636
"kll_double_sketch": {
3737
"abstract": "KLL quantiles sketch for approximating distributions of double values (quanitles, ranks, histograms)",
3838
"file": "sql/datasketches_kll_double_sketch.sql",
39-
"version": "1.6.0-SNAPSHOT"
39+
"version": "1.6.0"
4040
},
4141
"req_float_sketch": {
4242
"abstract": "REQ (Relative Error Quantiles) sketch for approximating distributions of float values (quanitles, ranks, histograms)",
4343
"file": "sql/datasketches_req_float_sketch.sql",
44-
"version": "1.6.0-SNAPSHOT"
44+
"version": "1.6.0"
4545
},
4646
"frequent_strings_sketch": {
4747
"abstract": "frequent items sketch for approximate computation of the most frequent strings",
4848
"file": "sql/datasketches_frequent_strings_sketch.sql",
49-
"version": "1.6.0-SNAPSHOT"
49+
"version": "1.6.0"
5050
},
5151
"quantiles_double_sketch": {
5252
"abstract": "Quantiles sketch for approximating distributions of double values (quanitles, ranks, histograms), superseded by KLL sketch, included to support legacy sketch data from other platforms",
5353
"file": "sql/datasketches_quantiles_double_sketch.sql",
54-
"version": "1.6.0-SNAPSHOT"
54+
"version": "1.6.0"
5555
}
5656
},
5757
"resources": {

datasketches.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DataSketches extension
22
comment = 'Aggregation functions and data types for approximate algorithms'
3-
default_version = '1.6.0-SNAPSHOT'
3+
default_version = '1.6.0'
44
relocatable = true
55
module_pathname = '$libdir/datasketches'

0 commit comments

Comments
 (0)