diff --git a/.asf.yaml b/.asf.yaml index 40a66c4..2c8b9da 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -1,3 +1,20 @@ +# 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. + github: features: issues: true diff --git a/README.md b/README.md index 31284d8..0a6083e 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ If you are interested in making contributions to this site please see our [Commu | Cardinality | | | | | CpcSketch | ⚠️ | | | HllSketch | ⚠️ | -| | ThetaSketch | 🚧 | -| | TupleSketch | ❌ | +| | ThetaSketch | ⚠️ | +| | TupleSketch | 🚧 | | Quantiles | | | | | CormodeDoublesSketch | ❌ | | | CormodeItemsSketch | ❌ | @@ -51,8 +51,8 @@ If you are interested in making contributions to this site please see our [Commu | | KllSketch | ⚠️ | | | ReqFloatsSketch | ❌ | | Frequencies | | ️ | -| | LongsSketch | ⚠️ | -| | ItemsSketch | ⚠️ | +| | FreqLongsSketch | ⚠️ | +| | FreqItemsSketch | ⚠️ | | | CountMinSketch | ⚠️ | | Sampling | | | | | ReservoirLongsSketch | ❌ | @@ -80,4 +80,4 @@ If you are interested in making contributions to this site please see our [Commu ================= -This code requires Go 1.23 +This code requires Go 1.24 diff --git a/go.mod b/go.mod index 89c1346..b177cad 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ module github.com/apache/datasketches-go -go 1.24.9 +go 1.24.11 require ( github.com/stretchr/testify v1.8.4