You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2020/03/17 19:14:01 UTC

[incubator-datasketches-cpp] branch master updated (3026f8f -> df9a865)

This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git.


    from 3026f8f  Merge pull request #100 from apache/hll4_fix
     add 1d22c3b  check for NaN and inifite weights in varopt updates
     add 92aae69  ignore nonpositive, NaN or infinite weights instead of throwing
     add cc6f490  ignore only 0.0 weights, throw on invalid values
     add e2580a6  check that 0.0 weight is ignored
     new df9a865  Merge pull request #99 from apache/vo_weight_check

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sampling/include/var_opt_sketch_impl.hpp | 6 ++++--
 sampling/test/var_opt_sketch_test.cpp    | 4 ++++
 2 files changed, 8 insertions(+), 2 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[incubator-datasketches-cpp] 01/01: Merge pull request #99 from apache/vo_weight_check

Posted by jm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git

commit df9a865678be04ea19b3b7c19c77696bac13ed75
Merge: 3026f8f e2580a6
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Tue Mar 17 12:13:49 2020 -0700

    Merge pull request #99 from apache/vo_weight_check
    
    check for NaN and inifite weights in varopt updates

 sampling/include/var_opt_sketch_impl.hpp | 6 ++++--
 sampling/test/var_opt_sketch_test.cpp    | 4 ++++
 2 files changed, 8 insertions(+), 2 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org