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

More dynamic ParamPanel and more widgets #15

Merged
merged 29 commits into from
Sep 2, 2018
Merged

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr commented Sep 1, 2018

  • Adds discrete slider

  • Adds autocomplete widget

  • Link parameter attributes (bounds, constant, objects) to widgets

  • Fix datetime and range widgets

  • Add support for displaying subobjects

  • Unit tests

  • Update docs

@philippjfr philippjfr changed the title More dynamic ParamPanel More dynamic ParamPanel and more widgets Sep 1, 2018
@philippjfr philippjfr added the type: enhancement Minor feature or improvement to an existing feature label Sep 1, 2018
@codecov-io
Copy link

codecov-io commented Sep 2, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@0d70388). Click here to learn what that means.
The diff coverage is 97.57%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #15   +/-   ##
=========================================
  Coverage          ?   84.72%           
=========================================
  Files             ?       15           
  Lines             ?     1814           
  Branches          ?        0           
=========================================
  Hits              ?     1537           
  Misses            ?      277           
  Partials          ?        0
Impacted Files Coverage Δ
setup.py 0% <ø> (ø)
panel/panels.py 40.7% <0%> (ø)
panel/tests/test_layout.py 100% <100%> (ø)
panel/tests/test_param.py 100% <100%> (ø)
panel/util.py 51.4% <100%> (ø)
panel/tests/test_widgets.py 100% <100%> (ø)
panel/viewable.py 81.66% <85%> (ø)
panel/layout.py 95.37% <92.18%> (ø)
panel/widgets.py 97.32% <92.85%> (ø)
panel/param.py 90.85% <96.7%> (ø)

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 0d70388...786adef. Read the comment docs.

@philippjfr philippjfr merged commit 7601365 into master Sep 2, 2018
@philippjfr philippjfr deleted the param_widgets branch September 4, 2018 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Minor feature or improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants