+1 (binding)

- downloaded the zip from dist (didn't bother with github cuz that's not
the official release object)
- verified signature and checksum
- building unit tests: no errors
- ran unit tests: no errors (not even a sporadic false positive!)
- ran python unit tests: no errors

One thing I always forget is that I need to add pybind11 separately from
the download. I don't think we want to figure out packaging that in our
zip, but I usually just remember to do that when I get an error trying to
run python tests. Seems suboptimal.

  jon

On Mon, Jul 12, 2021 at 2:16 PM leerho <[email protected]> wrote:

> +1 (binding)
> - Downloaded from GitHub: 3.1.0-rc2
> - cmake .., make and make test   all work fine, no errors.
> - checked that 3.1.0-rc2 is loaded into
> /dist/dev/datasketches/cpp/3.1.0-rc2
> - LICENSE, NOTICE OK, (remember next time to update the year to 2021)
>
> Lee,
>
>
>
>
>
>
> On Fri, Jul 9, 2021 at 3:57 PM Alexander Saydakov
> <[email protected]> wrote:
>
>> Hello Apache DataSketches PMC and Community,
>>
>>
>> This is a call for vote to release Apache DataSketches-cpp candidate
>> version: 3.1.0-rc2
>>
>>
>> Changes since rc1:
>>
>>     - fixed a compilation issue with some older compilers such as gcc
>> 4.8.5
>>
>>
>> Changes since the last release 3.0.0:
>>
>>     - Kolmogorov-Smirnov test for KLL sketch
>>
>>     - custom seed support in Theta Jaccard similarity
>>
>>     - Theta union bug fix
>>
>>     - added get_max_serialized_size_bytes method for KLL and CPC sketches
>>
>>     - added wrapped_compact_theta_sketch to avoid some cost of
>> deserialization
>>
>>     - massive code cleanup to avoid compiler warnings
>>
>>     - iterator fix in KLL sketch
>>
>>     - iterator fix in REQ sketch
>>
>>     - exception safety fix in theta_update_sketch_base
>>
>>     - misaligned access fix in MurmurHash3
>>
>>
>> Source repository:
>>
>>     - https://github.com/apache/datasketches-cpp
>>
>>
>> Git Tag for this release:
>>
>>     - https://github.com/apache/datasketches-cpp/tree/3.1.0-rc2 on
>> branch 3.1.x
>>
>>
>> Git HashId for this release is: a375f9805ab8064b20e6a1b82282e4d04b102328
>>
>>
>> The Release Candidate / Zip Repository:
>>
>>     - https://dist.apache.org/repos/dist/dev/datasketches/cpp/3.1.0-rc2/
>>
>>
>> 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]>
>>
>>
>> Build & Test Guide:
>>
>>     - https://github.com/apache/datasketches-cpp/blob/3.1.0-rc2/README.md
>>
>>
>> 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]
>>
>>
>>

Reply via email to