Skip to content

Panel 1.0 RC Announcement

Philipp Rudiger edited this page Apr 28, 2023 · 1 revision

We are thrilled to announce the availability of the Panel 1.0 release candidate for general testing! We want to extend our thanks for your patience as we've been working tirelessly to adapt to major changes in Bokeh 3.x, improving the API and polishing our user experience. This significant undertaking has paved the way for a new, performant layout engine and greater customizability by exposing CSS stylesheets APIs directly in Python. We believe this release represents a major step forward in performance,

We kindly ask for your help in testing the Panel 1.0 release candidate. The bottom up rewrite of the layout engine and component rendering may cause some disruption in the short term so we wanted to get these changes in your hands to gather feedback before the full release. To get the RC release today use:

pip install panel==1.0.0rc1
# OR
conda install -c pyviz/label/dev panel=1.0.0rc1

If you encounter problems please report them on our issue tracker or join the discussion on our Discourse and Discord servers.

To help you with the transition, we have prepared a comprehensive migration guide, which will provide you with a detailed walkthrough of the key updates, the rationale behind them, and the critical considerations to keep in mind when adapting your applications to this new version. Additionally please refer to the development documentation, which includes detailed how-to guides walking you through your learning journey.

To get you excited about the new release a host of new features in the Panel 1.0 release candidate:

  • Overhauled documentation based on the Diataxis framework, featuring a how-to guide for easier navigation
  • Runnable documentation directly in the docs, via JupyterLite, and an improved app gallery
  • Per-component theming and styling using Bootstrap and Material Design systems
  • The ability to bind parameters and reactive functions directly to component parameters
  • The ability to reuse sessions for fast time to initial render performance.
  • Enhanced Markdown rendering with markdown-it-py
  • A Vizzu pane for plots, featuring beautiful animated transitions
  • A FloatPanel layout offering a free-floating, draggable dock panel
  • A Swipe layout for before-and-after comparisons of any component(s)
  • A Switch toggle widget for added interactivity
  • BasicAuth for straightforward password-based authentication
  • Much, much more.

There are also still a few items left items we hope to wrap up before the final release:

  • We are still working on fully supporting ipywidgets rendering
  • Adding a number of missing how-to guides to improve your learning journey
  • Final theming/styling tweaks to ensure your applications look modern and polished
  • General bug fixes as reported by you

Your invaluable feedback will contribute to the most robust and powerful release of Panel yet. Thank you once again for your continued support, and we look forward to seeing the incredible applications you create with Panel 1.0!

Warm regards,

The Panel Team

Clone this wiki locally