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

Hotfix 0.12.2 #2699

Merged
merged 34 commits into from
Sep 16, 2021
Merged

Hotfix 0.12.2 #2699

merged 34 commits into from
Sep 16, 2021

Conversation

philippjfr
Copy link
Member

No description provided.

MarcSkovMadsen and others added 20 commits September 1, 2021 15:00
…tion (#2632)

* Fix #2631 - handle RuntimeError: dictionary changed size during iteration

* Update panel/reactive.py

Co-authored-by: Marc Skov Madsen <masma@orsted.dk>
Co-authored-by: Philipp Rudiger <prudiger@anaconda.com>
* Ensure tests pass in packaged version

* Update plotly test
* Add option to hide constant parameters

* Add test
* clarifiy a sentence in the intro

* add a short definition for modal

* update the number of areas

* add links to template reference

* add an image of the 4 template areas

* add a modal section

* add link to the Golden framework

* clarify theming
…2639)

* Ensure sorters are applied correctly after updating Tabulator value

* Fix indents
* add Folium reference

* clean up notebook

* Fix typo

* clear notebook
* Fix compatibility with bokeh 2.4 DocumentCallbackManager

* Fix flake
#2676)

* correctly accessing the filtered dataframe for selection of tabulator #2642

* removing unused fixture
* Stricter validation for linking syntax in ReactiveHTML._template

* Add tests

* Update docs

* Clarify child templates
Co-authored-by: Marc Skov Madsen <masma@orsted.dk>
@codecov
Copy link

codecov bot commented Sep 1, 2021

Codecov Report

Merging #2699 (07785ff) into branch-0.12 (42e1470) will increase coverage by 0.17%.
The diff coverage is 83.11%.

Impacted file tree graph

@@               Coverage Diff               @@
##           branch-0.12    #2699      +/-   ##
===============================================
+ Coverage        83.06%   83.23%   +0.17%     
===============================================
  Files              184      184              
  Lines            23319    23478     +159     
===============================================
+ Hits             19369    19541     +172     
+ Misses            3950     3937      -13     
Impacted Files Coverage Δ
panel/io/reload.py 66.66% <0.00%> (-1.88%) ⬇️
panel/pane/plot.py 59.18% <0.00%> (ø)
panel/tests/io/test_embed.py 99.39% <ø> (ø)
panel/viewable.py 67.94% <0.00%> (-0.35%) ⬇️
panel/io/server.py 61.22% <20.00%> (-0.11%) ⬇️
panel/widgets/indicators.py 91.97% <25.00%> (-0.63%) ⬇️
panel/tests/pane/test_base.py 84.00% <50.00%> (-3.24%) ⬇️
panel/io/callbacks.py 69.56% <57.14%> (-0.89%) ⬇️
panel/io/embed.py 86.87% <66.66%> (ø)
panel/pane/plotly.py 84.98% <66.66%> (-0.15%) ⬇️
... and 25 more

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 42e1470...07785ff. Read the comment docs.

MarcSkovMadsen and others added 9 commits September 16, 2021 10:46
Co-authored-by: Marc Skov Madsen <masma@orsted.dk>
* add tests for editable int and float sliders

* add failing tests when updating their name

* prevent the composite layout from using name

The Column/Row wrapping the composite widget inherited the name param
and watched it. This is no longer true, which allows the title of some
composite widgets to be updated.
Co-authored-by: Marc Skov Madsen <masma@orsted.dk>
* Add the version number in the binder badge

Which should help us remember that the link has to be updated after a new release.
* Support assignment operators in ReactiveHTML scripts

* Add test
@maximlt maximlt merged commit 058ab20 into branch-0.12 Sep 16, 2021
@maximlt maximlt deleted the branch-0.12.2 branch September 16, 2021 15:07
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

5 participants