-
-
Couldn't load subscription status.
- Fork 74
✨ np.array interface implementation #154
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 38 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
fa8e388
:sparkles: first draft of np array interface implementation
jonasvdd 1f17f2e
:dash: formatting
jonasvdd 57af536
:racing_car: bisect + better (default) rangeindex slicing
jonasvdd e5db564
:muscle: first version of array interface
jonasvdd 88a9ef2
:dash: update __init__
jonasvdd 5db87d6
:see_no_evil: updating init imports
jonasvdd aae1b0f
:mag: profiling
jonasvdd 4b57cfe
:muscle: first version of working tests
jonasvdd 2964f10
:sparkles: figure-resampler tests
jonasvdd ef2a3f4
:sweat_smile: fixing tests for figureWidget
jonasvdd 047f05d
:fire: first complete iteration of array interface codebase
jonasvdd b24797c
:dash: adding more tests
jonasvdd c25ae4a
:checkered_flag: add pytest-lazy-fixture
jonasvdd db720f3
:handshake: Merge remote-tracking branch 'origin/main' into np_array_…
jonasvdd b43f9e9
:pen: review code
jvdd 19768b7
:pray: import annotations from __future__
jvdd 26c35d0
:thinking: make pandas a wildcard dependency?
jvdd 267c9f7
:broom: code review
jvdd b6e2cff
Rework aggregator interface (#186)
jvdd 562a703
Merge branch 'main' into np_array_interface
jvdd 31df755
:robot: remove unused import
jonasvdd afc63a9
:pen:
jvdd 456df9e
:bug:
jvdd b2d2497
:broom: cleaning up
jonasvdd 4273475
:robot:
jvdd 0bfc3f4
:broom:
jvdd 0595cd0
:rocket: integrate with tsdownsample
jvdd 1a7d31a
:fire: review :pen:
jonasvdd 9918027
:handshake: drop the C code (as tsdownsample covers this)
jvdd 92004cd
:broom: remove C build code
jvdd b573766
:memo: update readme & license
jonasvdd bb84dd4
:see_no_evil: fix rangeslider bug
jonasvdd 9c6200c
:dash: adding downsample kwargs argument :sparkles:
jonasvdd 83aafcf
:scroll: updating & verifying docs
jonasvdd 95a990f
:goat: finish integration with tsdownsample :fire:
jonasvdd e0a63d2
:pen: review with @jonasvdd
jvdd 061344a
Merge pull request #191 from predict-idlab/tsdownsample
jonasvdd ca76e1b
:pray: update poetry lock
jvdd 2239c49
Update plotly_resampler/aggregation/aggregators.py
jvdd ccbabd5
:pen: review code
jvdd 5d26d38
test range-index + add correct support for funcaggregator
jvdd b6b5d5c
fix: allow passing FuncAggregators to add_traces
jvdd 7576b99
:detective: profile code
jvdd 48086d0
refactor: add gap handling via composition
jvdd 0b06ba3
:lotus_position: remove too tightly coupled code
jvdd b3a4ebb
:see_no_evil: add default_gap_handler to subclass constructors
jvdd 8105aad
refactor: restructure code in better named files
jvdd fbed745
:pen: review
jonasvdd 8e5bcfd
Merge pull request #199 from predict-idlab/gap_composition
jonasvdd 849bc8e
:broom: formatting
jvdd 68fa476
bump tsdownsample version
jvdd 497b2a2
:pen: fix minor inline comment
jvdd 1c53c64
:crayon: fix docs
jonasvdd d1522ff
:broom: polishing
jonasvdd 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
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
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.