You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by GitBox <gi...@apache.org> on 2023/01/12 01:59:52 UTC

[GitHub] [datasketches-cpp] jmalkin opened a new pull request, #330: Python tuple sketch

jmalkin opened a new pull request, #330:
URL: https://github.com/apache/datasketches-cpp/pull/330

   This adds tuple sketch support to the python library, and specifically provides an arbitrary python object as the summary, as well as custom python policies for set operations.
   
   A few basic policy implementations are included. They both demonstrate examples of how to implement a custom policy as well as provide a few basic options that seem reasonably useful.
   
   And unlike the previous attempt, this has unit tests in place. And I hope somewhat improved documentation.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [datasketches-cpp] jmalkin merged pull request #330: Python tuple sketch

Posted by "jmalkin (via GitHub)" <gi...@apache.org>.
jmalkin merged PR #330:
URL: https://github.com/apache/datasketches-cpp/pull/330


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [datasketches-cpp] coveralls commented on pull request #330: Python tuple sketch

Posted by GitBox <gi...@apache.org>.
coveralls commented on PR #330:
URL: https://github.com/apache/datasketches-cpp/pull/330#issuecomment-1379719576

   ## Pull Request Test Coverage Report for [Build 3898418904](https://coveralls.io/builds/55872270)
   
   * **0** of **0**   changed or added relevant lines in **0** files are covered.
   * No unchanged relevant lines lost coverage.
   * Overall coverage remained the same at **93.871%**
   
   ---
   
   
   
   |  Totals | [![Coverage Status](https://coveralls.io/builds/55872270/badge)](https://coveralls.io/builds/55872270) |
   | :-- | --: |
   | Change from base [Build 3878001055](https://coveralls.io/builds/55780533): |  0.0% |
   | Covered Lines: | 2328 |
   | Relevant Lines: | 2480 |
   
   ---
   ##### 💛  - [Coveralls](https://coveralls.io)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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