tylerjereddy / scipy

Scipy library main repository
http://scipy.org/scipylib/
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

rename module to `_spherical_voronoi.py` #11

Closed tylerjereddy closed 9 years ago

tylerjereddy commented 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.

I'll get started on this conversion, and try to ensure it doesn't break anything.

tylerjereddy commented 9 years ago

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...