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

Pass Parameter arguments by keyword only #5680

Merged
merged 1 commit into from
Apr 17, 2023
Merged

Pass Parameter arguments by keyword only #5680

merged 1 commit into from
Apr 17, 2023

Conversation

maximlt
Copy link
Member

@maximlt maximlt commented Apr 14, 2023

As per the title, to make things consistent and in preparation of an eventual change (later!) in Param.

@codecov-commenter
Copy link

codecov-commenter commented Apr 14, 2023

Codecov Report

Merging #5680 (c3b24fe) into main (4d0f80b) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #5680   +/-   ##
=======================================
  Coverage   88.30%   88.30%           
=======================================
  Files         302      302           
  Lines       62571    62571           
=======================================
  Hits        55251    55251           
  Misses       7320     7320           
Impacted Files Coverage Δ
holoviews/selection.py 72.50% <ø> (ø)
holoviews/core/data/__init__.py 86.53% <100.00%> (ø)
holoviews/core/io.py 80.34% <100.00%> (ø)
holoviews/core/util.py 86.60% <100.00%> (ø)
holoviews/element/annotation.py 87.28% <100.00%> (ø)
holoviews/element/util.py 82.21% <100.00%> (ø)
holoviews/operation/element.py 71.79% <100.00%> (ø)
holoviews/plotting/mpl/renderer.py 79.83% <100.00%> (ø)
holoviews/plotting/renderer.py 71.86% <100.00%> (ø)
holoviews/streams.py 87.26% <100.00%> (ø)
... and 1 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@hoxbro hoxbro added this to the 1.16.0 milestone Apr 14, 2023
@hoxbro hoxbro merged commit eba8156 into main Apr 17, 2023
@hoxbro hoxbro deleted the param_args_kw_only branch April 17, 2023 10:48
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.

3 participants