+1 I checked: - shasum - gpg signature - cmake/make/make test - had to clone pybind11 into the relevant subdir manually, but then python tests ran viz tox - LICENSE and NOTICE present
We do include the .github directory and .gitignore, but I think those are harmless. You can even use the CI workflow if you need a reminder of the relevant commands. I really need to add a CI job for the RAT tool at some point, but I did not check that. jon On Mon, Mar 1, 2021 at 4:44 PM Alexander Saydakov <[email protected]> wrote: > ### Introduction of new Relative Error Quantiles Sketch, > > ### Added Tuple sketch and rewritten Theta sketch to share the same base, > > ### Performance improvement of HLL sketch, > > ### Removed serialization of Update Theta sketch and Union, and HLL Union, > > ### Added support for passing instances of allocators > > > Hello Apache DataSketches PMC and Community, > > > 1. This is a call for vote to release Apache DataSketches-cpp candidate > version: 3.0.0-rc1 > > > NOTE 1: This is the core C++ component of the DataSketches library > that includes all the sketch algorithms and Python bindings. These sketches > can be called directly from this component or used in conjunction with the > adaptor compone > > > 2. Source repository: > > - https://github.com/apache/datasketches-cpp > > > Git Tag for this release: > > - https://github.com/apache/datasketches-cpp/tree/3.0.0-rc1 on branch > 3.0.x > > > Git HashId for this release starts with: 45885c0 > > > 3. The Release Candidate / Zip Repository: > > - https://dist.apache.org/repos/dist/dev/datasketches/cpp/3.0.0-rc1/ > > > The public signing key can be found in the KEYS file: > > - https://dist.apache.org/repos/dist/dev/datasketches/KEYS > > > > The artifacts have been signed with key: > > 68486114A8E8B4E0 2019-08-20 Alexander Saydakov (CODE SIGNING KEY) < > [email protected]> > > > 4. Build & Test Guide: > > - > https://github.com/apache/datasketches-cpp/blob/45885c0c8c0807bb9480886d60ca7042000a4c43/README.md > > > 5. The vote will be performed as follows: > > - This letter will be published on dev@ and remain open for at least > 72 hours (excluding weekends and holidays), AND until at least 3 (+1) PMC > votes or a majority of (+1) PMC votes are acquired. Anyone in the community > can vote. > > > Please vote accordingly: > > > [ ] +1 approve > > [ ] +0 no opinion > > [ ] -1 disapprove with the reason > > > Thanks, > > Alexander Saydakov > > [email protected] >
