astropy / astroquery

Functions and classes to access online data resources. Maintainers: @keflavich and @bsipocz and @ceb8
http://astroquery.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
706 stars 399 forks source link

API: rethink duplicated namespaces e.g. in solarsystem #3102

Open bsipocz opened 1 month ago

bsipocz commented 1 month ago

Recently we run into the issue of #3100 where warnings were issues due to classes being exposed in multiple namespaces.

The issue is not worked around with a version pin, so building the docs keep working, but we may need to rethink our approach.