This release contains a small number of important bug fixes and regressions — many thanks to @ianthomas23, @maximlt, @philippjfr, and @Hoxbro for their contributions.
Enhancements:
- Improve support for
hv.NdOverlay
andhv.Overlay
in downsample1d (#5856) - Improve legend support for
hv.Layout
and add documentation forsync_legends
andshow_legends
(#5852)
Bug fixes:
RangeToolLink
now correctly reset to the predefinedboundsx
andboundsy
values (#5848)- Fix regressions with Bokeh's axis (#5838, #5850, #5851)
Compatibility:
- Pin Param version for Bokeh 2 (#5844)
- Explicitly clear Matplotlib figure to remove warning about auto-removal of overlapping axes for Matplotlib 3.8 (#5857)
Documentation:
- Set
autohide
example toTrue
as in the hook (#5832)
Maintenance:
- Add OpenCollective sponsor link on the repo page (#5839)
- Update Ruff in pre-commit and report panel communication in
hv.show_versions
(#5853) - Cleanup imports (#5846)