This repository has been archived by the owner on Nov 29, 2019. It is now read-only.
Releases: ioam/parambokeh
Releases · ioam/parambokeh
Version 0.2.3
Version 0.2.2
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
- 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
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
First public release of ParamBokeh providing support for most parameter types and options to use widgets in a notebook or on bokeh server.