Calvin McCarter
Calvin McCarter
@dblalock With a bit more documentation around the C++ API, I'd be happy to write a basic command-line interface. Obviously getting and returning matrices via file i/o is slow, but...
Unfortunately I can't do that with a PR. But the steps are actually [relatively simple](https://packaging.python.org/en/latest/tutorials/packaging-projects/#generating-distribution-archives)
I can't promise yet, but I'll try to find the time soon!
@rfeinman - do you think testing is good enough as of #11 for releasing on pip? (I'd like to distribute my own package, which has torchmin as a dependency...)
@rfeinman - sounds good. Also, if you make your package citable via Zenodo, I'll be happy to cite it in a forthcoming paper.
Most likely there's a problem with 0.0.2. Perhaps the source is in the uploaded build distribution, or the built distribution is in the uploaded source? Strangely, pypi is sensitive to...
There are advantages to query_probes that do not exist for build_probes. As one increases n_clusters (ie reduces the size of the clusters) and increases query_probes, one converges towards searching through...
@cgyarvin This fixes #50. Fixing #50 fixes gas costs. Fixing gas costs fixes Azimuth. Fixing Azimuth fixes Urbit. And "Urbit fixes this".
Instead of the naive rollup approach, the original Azimuth contract should've just been made more gas efficient. Implementation changes like this one -- which makes ownership changes less costly, while...