github holoviz/panel v0.9.4
Version 0.9.4

latest releases: v1.4.2, v1.4.2rc2, v1.4.2rc1...
4 years ago

This is a minor release fixing a number of regressions and compatibility issues which continue to crop up due to the upgrade to Bokeh 2.0 Additionally this release completely overhauls how communication in notebook environments are handled, eliminating the need to register custom callbacks with inlined JS callbacks to sync properties. Many thanks to the contributors to this release including @hyamanieu, @maximlt, @mattpap and the maintainer @philippjfr.

Enhancements:

  • Switch to using CommManager in notebook hugely simplifying comms in notebooks and reducing the amount of inlined Javascript (#1171)
  • Add ability to serve Flask apps directly using pn.serve (#1215)

Bug fixes:

  • Fix bug in Template which caused all roots to instantiate two models for each component (#1216)
  • Fixed bug with Bokeh 2.0 DataPicker datetime format (#1187)
  • Publish Panel.js to CDN to allow static HTML exports with CDN resources to work (#1190)
  • Handle bug in rendering Vega models with singular dataset (#1201)
  • Removed escaping workaround for HTML models resulting in broken static exports (#1206)
  • Fixed bug closing Tabs (#1208)
  • Embed Panel logo in server index.html (#1209)

Compatibility:

  • This release adds compatibility with Bokeh 2.0.1 which caused a regression in loading custom models

Don't miss a new panel release

NewReleases is sending notifications on new releases.