Holoviews

Latest version: v1.20.2

Safety actively analyzes 723954 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 18

1.9

1.9.0

**November 3, 2017**

This release includes a large number of long awaited features,
improvements and bug fixes, including streaming and graph support,
binary transfer of Bokeh data, fast Image/RGB regridding, first-class
statistics elements and a complete overhaul of the geometry elements.

Particular thanks to all users and contributors who have reported
issues and submitted pull requests.

Features:

- The kdim and vdim keyword arguments are now positional making the
declaration of elements less verbose (e.g. Scatter(data, 'x',
'y')) ([\1946](https://github.com/pyviz/holoviews/pull/1946))
- Added Graph, Nodes, and EdgePaths elements adding support for
plotting network graphs
([\1829](https://github.com/pyviz/holoviews/pull/1829))
- Added datashader based regrid operation for fast Image and RGB
regridding ([\1773](https://github.com/pyviz/holoviews/pull/1773))
- Added support for binary transport when plotting with Bokeh,
providing huge speedups for dynamic plots
([\1894](https://github.com/pyviz/holoviews/pull/1894),
[\1896](https://github.com/pyviz/holoviews/pull/1896))
- Added Pipe and Buffer streams for streaming data support
([\2011](https://github.com/pyviz/holoviews/pull/2011))
- Add support for datetime axes on Image, RGB and when applying
datashading and regridding operations
([\2023](https://github.com/pyviz/holoviews/pull/2023))
- Added Distribution and Bivariate as first class elements which can
be plotted with Matplotlib and Bokeh without depending on seaborn
([\1985](https://github.com/pyviz/holoviews/pull/1985))
- Completely overhauled support for plotting geometries with Path,
Contours and Polygons elements including support for coloring
individual segments and paths by value
([\1991](https://github.com/pyviz/holoviews/pull/1991))

Enhancements:

- Add support for adjoining all elements on Matplotlib plots
([\1033](https://github.com/pyviz/holoviews/pull/1033))
- Improved exception handling for data interfaces
([\2041](https://github.com/pyviz/holoviews/pull/2041))
- Add groupby argument to histogram operation
([\1725](https://github.com/pyviz/holoviews/pull/1725))
- Add support for reverse sort on Dataset elements
([\1843](https://github.com/pyviz/holoviews/pull/1843))
- Added support for invert_x/yaxis on all elements
([\1872](https://github.com/pyviz/holoviews/pull/1872),
[\1919](https://github.com/pyviz/holoviews/pull/1919))

Fixes:

- Fixed a bug in Matplotlib causing the first frame in gif and mp4
getting stuck
([\1922](https://github.com/pyviz/holoviews/pull/1922))
- Fixed various issues with support for new nested categorical axes
in Bokeh ([\1933](https://github.com/pyviz/holoviews/pull/1933))
- A large range of other bug fixes too long to list here.

Changes affecting backwards compatibility:

- The contours operation no longer overlays the contours on top of
the supplied Image by default and returns a single
Contours/Polygons rather than an NdOverlay of them
([\1991](https://github.com/pyviz/holoviews/pull/1991))
- The values of the Distribution element should now be defined as a
key dimension
([\1985](https://github.com/pyviz/holoviews/pull/1985))
- The seaborn interface was removed in its entirety being replaced
by first class support for statistics elements such as
Distribution and Bivariate
([\1985](https://github.com/pyviz/holoviews/pull/1985))
- Since kdims and vdims can now be passed as positional arguments
the bounds argument on Image is no longer positional
([\1946](https://github.com/pyviz/holoviews/pull/1946)).
- The datashade and shade cmap was reverted back to blue due to issues
with the fire cmap against a white background.
([\2078](https://github.com/pyviz/holoviews/pull/2078))
- Dropped all support for Bokeh versions older than 0.12.10
- histogram operation now returns Histogram elements with less
generic value dimension and customizable label
([\1836](https://github.com/pyviz/holoviews/pull/1836))

1.8.4

**September 13, 2017**

This bugfix release includes a number of critical fixes for compatibility
with Bokeh 0.12.9 along with various other bug fixes. Many thanks to our
users for various detailed bug reports, feedback and contributions.

Fixes:

- Fixes to register BoundsXY stream.
([\1826](https://github.com/pyviz/holoviews/pull/1826))
- Fix for Bounds streams on Bokeh server.
([\1883](https://github.com/pyviz/holoviews/pull/1883))
- Compatibility with Matplotlib 2.1
([\1842](https://github.com/pyviz/holoviews/pull/1842))
- Fixed bug in scrubber widget and support for scrubbing discrete
DynamicMaps ([\1832](https://github.com/pyviz/holoviews/pull/1832))
- Various fixes for compatibility with Bokeh 0.12.9
([\1849](https://github.com/pyviz/holoviews/pull/1849),
[\1866](https://github.com/pyviz/holoviews/pull/1886))
- Fixes for setting QuadMesh ranges.
([\1876](https://github.com/pyviz/holoviews/pull/1876))
- Fixes for inverting Image/RGB/Raster axes in Bokeh.
([\1872](https://github.com/pyviz/holoviews/pull/1872))

1.8.3

**August 21, 2017**

This bugfix release fixes a number of minor issues identified since the
last release:

Features:

- Add support for setting the Bokeh sizing_mode as a plot option
([\1813](https://github.com/pyviz/holoviews/pull/1813))

Fixes:

- Handle StopIteration on DynamicMap correctly.
([\1792](https://github.com/pyviz/holoviews/pull/1792))
- Fix bug with linked streams on empty source element
([\1725](https://github.com/pyviz/holoviews/pull/1806))
- Compatibility with latest datashader 0.6.0 release
([\1773](https://github.com/pyviz/holoviews/pull/1773))
- Fixed missing HTML closing tag in extension
([\1797](https://github.com/pyviz/holoviews/issues/1797),
[\1809](https://github.com/pyviz/holoviews/pull/1809))
- Various fixes and improvements for documentation
([\1664](https://github.com/pyviz/holoviews/pull/1664),
[\1796](https://github.com/pyviz/holoviews/pull/1796))

1.8.2

**August 4, 2017**

This bugfix release addresses a number of minor issues identified since
the 1.8.1 release:

Feature:

- Added support for groupby to histogram operation.
([\1725](https://github.com/pyviz/holoviews/pull/1725))

Fixes:

- Fixed problem with HTML export due to new extension logos.
([\1778](https://github.com/pyviz/holoviews/pull/1778))
- Replaced deprecated `__call__` usage with opts method throughout codebase.
([\1759](https://github.com/pyviz/holoviews/pull/1759),
[\1763](https://github.com/pyviz/holoviews/pull/1763),
[\1779](https://github.com/pyviz/holoviews/pull/1779))
- Fixed pip installation.
([\1782](https://github.com/pyviz/holoviews/pull/1782))
- Fixed miscellaneous bugs
([\1724](https://github.com/pyviz/holoviews/pull/1724),
[\1739](https://github.com/pyviz/holoviews/pull/1739),
[\1711](https://github.com/pyviz/holoviews/pull/1711))

1.8.1

**July 7, 2017**

This bugfix release addresses a number of minor issues identified since
the 1.8 release:

Feature:

- All enabled plotting extension logos now shown
([\1694](https://github.com/pyviz/holoviews/pull/1694))

Fixes:

- Updated search ordering when looking for holoviews.rc
([\1700](https://github.com/pyviz/holoviews/pull/1700))
- Fixed lower bound inclusivity bug when no upper bound supplied
([\1686](https://github.com/pyviz/holoviews/pull/1686))
- Raise SkipRendering error when plotting nested layouts
([\1687](https://github.com/pyviz/holoviews/pull/1687))
- Added safety margin for grid axis constraint issue
([\1695](https://github.com/pyviz/holoviews/pull/1685))
- Fixed bug when using +framewise
([\1685](https://github.com/pyviz/holoviews/pull/1685))
- Fixed handling of Spacer models in sparse grid
([\1682](https://github.com/pyviz/holoviews/pull/))
- Renamed Bounds to BoundsXY for consistency
([\1672](https://github.com/pyviz/holoviews/pull/1672))
- Fixed Bokeh log axes with axis lower bound <=0
([\1691](https://github.com/pyviz/holoviews/pull/1691))
- Set default datashader cmap to fire
([\1697](https://github.com/pyviz/holoviews/pull/1697))
- Set SpikesPlot color index to None by default
([\1671](https://github.com/pyviz/holoviews/pull/1671))
- Documentation fixes
([\1662](https://github.com/pyviz/holoviews/pull/1662),
[\1665](https://github.com/pyviz/holoviews/pull/1665),
[\1690](https://github.com/pyviz/holoviews/pull/1690),
[\1692](https://github.com/pyviz/holoviews/pull/1692),
[\1658](https://github.com/pyviz/holoviews/pull/1658))

Page 13 of 18

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.