miniball
miniball copied to clipboard
Fast computation of the smallest enclosing ball of a point set, in low or moderately high dimensions.
The test case `test_schnarz` in `MiniballTest.java` fails with an exception in case `Miniball.Eps` is `1.0e-14` (the current setting). What can we do about this?
"import numpy" fails during setup if numpy i not already installed. This is fixed by adding numpy as a build system requirement. The install readme is updated, installing miniball directly...
Obviously you removed boost lib for example usage (Still at https://github.com/hbf/miniball#getting-started-c you still mention the obsolet Boost lib). ... but used rand () instead. It's anything than of major importance...
I am following the instructions on the readme page, but I get the following errors when I try to run `pip install setup.py`: ERROR: Could not find a version that...
Hello :) I am currently using miniball _1.0.3_. And for traceability reasons in our documentation I cannot just use the current _master_. I recently ran into this known issue, which...