Luca Cappelletti
Luca Cappelletti
Ok, what needs to happen for this to be done?
@benedekrozemberczki if you have time, everything is ready for a new release. Otherwise, I can publish a (potentially) temporary new package and add it to the README until you find...
FYI, the errors are caused by the CI configuration being old. Consider updating it.
Hi @alecmocatta, sure - I am running some benchmarks so I may add some other small edits.
Why are you checking whether the estimates are three-sorted? I see that you run a [binary search](https://github.com/alecmocatta/streaming_algorithms/blob/99522db25ab4f7a7ba91c793b7568cc1c62afa56/src/distinct.rs#L364) but that requires the estimates to be completely sorted, and I recently discovered...
Did you end up finding how to get MinHash out of tmap?
I have no idea what either of those things are. Could you please define both? If you refer to graphs with edge types, yes we support graphs with edge types.
Those are just different topologies of typed multigraphs, and both are handled. [Here you find a tutorial on loading a graph](https://github.com/AnacletoLAB/grape/blob/main/tutorials/Loading_a_Graph_in_Ensmallen.ipynb), but this one does NOT have edge types. That...
Hi - any particular reason for closing down this PR?
Relevant pull request is here: https://github.com/sqlparser-rs/sqlparser-rs/pull/1352