Closed tylerjereddy closed 9 years ago
The scipy maintainers have requested that our main module be renamed to _spherical_voronoi.py, as only the SphericalVoronoi class is public.
_spherical_voronoi.py
SphericalVoronoi
I'll get started on this conversion, and try to ensure it doesn't break anything.
This is causing some issues with doctests and unit tests, even though unit tests were passing on my own machine. Re-opening and working on this now...
The scipy maintainers have requested that our main module be renamed to
_spherical_voronoi.py
, as only theSphericalVoronoi
class is public.I'll get started on this conversion, and try to ensure it doesn't break anything.