Miniball

Latest version: v1.2.0

Safety actively analyzes 624698 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.2.0

Two minor optimizations bring a nice 4x speed improvement.

1.1.0

The algorithm to compute bounding balls relies on a pseudo-random number generator.
Although the algorithm returns an exact solution, it is only exact up to the ``epsilon``
parameter. As a consequence, running the ``get_bounding_ball`` function twice on
the same input might not return exactly the same output.

This release introduces a new ``rng`` keyword parameter to the ``get_bounding_ball function``.
It allows to define the pseudo-random number generator used internally, therefore allowing
to have repeatable outputs.

1.0.4

Accepts and process correctly integer coordinates as input, without throwing an exception.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.