Version 0.9.0
This is a major release primarily for compatibility with the recent Bokeh 2.0 release. Additionally this release has a small number of features and bug fixes:
Features:
-
Added a
MultiChoice
widget (#1140) -
Add ability to define
Slider
format option (#1142) -
Expose
pn.state.cookies
andpn.state.headers
to allow accessing HTTP headers and requests from inside an app (#1143)
Bug fixes:
- Ensure
DiscreteSlider
respects layout options (#1144)
Removals:
- Slider no longer support
callback_policy
andcallback_throttle
as they have been replaced by thevalue_throttled
property in bokeh