This is a minor patch release to fix issues compatibility with the about to be released Bokeh 2.0.1 release. Additionally this release makes Pandas a hard dependency, which was already implicitly the case in 1.13.0 but not declared. Lastly this release contains a small number of enhancements and bug fixes.
Enhancements:
- Add option to set Plotly plots to responsive (#4319)
- Unified datetime formatting in bokeh hover info (#4318)
- Allow using dim expressions as accessors (#4311)
- Add explicit
.df
and.xr
namespaces todim
expressions to allow using dataframe and xarray APIs (#4320) - Allow defining clim which defines only upper or lower bound and not both (#4314)
- Improved exceptions when selected plotting extension is not loaded (#4325)
Bug fixes:
- Fix regression in Overlay.relabel that occurred in 1.12.3 resulting in relabeling of contained elements by default (#4246)
- Fix bug when updating bokeh Arrow elements (#4313)
- Fix bug where Layout/Overlay constructors would drop items (#4313)
Compatibility:
- Fix compatibility with Bokeh 2.0.1 (#4308)
Documentation:
- Update API reference manual (#4316)