Skip to content

build: bump panel from 1.5.4 to 1.5.5#1595

Merged
pyansys-ci-bot merged 2 commits into
mainfrom
dependabot/pip/panel-1.5.5
Dec 18, 2024
Merged

build: bump panel from 1.5.4 to 1.5.5#1595
pyansys-ci-bot merged 2 commits into
mainfrom
dependabot/pip/panel-1.5.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 18, 2024

Copy link
Copy Markdown
Contributor

Bumps panel from 1.5.4 to 1.5.5.

Release notes

Sourced from panel's releases.

Version 1.5.5

This release fixes a regression causing .node_modules to be bundled into our released wheel and introduces a number of bug fixes and enhancements. Many thanks to @​mayonnaisecolouredbenz7, @​pmeier, @​Italirz, @​Coderambling and our maintainer team @​MarcSkovMadsen, @​hoxbro, @​ahuang11, @​thuydotm, @​maximlt and @​philippjfr.

Enhancements

  • Add ability to scroll_to a particular object on Column (#7206)
  • Add pointer when hovering on Markdown copy button (#7490)
  • Allow streaming to ChatStep (#7520)
  • Improve ChatMessage repr (#7521)
  • Add ChatInterface button tooltips (#7552)

Bug fixes

  • Ensure Notifications are cleaned up correctly (#4964)
  • Ensure FileDownload label text updates correctly (#7489)
  • Fix Tabulator aggregation behavior (#7450)
  • Fix typing for .servable method (#7530)
  • Ensure NestedSelect respects disabled parameter (#7533)
  • Ensure errors in hooks aren't masked by fallback to different signature (#7502)
  • Ensure Notifications are only shown once if scheduled onload (#7504)

Documentation

Maintenance

  • Enable strict type checking (#7497)
  • Ensure node_modules aren't bundled into package (#7526)
  • Internal cleanup of compatibility code for older param versions (#7527)

Compatibility

  • Compatibility for websockets 14 when running on FastAPI server (#7491)
  • Compatibility with Textual 0.86 (#7501)
  • Compatibility with Altair 5.5.0 (#7523)
  • Bump Vizzu version to 0.15 (#7485)
Changelog

Sourced from panel's changelog.

Version 1.5.5

This release fixes a regression causing .node_modules to be bundled into our released wheel and introduces a number of bug fixes and enhancements. Many thanks to @​mayonnaisecolouredbenz7, @​pmeier, @​Italirz, @​Coderambling and our maintainer team @​MarcSkovMadsen, @​hoxbro, @​ahuang11, @​thuydotm, @​maximlt and @​philippjfr.

Enhancements

  • Add ability to scroll_to a particular object on Column (#7206)
  • Add pointer when hovering on Markdown copy button (#7490)
  • Allow streaming to ChatStep (#7520)
  • Improve ChatMessage repr (#7521)
  • Add ChatInterface button tooltips (#7552)

Bug fixes

  • Ensure Notifications are cleaned up correctly (#4964)
  • Ensure FileDownload label text updates correctly (#7489)
  • Fix Tabulator aggregation behavior (#7450)
  • Fix typing for .servable method (#7530)
  • Ensure NestedSelect respects disabled parameter (#7533)
  • Ensure errors in hooks aren't masked by fallback to different signature (#7502)
  • Ensure Notifications are only shown once if scheduled onload (#7504)

Documentation

Maintenance

  • Enable strict type checking (#7497)
  • Ensure node_modules aren't bundled into package (#7526)
  • Internal cleanup of compatibility code for older param versions (#7527)

Compatibility

  • Compatibility for websockets 14 when running on FastAPI server (#7491)
  • Compatibility with Textual 0.86 (#7501)
  • Compatibility with Altair 5.5.0 (#7523)
  • Bump Vizzu version to 0.15 (#7485)
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.5.4 to 1.5.5.
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md)
- [Commits](holoviz/panel@v1.5.4...v1.5.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 December 18, 2024 17:08
@dependabot dependabot Bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Dec 18, 2024
pyansys-ci-bot
pyansys-ci-bot previously approved these changes Dec 18, 2024
@pyansys-ci-bot pyansys-ci-bot enabled auto-merge (squash) December 18, 2024 17:09

@MaxJPRey MaxJPRey left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@codecov

codecov Bot commented Dec 18, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.61%. Comparing base (9f07547) to head (7249208).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1595   +/-   ##
=======================================
  Coverage   91.61%   91.61%           
=======================================
  Files          86       86           
  Lines        7064     7064           
=======================================
  Hits         6472     6472           
  Misses        592      592           

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

@pyansys-ci-bot pyansys-ci-bot merged commit 719b892 into main Dec 18, 2024
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/panel-1.5.5 branch December 18, 2024 18:03
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.

2 participants