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.NdOverlayandhv.Overlayin downsample1d (#5856) - Improve legend support for
hv.Layoutand add documentation forsync_legendsandshow_legends(#5852)
Bug fixes:
RangeToolLinknow correctly reset to the predefinedboundsxandboundsyvalues (#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
autohideexample toTrueas 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)