This release primarily focuses on a number of bug fixes. Many thanks to @hoxbro, @nitrocalcite, @brl0, @hyamanieu, @rafiyr, @jbednar, @jlstevens and @philippjfr for contributing.
Enhancements:
- Reenable
SaveToolfor plots withTiles(#4922) - Enable dask
TriMeshrasterization using datashader (#4935) - Use dataframe index for
TriMeshnode indices (#4936)
Bug fixes:
- Fix hover for stacked
Bars(#4892) - Check before dereferencing Bokeh colormappers (#4902)
- Fix multiple parameterized inputs to
dim(#4903) - Fix floating point error when generating bokeh Palettes (#4911)
- Fix bug using dimensions with label on
Bars(#4929) - Do not reverse colormaps with '_r' suffix a second time (#4931)
- Fix remapping of
Paramsstream parameter names (#4932) - Ensure
Area.stackkeeps labels (#4937)
Documentation:
- Updated Dashboards user guide to show
pn.bindfirst (#4907) - Updated docs to correctly declare Scatter kdims (#4914)
Compatibility:
Unfortunately a number of tile sources are no longer publicly available. Attempting to use these tile sources will now issue warnings unless hv.config.raise_deprecated_tilesource_exception is set to
True in which case exceptions will be raised instead.
- The
Wikipediatile source is no longer available as it is no longer being served outside the wikimedia domain. As one of the most frequently used tile sources, HoloViews now issues a warning and switches to the OpenStreetMap (OSM) tile source instead. - The
CartoMidnightandCartoEcotile sources are no longer publicly available. Attempting to use these tile sources will result in a deprecation warning.