- Enhancement: Rename package cyminiball to comply with [PEP 423](https://www.python.org/dev/peps/pep-0423/)
- Enhancement: Refactor function signature of `compute_max_chord()`
- Enhancement: Add argument `tol` to control numerical validity check if (applies if `details=True`)
- Enhancement: Introduce basic setup for CI tools
- Enhancement: Enable coverage analysis for Cython code
- Enhancement: Improve coding style and test coverage
- Fix: Issue 1 Performance problem related to `compute(..., details=True)`
- Fix: Issue 2 (suppress unnecessary runtime errors)