This is an automated email from the ASF dual-hosted git repository. placave pushed a commit to branch pierre.lacave/chore-go-version-license in repository https://gitbox.apache.org/repos/asf/datasketches-go.git
commit 8aa4ffae363bfcab13d73e30acf16ffd21e1bab5 Author: Pierre Lacave <[email protected]> AuthorDate: Thu Dec 11 12:23:21 2025 +0100 (Chore) Add missing license, Bump Go minor, update Readme status --- .asf.yaml | 17 +++++++++++++++++ README.md | 10 +++++----- go.mod | 2 +- 3 files changed, 23 insertions(+), 6 deletions(-) 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<S> | ❌ | +| | ThetaSketch | ⚠️ | +| | TupleSketch<S> | 🚧 | | Quantiles | | | | | CormodeDoublesSketch | ❌ | | | CormodeItemsSketch<T> | ❌ | @@ -51,8 +51,8 @@ If you are interested in making contributions to this site please see our [Commu | | KllSketch<T> | ⚠️ | | | ReqFloatsSketch | ❌ | | Frequencies | | ️ | -| | LongsSketch | ⚠️ | -| | ItemsSketch<T> | ⚠️ | +| | FreqLongsSketch | ⚠️ | +| | FreqItemsSketch<T> | ⚠️ | | | 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
