finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
https://perspective.finos.org/
Apache License 2.0
7.94k stars 1.06k forks source link

Ensure all python * imports pull from `__all__` exports #2419

Closed timkpaine closed 4 months ago

timkpaine commented 8 months ago

We use a lot of from .subpackage import *, which is good but we really should be defining __all__ in the files/folders from which we pull to avoid extra exports and to better aide with tools like intellisense and jupyter autoreload.

texodus commented 7 months ago

Don't ask for issues to be assigned to you if you're a first-time contributor.

CONTRIBUTING.md

texodus commented 4 months ago

Closing this as it's become a honeypot for low-effort & chatbot-generated PRs. We IMO really don't need maintenance tasks here anyway as they don't really have relevance to a user of Perspective looking at Issues.