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 2022/06/09 23:21:08 UTC

[GitHub] [datasketches-cpp] priyamtejaswin opened a new issue, #286: TupleSketch support for Python?

priyamtejaswin opened a new issue, #286:
URL: https://github.com/apache/datasketches-cpp/issues/286

   Hello devs,
   
   Thanks for releasing and maintaining the DataSketches library, and the Python bindings.
   I was wondering if there is any effort to add support for `TupleSketches` in the Python bindings?
   Or if there was a prior effort, and it's not supported/implemented for some reasons?
   
   Thanks!
   Priyam


-- 
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.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 commented on issue #286: TupleSketch support for Python?

Posted by GitBox <gi...@apache.org>.
jmalkin commented on issue #286:
URL: https://github.com/apache/datasketches-cpp/issues/286#issuecomment-1304608645

   I know this was closed a while ago. We have looked into the issue and are and trying to ensure the next major release will be able to support this, but we don't yet have a timeframe.


-- 
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 closed issue #286: TupleSketch support for Python?

Posted by GitBox <gi...@apache.org>.
jmalkin closed issue #286: TupleSketch support for Python?
URL: https://github.com/apache/datasketches-cpp/issues/286


-- 
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 commented on issue #286: TupleSketch support for Python?

Posted by "jmalkin (via GitHub)" <gi...@apache.org>.
jmalkin commented on issue #286:
URL: https://github.com/apache/datasketches-cpp/issues/286#issuecomment-1412442097

   @priyamtejaswin We just merged python tuple sketch support into the main branch. Not an official release (so not in pypi, either) but you should be able to play with it for now if you build the library yourself.


-- 
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 commented on issue #286: TupleSketch support for Python?

Posted by GitBox <gi...@apache.org>.
jmalkin commented on issue #286:
URL: https://github.com/apache/datasketches-cpp/issues/286#issuecomment-1152170606

   We don't have serialization for anything with a custom type, much less something more complex like the operations on a summary object. Contributions of a reasonable generic model are certainly welcome :smile: 
   
   You may also have noticed that we have quantiles sketches defined only for a few numeric types in python, even though the underlying C++ classes can work with anything comparable. Same reason there, except that floats/doubles/ints have trivial comparators which lets us add them.


-- 
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 commented on issue #286: TupleSketch support for Python?

Posted by "jmalkin (via GitHub)" <gi...@apache.org>.
jmalkin commented on issue #286:
URL: https://github.com/apache/datasketches-cpp/issues/286#issuecomment-1533723256

   Our documentation for it is I'm sure woefully lacking, but this is now in the official release version on pypi!
   [](https://pypi.org/project/datasketches/)


-- 
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