Skip to content
This repository has been archived by the owner on Nov 29, 2019. It is now read-only.

Releases: ioam/parambokeh

Version 0.2.3

08 Jul 18:05
be39791
Compare
Choose a tag to compare

Features:

  • Added label_formatter parameter on Widgets (#48)
  • Added support for JupyterLab (#51)
  • Added JSONInit class (#52)

Documentation:

  • Added documentation for embedding in Django (#60)

Packaging:

  • Wheel on pypi

Version 0.2.2

17 Apr 18:06
Compare
Choose a tag to compare

Minor release mainly important for compatibility with recent Bokeh releases.

Improvements:

  • Replace buttons with checkboxes for Booleans (#38)
  • Slider for float no longer has integer step.
  • Allow unbounded numbers to be represented.
  • Allow button text to be changed.

Bug fixes:

  • param.Action (#9, #32)
  • Comms for holoviews plots (#24)
  • Event throttling on bokeh server (#23)
  • Slider initialization value (#22)
  • Widgets width

Backwards compatibility:

  • Added support for Bokeh 0.12.10-0.12.15, dropping previous versions. (#17)

Version 0.2.1

26 Sep 10:56
Compare
Choose a tag to compare
  • Compatibility with bokeh 0.12.9
  • Fixed ListSelector and button callbacks
  • Ensure 'raw' mode can be used with bokeh server
  • Made dependency on IPython optional

Version 0.2.0

21 Aug 23:07
Compare
Choose a tag to compare

This release adds some functionality following on from the initial release:

Improvements:

  • Support for changing the width of the widgetbox (53b301)
  • Improved handling of View parameter initialization (d7c184)
  • Allowed passing in bokeh plots to lay out alongside widgets (53b301)

Bug fixes:

  • Small bugfix for RangeSlider (c6a94d)

Version 0.1.0

13 Jul 13:15
Compare
Choose a tag to compare

First public release of ParamBokeh providing support for most parameter types and options to use widgets in a notebook or on bokeh server.