Skip to content

Version 0.9.0

Compare
Choose a tag to compare
@philippjfr philippjfr released this 19 Mar 17:09
ce9fa3a

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 FileDownload widget (#915, #1146)

  • Add ability to define Slider format option (#1142)

  • Expose pn.state.cookies and pn.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 and callback_throttle as they have been replaced by the value_throttled property in bokeh