Skip to content

build: bump panel from 1.4.4 to 1.4.5#1344

Merged
pyansys-ci-bot merged 2 commits intomainfrom
dependabot/pip/panel-1.4.5
Aug 5, 2024
Merged

build: bump panel from 1.4.4 to 1.4.5#1344
pyansys-ci-bot merged 2 commits intomainfrom
dependabot/pip/panel-1.4.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps panel from 1.4.4 to 1.4.5.

Release notes

Sourced from panel's releases.

Version 1.4.5

This release addresses includes a wide range of bug fixes and some minor enhancements primarily aimed at performance. Many thanks to @​CodeRambling as a returning contributor, and the core developer team including @​Hoxbro, @​MarcSkovMadsen, @​maximlt and @​philippjfr for contributing to this release.

Enhancements

  • Ensure Design is applied globally when using global templates (#6992)
  • Do not re-render all children when expanding Tabulator row (#7008)
  • Allow providing DataFrame as part of vega(-lite) spec (#6979, #7024)
  • Make autoreload robust to syntax errors and empty apps (#7028)

Bug fixes

  • Clear selection if value change from pagination=remote (#6008, #6968)
  • Ensure user cookie can be unencoded (#6937)
  • Do not trigger ScrollButton event unless clicked (#6938)
  • Do not error on autoreload shutdown (#6940)
  • Ensure hooks such as plot linking are applied across roots in a template (#6975)
  • Ensure Feed maintains scroll position (#6984)
  • Ensure correct Document is set after liveness session cleanup (#6988)
  • Fix issue detecting PyScript worker (#6998)
  • Fix FileDownload icon alignment (#6981)
  • Ensure redraw does not error out if Tabulator is undefined (#6930)
  • Guard auth against user being removed (#6908)
  • Fix empty Vega pane with sizing_mode exception (#7020)
  • Ensure Gauge is responsively sized (#7034)
  • Ensure Tabulator sorters are correctly synced (#7036)
  • Improve font-size and alignment in Bootstrap Card header (#7037)
  • Do not sync StaticText.value with the frontend (#7038)

Documentation

  • Add crossfiltering dashboard tutorial (#6630)
  • Add server video stream tutorial (#6727)
  • Improve Param pane docstring (#6989)
  • Fix streamz reference notebook (#6980)
  • Document that Image pane is a wrapper around PNG, JPEG, PDF etc. panes (#7004)
  • Fix missing scrollbar in Fast template docs (#7026
  • Improve server video tutorial (#7027)
Changelog

Sourced from panel's changelog.

Version 1.4.5

Date: 2024-07-25

This release addresses includes a wide range of bug fixes and some minor enhancements primarily aimed at performance. Many thanks to @​CodeRambling as a returning contributor, and the core developer team including @​Hoxbro, @​MarcSkovMadsen, @​maximlt and @​philippjfr for contributing to this release.

Enhancements

  • Ensure Design is applied globally when using global templates (#6992)
  • Do not re-render all children when expanding Tabulator row (#7008)
  • Allow providing DataFrame as part of vega(-lite) spec (#6979)

Bug fixes

  • Clear selection if value change from pagination=remote (#6008, #6968)
  • Ensure user cookie can be unencoded (#6937)
  • Do not trigger ScrollButton event unless clicked (#6938)
  • Do not error on autoreload shutdown (#6940)
  • Ensure hooks such as plot linking are applied across roots in a template (#6975)
  • Ensure Feed maintains scroll position (#6984)
  • Ensure correct Document is set after liveness session cleanup (#6988)
  • Fix issue detecting PyScript worker (#6998)
  • Fix FileDownload icon alignment (#6981)
  • Ensure redraw does not error out if Tabulator is undefined (#6930)
  • Guard auth against user being removed (#6908)

Documentation

  • Add crossfiltering dashboard tutorial (#6630)
  • Add server video stream tutorial (#6727)
  • Improve Param pane docstring (#6989)
  • Fix streamz reference notebook (#6980)
  • Document that Image pane is a wrapper around PNG, JPEG, PDF etc. panes (#7004)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [panel](https://github.com/holoviz/panel) from 1.4.4 to 1.4.5.
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md)
- [Commits](holoviz/panel@v1.4.4...v1.4.5)

---
updated-dependencies:
- dependency-name: panel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner August 5, 2024 17:12
@dependabot dependabot bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Aug 5, 2024
pyansys-ci-bot
pyansys-ci-bot previously approved these changes Aug 5, 2024
@pyansys-ci-bot pyansys-ci-bot enabled auto-merge (squash) August 5, 2024 17:12
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.93%. Comparing base (b5b0f70) to head (87c5a13).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1344   +/-   ##
=======================================
  Coverage   91.93%   91.93%           
=======================================
  Files          86       86           
  Lines        6754     6754           
=======================================
  Hits         6209     6209           
  Misses        545      545           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pyansys-ci-bot pyansys-ci-bot merged commit 7788901 into main Aug 5, 2024
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/panel-1.4.5 branch August 5, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related with project dependencies maintenance Package and maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant