feat: add __all__ to hvplot/__init__.py to define public API#1718
Closed
toroleapinc wants to merge 2 commits into
Closed
feat: add __all__ to hvplot/__init__.py to define public API#1718toroleapinc wants to merge 2 commits into
toroleapinc wants to merge 2 commits into
Conversation
Define the public API by adding __all__ to the main hvplot package. This includes all publicly documented functions, classes and modules that are intended for user consumption. Closes #1626 (partial: main __init__.py only) Signed-off-by: edvatar <88481784+toroleapinc@users.noreply.github.com>
Member
|
Thank you for the PR. Two things: |
Signed-off-by: edvatar <88481784+toroleapinc@users.noreply.github.com>
Author
|
Thanks for the review! |
Member
|
Please give me an AI disclosure. You have applied the changes yourself after my comment... |
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
Add
__all__tohvplot/__init__.pyto explicitly define the public API.Closes (partial) #1626 (partial: main
__init__.pyonly, other submodules can be done in follow-up PRs)What's included
All publicly documented functions, classes, and modules:
andrews_curves,lag_plot,parallel_coordinates,scatter_matrix,plotHoloViewsConverter,hvPlot,hvPlotTabular,Interactivehelp,hvplot_extension,output,save,show,bind,post_patchexplorerrender,extensionsampledataPrivate utilities (prefixed with
_) are intentionally excluded.