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

Bump panel from 1.3.8 to 1.4.1 #127

Merged
merged 4 commits into from
Apr 29, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 9, 2024

Bumps panel from 1.3.8 to 1.4.1.

Release notes

Sourced from panel's releases.

Version 1.4.1

This micro-release fixes a number of regressions and other bugs introduced in recent releases and further improves the dashboard builder UI. Additionally it includes some tweaks and polish for the new tutorial material. Many thanks to our new contributor @​jrycw, our returning contributors @​cdeil and @​TheoMathurin and our maintainers @​ahuang11, @​MarcSkovMadsen, @​Hoxbro and @​philippjfr for their contributions to this release.

Enhancements

  • Allow rendering raw IPython.display output in dashboard builder (#6657)
  • Improve snapping behavior and add undo functionality in dashboard builder UI (#6687))

Bug Fixes

  • Fix layout persistence issues in dashboard builder (#6602)
  • Ensure Perspective loads in notebooks and docs (#6626)
  • Allow full reset of dashboard builder layout (#6625)
  • Fix issues with VTK colormap serialization (#6651)
  • Allow Tabulator HTMLTemplateFormatter to reference multiple columns (#6663)
  • Fix loading spinner in converted app without template (#6665)
  • Avoid unnecessary rescroll on Column (#6666)
  • Fix dynamically updating description tooltips (#6676)
  • Ensure Perspective is fully loaded before attempting render (#6689)
  • Ensure busy indicators are always reset (#6698)

Styling

  • Only apply styling to Bootstrap buttons (#6610)
  • Change into a slicker Card button icon (#6638)
  • Fix card header margins (#6639)
  • Ensure Perspective renders correctly in all browsers (#6664)

Documentation

  • Improve layout builder docs (#6601)
  • Various Tutorial fixes (#6614, #6669, #6670, #6679)
  • Ensure all docs pages are indexed (#6615)
  • Document Flexbox.gap parameter (#6616)
  • Improve custom template documentation (#6618)
  • Improve Layout Builder Docs (#6619)
  • Improve PyCharm and Colab notebook documentation (#6599)
  • Update gallery endpoint in docs (#6645)
  • Various smaller documentation fixes and improvements (#6682, #6690)

Version 1.4.0

This minor release packs a punch both in terms of features, the number of enhancements and bug fixes and perhaps most importantly the addition of a set of tutorials that aim to get novices up-to-speed. The main new feature is a so called EditableTemplate which allows arranging dashboards using a drag-and-drop interface and also has strong integration with JupyterLab previews to go from a notebook to a deployed app without having to worry about writing layout code. Next, this release includes a number of new widgets (NestedSelect, DateRangePicker, ButtonIcon), layouts (Feed) and panes (Textual, WebP), and overhauls the autoreload feature with faster and more robust support for reloading entire modules. Lastly this release, along with Param 2.1.0, continues to build on the new reactive expression API making it easy to write reactive expressions and pipelines including support for streaming data with generators. We really appreciate all the work that went into this release and especially want to call out @​MarcSkovMadsen's effort in putting together the new tutorial materials. There's more work to do but it's a huge step forward and we're excited to hear your feedback. We want to extend a special thanks to our amazing new crop of new contributors including @​atisor73, @​Osuwaidi, @​suryako, @​Davide-sd, @​doraaki, @​mayonnaisecolouredbenz7, @​CTPassion, @​J01024, @​l3ender and @​Coderambling. Next we want to recognize our returning contributors @​vaniisgh, @​cdeil, @​limx0m, and @​TheoMaturin, and finally the dedicated crew of core contributors which include @​maximlt, @​Hoxbro, @​MarcSkovMadsen, @​ahuang11, @​mattpap and @​philippjfr.

Features

... (truncated)

Changelog

Sourced from panel's changelog.

Version 1.4.1

Date: 2024-04-05

This micro-release fixes a number of regressions and other bugs introduced in recent releases and further improves the dashboard builder UI. Additionally it includes some tweaks and polish for the new tutorial material. Many thanks to our new contributor @​jrycw, our returning contributors @​cdeil and @​TheoMathurin and our maintainers @​ahuang11, @​MarcSkovMadsen, @​Hoxbro and @​philippjfr for their contributions to this release.

Enhancements

  • Allow rendering raw IPython.display output in dashboard builder (#6657)
  • Improve snapping behavior and add undo functionality in dashboard builder UI (#6687))

Bug Fixes

  • Fix layout persistence issues in dashboard builder (#6602)
  • Ensure Perspective loads in notebooks and docs (#6626)
  • Allow full reset of dashboard builder layout (#6625)
  • Fix issues with VTK colormap serialization (#6651)
  • Allow Tabulator HTMLTemplateFormatter to reference multiple columns (#6663)
  • Fix loading spinner in converted app without template (#6665)
  • Avoid unnecessary rescroll on Column (#6666)
  • Fix dynamically updating description tooltips (#6676)
  • Ensure Perspective is fully loaded before attempting render (#6689))
  • Ensure busy indicators are always reset (#6698)

Styling

  • Only apply styling to Bootstrap buttons (#6610)
  • Change into a slicker Card button icon (#6638)
  • Fix card header margins (#6639)
  • Ensure Perspective renders correctly in all browsers (#6664)

Documentation

  • Improve layout builder docs (#6601)
  • Various Tutorial fixes (#6614, #6669, #6670, #6679)
  • Ensure all docs pages are indexed (#6615)
  • Document Flexbox.gap parameter (#6616)
  • Improve custom template documentation (#6618)
  • Improve Layout Builder Docs (#6619)
  • Improve PyCharm and Colab notebook documentation (#6599)
  • Update gallery endpoint in docs (#6645)
  • Various smaller documentation fixes and improvements (#6682, #6690)

Version 1.4.0

Date: 2024-03-25

This minor release packs a punch both in terms of features, the number of enhancements and bug fixes and perhaps most importantly the addition of a set of tutorials that aim to get novices up-to-speed. The main new feature is a so called EditableTemplate which allows arranging dashboards using a drag-and-drop interface and also has strong integration with JupyterLab previews to go from a notebook to a deployed app without having to worry about writing layout code. Next, this release includes a number of need widgets (NestedSelect, DateRangePicker, ButtonIcon), layouts (Feed) and panes (Textual, WebP), and overhauls the autoreload feature with faster and more robust support for reloading entire modules. Lastly this release, along with Param 2.1.0, continues to build on the new reactive expression API making it easy to write reactive expressions and pipelines including support for streaming data with generators. We really appreciate all the work that went into this release and especially want to call out @​MarcSkovMadsen's effort in putting together the new tutorial materials. There's more work to do but it's a huge step forward and we're excited to hear your feedback. We want to extend a special thanks to our amazing new crop of new contributors including @​atisor73, @​Osuwaidi, @​suryako, @​Davide-sd, @​doraaki, @​mayonnaisecolouredbenz7, @​CTPassion, @​J01024, @​l3ender and @​Coderambling. Next we want to recognize our returning contributors @​vaniisgh, @​cdeil, @​limx0m, and @​TheoMaturin, and the finally the dedicated crew of core contributors which include @​maximelt, @​Hoxbro, @​MarcSkovMadsen, @​ahuang11, @​mattpap and @​philippjfr.

Features

... (truncated)

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.3.8 to 1.4.1.
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md)
- [Commits](holoviz/panel@v1.3.8...v1.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Apr 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 23, 2024

A newer version of panel exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@zlilek-work zlilek-work merged commit afa8ffe into main Apr 29, 2024
23 checks passed
@zlilek-work zlilek-work deleted the dependabot/pip/panel-1.4.1 branch April 29, 2024 14:09
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.

None yet

3 participants