Define the top-level public API#1742
Open
Kkkakania wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
__all__tohvplot/__init__.py, including__version__and the existing documented top-level objectsF401suppressions that are no longer needed once those imports are declared exportsThis addresses the top-level portion of #1626.
Context
#1718 previously proposed the same top-level scope and established the intended export set. Thank you to @toroleapinc for that initial work. This replacement starts from current
main, applies the maintainer feedback recorded there, adds regression coverage, and includes the requested AI disclosure.Validation
mainbecausehvplot.__all__was absentpython -m pytest hvplot/tests/test_api.py hvplot/tests/testdeprecations.py hvplot/tests/testpatchsignature.py hvplot/tests/testplotting.py -q(103 passed, 7 skipped)python -m pytest hvplot/tests -q(1039 passed, 376 skipped, 58 deselected, 24 xfailed)pre-commit run --files hvplot/__init__.py hvplot/tests/test_api.py(all applicable hooks passed)from hvplot import *smoke testgit diff --checkAI assistance
OpenAI Codex assisted with issue and prior-PR research, implementation, testing, and PR drafting. I reviewed the full diff and validation results. No private data or generated project assets are included.