This is a minor release with a number of important bug fixes and a
small number of enhancements. Many thanks to our users for reporting
these issues, and special thanks to our internal developers
@philippjfr, @jlstevens and @jonmease and external contributors
incluing @ahuang11 and @arabidopsis for their contributions to the
code and the documentation.
Enhancements:
- Add styles argument to draw tool streams to allow cycling colors
and other styling when drawing glyphs (#3612) - Add ability to define alpha on (data)shade operation (#3611)
- Ensure that categorical plots respect Dimension.values order (#3675)
Compatibility:
- Compatibility with Plotly 3.8 (#3644)
Bug fixes:
- Ensure that bokeh server plot updates have the exclusive Document lock (#3621)
- Ensure that Dimensioned streams are inherited on
__mul__
(#3658) - Ensure that bokeh hover tooltips are updated when dimensions change (#3609)
- Fix DynamicMap.event method for empty streams (#3564)
- Fixed handling of datetimes on Path plots (#3464, #3662)
- Ensure that resampling operations do not cause event loops (#3614)
Backward compatibility:
- Added color cycles on Violin and BoxWhisker elements due to earlier regression (#3592)