Version 1.13.5
This version contains numerous bug fixes and a number of enhancements. Many thanks for contributions by @bryevdv, @jbednar, @jlstevens, @jonmmease, @kcpevey and @philippjfr.
Bug fixes:
- Improvements to iteration over Series in CuDF data backend (#4624)
- Added .values_host calls needed for iteraction in CuDF backend (#4646)
- Fixed bug resetting ranges (#4654)
- Fix bug matching elements to subplots in
DynamicMap
(#4649) - Ensure consistent split
Violin
color assignment (#4650) - Ensure
PolyDrawCallback
always has vdim data (#4644) - Set default align in bokeh correctly (#4637)
- Fixed deserialization of polygon/multi_line CDS data in bokeh backend (#4631)
Enhancements:
- Refactor of link selections streams (#4572)
- Add ability to listen to dataset linked_selection (#4547)
- Added
selected
parameter to Bokeh PathPlot (#4641)
Documentation: