Brian Thorne
Brian Thorne
So the `greedy_solve` function (and friends) don't return the similarity information. From the docstrings: ``` :return: An sequence of groups. Each group is an sequence of records. Two records are...
We could output a list of scores for each group after the solver step.
TODO: make this about groups rather than mapping. Plan is to deprecate mapping output type.
We still need to measure just how much of the time is taken by memory copying and type conversions.
There was some further discussion on switching to `array` - https://github.com/n1analytics/anonlink/pull/121#discussion_r200878288
How about we just add as new cli options: ``` --unsigned --base [base] --precision [precision] ```
Agree either made into an example or moved to own repository?
We provide a method to explicitly encode as a BigDecimal and then we ignore it and encode as a BigInteger. Can we add a check that the size of the...
@zariiii9003 the `furo` theme looks great. I've invited you as an admin to python-can on readthedocs.
