miniball icon indicating copy to clipboard operation
miniball copied to clipboard

Smallest Enclosing Balls of Points

Results 2 miniball issues
Sort by recently updated
recently updated
newest added

In preparation for Python 3.12, implement #7 I was pleasantly surprised to see that _no_ code adaptation was needed, as the `Miniball.cpp` extension is *already* ABI3 (`Py_LIMITED_API`) compatible, so this...

During the introduction of the Github Actions, there was an error while uploading the wheels to PyPI. To fix this, I set `skip_existing`: https://github.com/weddige/miniball/blob/857b73ef9441aec24b0b36c1863bf012c41626e9/.github/workflows/build.yml#L66 This is not longer necessary and...