github holoviz/holoviews v1.14.4
Version 1.14.4

latest releases: v1.19.0a1, v1.19.0a0, v1.18.3...
2 years ago

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 SaveTool for plots with Tiles (#4922)
  • Enable dask TriMesh rasterization using datashader (#4935)
  • Use dataframe index for TriMesh node 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 Params stream parameter names (#4932)
  • Ensure Area.stack keeps labels (#4937)

Documentation:

  • Updated Dashboards user guide to show pn.bind first (#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 Wikipedia tile 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 CartoMidnight and CartoEco tile sources are no longer publicly available. Attempting to use these tile sources will result in a deprecation warning.

Don't miss a new holoviews release

NewReleases is sending notifications on new releases.