github holoviz/holoviews v1.4.3
Version 1.4.3

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

A minor bugfix release to patch a number of small but important issues.

Fixes and improvements:

  • Added a DynamicMap Tutorial to explain how to explore very large or continuous parameter spaces in HoloViews (PR #470).
  • Various fixes and improvements for DynamicMaps including slicing (PR #488) and validation (PR #483) and serialization (PR #483)
  • Widgets containing matplotlib plots now display the first frame from cache providing at least the initial frame when exporting DynamicMaps (PR #486)
  • Fixed plotting bokeh plots using widgets in live mode, after changes introduced in latest bokeh version (commit 1b87c91).
  • Fixed issue in coloring Points/Scatter objects by values (Issue #467).

Backwards compatibility:

  • The behavior of the scaling_factor on Points and Scatter plots has changed now simply multiplying area or width (as defined by the scaling_method). To disable scaling points by a dimension, set size_index=None.
  • Removed hooks to display 3D Elements using the BokehMPLRawWrapper in bokeh (PR #477)
  • Renamed the DynamicMap mode closed to bounded (PR #477)

Don't miss a new holoviews release

NewReleases is sending notifications on new releases.