Skip to content
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

Add Streamz pane with ReplacementPane base class #767

Merged
merged 6 commits into from
Nov 11, 2019

Conversation

philippjfr
Copy link
Member

Factors out components from ParamMethod class into a ReplacementPane abstract baseclass which is then used as the basis for a streamz.Stream class which allows streaming all kinds of objects in addition to the objects DataFrame like streamz objects supported by the DataFrame pane.

@codecov-io
Copy link

codecov-io commented Nov 11, 2019

Codecov Report

Merging #767 into master will decrease coverage by 0.14%.
The diff coverage is 61.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #767      +/-   ##
==========================================
- Coverage   69.58%   69.44%   -0.15%     
==========================================
  Files         102      103       +1     
  Lines       10211    10259      +48     
==========================================
+ Hits         7105     7124      +19     
- Misses       3106     3135      +29
Impacted Files Coverage Δ
panel/pane/__init__.py 34.78% <0%> (-1.59%) ⬇️
panel/tests/test_io.py 100% <100%> (ø) ⬆️
panel/links.py 65.57% <100%> (+0.69%) ⬆️
panel/tests/test_viewable.py 100% <100%> (ø) ⬆️
panel/tests/test_param.py 99.84% <100%> (-0.01%) ⬇️
panel/pane/streamz.py 32.35% <32.35%> (ø)
panel/param.py 76.61% <58.33%> (+0.75%) ⬆️
panel/tests/util.py 83.6% <60%> (-2.11%) ⬇️
panel/pane/base.py 60% <64.28%> (+1.66%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a62ceeb...bd0a503. Read the comment docs.

@philippjfr philippjfr merged commit 608dfce into master Nov 11, 2019
@philippjfr philippjfr deleted the streamz_replacement_panel branch December 17, 2019 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants