-
-
Notifications
You must be signed in to change notification settings - Fork 74
✨ register plotly-resampler #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 6 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
8df121e
:construction: 1st quick implementation of register plotly-resampler
jvdd a92a5a4
:sparkles: first draft of `add_traces`
jonasvdd 22a57f3
:see_no_evil:
jonasvdd 96b3bbb
:recycle: cleanup + fix some :bug:s
jvdd f1cc248
:broom: move utils.py to figure_resampler + add tests
jvdd 6b682cd
:recycle: test figure as dictionary
jvdd ca8976b
:fire: add automatic google colab ipywidget support
jvdd 6863c54
:crayon:
jonasvdd 75a57be
:see_no_evil:
jonasvdd 52607dc
:muscle: adding the (un)register functions into __init__
jonasvdd e4fbe7b
:mag: docs + check for fr & fwr
jonasvdd 1d0cbab
:fire: compose behavior v1 :goat:
jonasvdd 1db6486
:hedgehog: removing unused methods
jonasvdd b9403a1
:olive: first draft of tests
jonasvdd 9639c06
:cat2: 2nd iteration of compose functionality
jonasvdd 3b4476e
:beaver: composability tests :feet:
jonasvdd 3c80a8f
:deer: adjusting some trace template data
jonasvdd 7769376
:construction: fix pandas deprecation warning
jonasvdd 7dc7df6
:bug: fix small bug where we drop the `hf_data`
jonasvdd b8ecf99
:mag: adding `limit_to_view` and `agg` `no_agg` tests
jonasvdd 12c4e93
:pen: review code
jvdd bb057cd
:mag: apply review suggestions
jonasvdd 9b95694
Merge branch 'compose_figs' of github.com:predict-idlab/plotly-resamp…
jonasvdd 2b7f2e7
Merge pull request #72 from predict-idlab/compose_figs
jonasvdd 50a2a2b
:sparkles: improve registering implementation
jvdd 7517dfd
:fire: add registering tests
jvdd 22f32ac
:book: updating docs
jonasvdd 6ab5701
:pencil: review
jonasvdd d5fe2d1
:pencil: review
jonasvdd 59d753c
:goggles: updating docs conf
jonasvdd 392f8aa
:virgo: adding hf_data_copy tests
jonasvdd 59c70ab
Update README.md
jonasvdd b94dc4a
:curly_loop: updating & improving docs
jonasvdd 4804862
:pen: update readme
jvdd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this needs some profiling before we decide whether this will be done.
I think you should first check whether the object is a FigureAggregator instance, otherwise it will most likely loose the current
_hf_data
properties