Releases#
Version 1.21#
Version 1.21.0#
June 25, 2025
This release adds support for sample information on hover for rasterized/datashaded plots, adds dendrogram plot, and adds logarithmic support for Histogram. Along with these new features, this release includes a number of enhancements, bug fixes, and improved documentation. Many thanks to the new contributors @philipc2, @NolanBrb, and @sand-hanitizer, as well as the returning contributors @Azaya89, @LecrisUT, @maximlt, @michaelaye, @philippjfr, and @hoxbro.
This release bumps the minimum supported Python version to 3.10, deprecates the
streamz interface, autoloading RC file, IPython magic, and using matplotlib
as default backend for hv.extension which are all planned for removal in
1.23.0.
New features:
Sample information on hover for rasterized/datashaded Bokeh plot ( #6422, #6479, #6531, #6553, #6568, #6581, #6584, #6593, #6596, #6609)
Add logarithmic support for Histogram (#6575)
Deprecations and removals:
Minimum supported Python version is now 3.10 (#6549)
Deprecate the
streamzinterface (planned removal in 1.23.0) (#6490)Deprecate autoloading RC file (planned removal in 1.23.0) (#6610)
Deprecate IPython magic (planned removal in 1.23.0) (#6610)
Deprecate
hv.extension()forhv.extension("matplotlib")(planned removal in 1.23.0) (#6610)Remove unused
hv.configparameters:future_deprecationsandwarn_options_call(#6610)
Enhancements:
[Bokeh] Add
hide_toolbaroptions (#6602)[Bokeh] Add
radiusandradius_dimensionto Point plot (#6599, #6613)[Notebook] Add details option for AbbreviatedException (#6611)
[Notebook] Improve the content displayed when loading the extension in a notebook (#6586)
Add basic reactive expression support in a streams dictionary (#6563)
Allow passing dimension as style mapping option #6614
Support passing selection dictionary to
Dataset.select(#6617, #6626)Pass the
backendinholoviews.opts.defaults(#6331)Update norm function to handle edge case (#6366)
Performance:
Defer
datashader.bundlingto avoid numba compile time (#6616)Defer Panel and Pandas imports in IPython (#6570)
Fixes:
Correctly apply Bars style transforms (#6623)
Don’t assume all extents are string in
max_extents(#6571)Histogram error with datatype
dask.arrayand backend Matplotlib (#6542)Wrong empty element when using
apply_when(#6628)Add legend to distribution for matplotlib backend (#6544)
Improve
multi_yerror for single element (#6543)PandasInterface.selectwith an index and a column (#6579)Skip overlay aggregate for
NdOverlayswith a count aggregator (#6619)
Documentation:
Use numpydoc style for docstrings ( #6506, #6556, #6583)
Reduce warnings and apply fixes when building documentation (#6603, #6639)
Update documentation for plotting tools affected by the Bokeh 3.4 change (#6478)
Build:
Version 1.20#
Version 1.20.2#
March 13, 2025
This micro release includes a couple of bug fixes, an enhancement, and compatibility updates. Thank you to the new contributor @MikalaiPrakapenka, as well as the returning contributor @hoxbro.
Enhancements:
Add active toggle to scalebar icon (#6473)
Bug fixes:
Compatibility:
Version 1.20.1#
February 19, 2025
This micro release includes a number of bug fixes, enhancements, and compatibility updates. Many thanks to the new contributors @spacetimeengineer, @flying-sheep, and @Azaya89, as well as the returning contributors @stanwest, @ahuang11, @maximlt, and @hoxbro
Enhancements:
Faster spatialpandas unique scalar values (#6470)
Bug fixes:
IndexErrorassociated withHeatMap(#6438)Propagate default_tools (#6451)
Heatmap with non-sanitized name (#6462)
Don’t have linked axis between source and target for RangeToolLink (#6466)
Empty
constant_keys(#6477)Support pandas ExtensionArray ordering (#6481)
Heatmap aggregation when kdims are in a Pandas multi-index (#6499)
Support the case of multiple line segments each with one vdim (#6492)
Refactor:
Compatibility:
Change
param.ObjectSelectorto recommendedparam.Selector(#6444)Dask query-planning API support (#6446, #6494, #6503, #6495)
Scipy 1.15 (#6480)
cuDF 24.12 (#6475)
Plotly 6.0 (#6504)
Ruff 0.8 (#6459)
Documentation:
Fix wrong variable name (#6442)
Correct doc of “allow_jedi_completion” (#6485)
Improve LSP information for
extension(#6461)Add gallery intro with link to examples.holoviz.org (#6472)
Build:
CI:
Version 1.20.0#
November 4, 2024
This release focuses on performance improvement, enhancing streaming support, and refining popup functionality, along with several bug fixes. Many thanks to the new contributors @grapesmoker, @arafune, and @LecrisUT, as well as the returning contributors @ahuang11, @droumis, @jbednar, @maximlt, @philippjfr, and @hoxbro.
Enhancements:
De-parameterize the options
Keywordsobjects (#6314)Freeze models while updating plot(s) (#6315)
Support hit-tested group-wise wheel zoom renderers for
subcoordinate_y(#6277)Adds Bokeh 3.5 enhancements to RangeToolLink (#6341)
Add MultiAxisTap stream (#6374)
Add
sublabel_indexandsublabel_skipoption for matplotlib backend (#6375)Handle datetimes and empty selections better for inspect operations (#6377)
Improve following behavior when streaming (#6318)
Enh: Add
Scalebarsupport forsubcoordinate_yplots (#6403, #6420)Support async callbacks for
popup(#6390)Add
popupposition and anchor (#6414)
Bug fixes:
Wrap
popupinset_curdoc(#6337)Fixes
popupbeing invisible forever after closing once (#6347)Disable simple id in notebook (#6367)
Ensure
pixel_ratiois applied when computing resampling coordinates (#6373)Add support for rendering
HLine,VLineandSpanonmulti_y(#6376)Drop the
zdimension fromImageStackDataArraybefore shading (#6378)Improve datetime support for continuous
hv.Bars(#6365)Don’t clone Span in
HoverTool(#6387)Ensure proper cleanup of stream subscribers (#6389)
Handle datetime selection in the
cuDFinterface (#6407)Fix
popuppositioning on polygons (#6411)Fix a problem where linked selections were resulting in repeated columns (#6336)
Ensure streams are correctly mapped to plots (#6415)
Fix
Barswidth for small discrete differences on the x-axis (#6428)Fix rasterizing a
Pathwhere categorical values include empty strings (#6429)
Compatibility:
Version 1.19#
Version 1.19.1#
July 4, 2024
This micro release includes a number of bug fixes and enhancements, as well as compatibility updates. Thanks to @maximlt and @hoxbro for their contributions.
Enhancements:
Add color to bars for Plotly backend (#6294)
Bug fixes:
Ensure no auto index is created when a kdim is part of a multi index (#6299)
Fix
hv.Barswith only one value in it (#6301)Set
zIndexof Popup to 1000 (#6297)Handle boolean input in categorically grouped
Barsplots (#6304)Also check for
pd.NAinis_nan(#6290)
Compatibility:
Compatibility with Bokeh 3.5 (#6267)
Compatibility with Matplotlib 3.9 (#6307)
pandas: Fix observed FutureWarning for categorial groupby (#6306)
Lazy load
dask.dataframeinoperations.datashader(#6309)
Maintenance:
Version 1.19.0#
June 13, 2024
This release introduces a number of major new features and enhancements, including the ability to add popups to your Bokeh figures, which allows you to drill down into subsets of your data easily. Additionally, this release retains and uses pandas (multi-)indexes without unnecessary copies, providing significant benefits for working with wide data. A major focus of this release has also been to improve the time it takes to plot large datasets, both by updating the data pipeline and reducing the amount of data send to the browser. Furthermore, we have improved the developer experience, making it easier to contribute to HoloViews, see the developer guide. Lastly bugs have been squashed and enhancements made to the existing features.
Thank you to @mirage007 and @WesleyTheGeolien for their first contributions and to the returning contributors @douglas-raillard-arm, @jj-github-jj, and @TheoMathurin. Another thanks to the maintainers @ahuang11, @droumis, @maximlt, @philippjfr, and @hoxbro.
New features:
Enhancements:
Override Curve’s count aggregator default to
self_intersect=False(#6030)Zoom tools automatically vertically scaled on
subcoordinate_yoverlays (#6051)Use
tsdownsamplelibrary for downsampling if available (#6059, #6083)Add viewport downsample algorithm (#6017)
Optimize
downsample1dwhen data is shared between layers (#6075)Support dictionary cmaps for
ImageStack(#6025)Expose
hit_dilationinPointPlot(#6121)Improve autocompletion for lazy module (#6174)
Subcoordinate_y: reverse the renderers by default (#6194)Add
hover_tooltips,hover_mode,hover_formattersopts to easily modify hover (#6180)Expose setting hard navigable bounds (#6056)
Add a zoom tool per
subcoordinate_ygroup (#6122)Support all Bokeh Text style opts in
hv.Labelsandhv.Text(#6198)Implement support for retaining
Pandasindex (#6061)Add operation for group-wise normalisation (#6124)
Allow Bars to be plotted on continuous axes (#6145)
Add
min_intervalandmax_intervalto theRangeToolLink(#6134)Add support for rasterizing
geopandasdataframes directly (#5958)Allow options for non-enabled backends (#6196)
Support
ImageStackin dynspread (#6024)Add support for
cticks(#6257)Support title font size in Plotly backend (#5920)
Hold rendering until a plot has been fully updated (#6265)
Make
Dimension.labelsource of truth for Dimension identity (#6262)Allow subcoordinates to be drawn from NdOverlay dimensions (#6209)
Add stream transform (#6230)
Bug fixes:
Don’t show figures toolbar on
GridSpace(#6127)Update merge_tool (#6141)
Don’t raise
KeyErrorif options don’t contain None (#6153)Force vdims to strings for
ImageStack(#6155)Fixes to Bokeh
BoxWhisker(#6169)Improve groupby behavior for operation
histogram(#6172)Ensure plot ranges for all renderers are combined in auto-ranging (#6173)
Ensure that the downsample algorithm
m4n_out is always a multiple of 4 (#6195)Subcoordinate_y: respect
ylim(#6190)Bug fix for player example pause button (#6212)
Clone if a Tool is as Bokeh model (#6220)
Fix violin plot in
Plotly(#6237)Don’t error on
TypeErrorinDaskInterfacewhen sorting (#6221)Fix
hv.helpifInfo.storeisNone(#6250)Change how upper limit is taken for
color_levels(#4898)Fix vectorfield hover (#6258)
Ensure Range streams and
RangeToolLinkrespect subcoordinate axis range (#6256)Fix pickling state (#6245)
Fix colab rendering (#6269)
Disable batching when
subcoordinate_yis enabled (#6272)Ensure downsample works with non-contiguous arrays (#6271)
Fix issue with range lookups in (y)-axis creation (#6274)
Dependencies updates:
Update
paramminimum version to 2.0 (#6230)Update
numpy >=1.21,pandas >= 1.3, andBokeh >=3.1(#6253)
Compatibility:
Update test for Bokeh 3.4 (#6130)
Numpy 2.0 compatibility (#6238)
Update to support cudf 2024.06 (#6263)
Documentation:
Update CSS for documentation (#6228)
Document
subcoordinate_group_rangesby extending the EEG Viewer demo (#6243)
Maintenance:
Switch to Pixi for development / CI and hatchling for build system (#6182, #6200, #6251)
Add
test-gputask for Pixi (#6217)Add
sync-git-tagstask to Pixi for sync git tags with upstream repo (#6215)Parallelize unit test (#6234)
Use
psutilforpytest-xdistlogicaloption (#6213)Bump CI tests to use Python 3.12 (#5978)
Only run test-suite on code change (#6035)
Add skip statement to all steps to work with required (#6037)
Add true if inputs.cache is not set (#6050)
Dynamic generate unit test matrix and add cache option (#6043)
Add prettier to markdown and yaml (#6040)
Add taplo as toml formatter (#6227)
Disable always on warnings (#6077)
Updating Package workflow to a build and a publish step (#6031)
Use the new conda package format (#6216)
Version 1.18#
Version 1.18.3#
February 12, 2024
This micro release includes bug fixes.
Bug fixes:
Version 1.18.2#
February 5, 2024
This micro release includes a number of bug fixes and documentation updates, as well as compatibility updates for xarray 2023.12 and Pandas 2.2. Many thanks to the new contributors @junietoc, @JulianGiles, and @magic-lantern, as well as the returning contributors @ianthomas23, @maximlt, @TheoMathurin, @philippjfr, @ahuang11, and @Hoxbro.
Enhancements:
Update contour line calculations to use ContourPy’s
LineType.ChunkCombinedNan(#5985)Use sys.executable for
check_output(#5983)
Bug fixes:
Support
color_keyindatashadewhen intermediate step is anImageStack(#5994)Fix hist on overlay (#5995)
Set proper context before triggering streams (#6000)
Support partial bound function (#6009)
Add
normininit_artistsin holoviews/plotting/mpl/raster.py (#6029)Fix linking elements that are transformed by a Compositor (#6003)
Only evaluate
rxif it is a Reactive Expression (#6014)Ensure partial methods can be used as dmap callables (#6063)
Del frame after stack level is found in
deprecated(#6085)
Compatibility:
Compatibility updates with xarray 2023.12 (#6026)
Add extra check to detect if we are in jupyterlite (#6007)
Add Comm
on_openhandler to initialize the server comm (#6076)
Documentation:
Fix docs (#5996)
Fix Param usage in the Plot and Renderers guide (#6001)
Fixing URLs to bokeh project (#6005)
Fix to broken urls in example gallery pages (#6038)
Replace Google Analytics with GoatCounter (#6048)
Add downloads badges (#6088)
Maintenance:
Change to pytest-rerunfailures (#5984)
Holoviews maintenance (#5987)
Add
log_cli_level = "INFO"to pytest (#5989)Add shell pre-commit hook (#5991)
Enable Bugbear 904 (#5992)
Part 1, modernize test suite (#5954)
Enforce labels (#5996)
Add lower pin to scipy (#6032)
Skip Deploying_Bokeh_Apps.ipynb on Windows (#6070)
Fix failing Windows tests (#6087)
Version 1.18.1#
November 8, 2023
This release contains a small number of bug fixes and compatibility updates — many thanks to @philippjfr and @Hoxbro for their contributions.
Bug fixes:
Account for overlaid elements when using
subcoordinates_y(#5950)Fix
groupbyoption for vectorized annotations (#5956)Fix and improvements to
ImageStack(#5961)Do not allow partial matches when updating
OverlayPlot(#5962)Always ravel array in
unique_array(#5969)
Compatibility:
Maintenance:
General maintenance (#5955)
Version 1.18.0#
October 18, 2023
This release includes new features, improvements, and bug fixes. Among these are the new elements. First is the ImageStack element allows you to easily visualize a 3D array, while the VLines, HLines, VSpans, and HSpans elements allow you to visualize vertical and horizontal lines and spans easily. In addition, this release includes support for subcoordinate systems in the y-axis and various other enhancements and bug fixes. This release adds support for the newest Python 3.12 and Bokeh 3.3 and drops support for Python 3.8 and Bokeh 2.
Many thanks to the new contributors @MeggyCal, along with our returning contributors @ahuang11, @ianthomas23, @jlstevens, @maximlt, @philippjfr, and @Hoxbro.
New features:
Adding vectorized
VLines,HLines,VSpans, andHSpanselements (#5845, #5911, #5940)Implement support for subcoordinate systems in the y-axis (#5840)
Enhancements:
Cycle through
text_colorwhen overlaying Labels (#5888)Allow to link to an
Overlay(#5881)Use contourpy for contour calculations (#5910)
Use browser information to set
pixel_ratioinResampleOperation2D(#5947)Avoid bounce back of events for
Range{X,Y,XY}streams (#5946)
Bug fixes:
Fix overlaying labels in Sankey diagram (#5864)
Ensure the
PlotSizestream works with undefined width/height (#5868)Fix test when only
python3command is available (#5874)Try and except
get_extentswithout thedimensionargument and add kwargs to allget_extents(#5872)Enable
Mathjaxwithenable_mathjax(#5904)Fix
histogramoperation on Ibis data (#5929)Raise exceptions in
compare_dataset(#5932)Don’t overlap objects in overlaid plot (#5942)
Compatibility:
Numpy 1.25 support (#5870)
Replace
np.NaNwithnp.nanfor Numpy 2.0 (#5938)Dropping support for Bokeh 2 (#5891)
Python 3.12 support (#5909)
Dropping support for Python 3.8 (#5936)
Remove deprecations functions (#5915)
Documentation:
Add Linking Bokeh plots guide to the table of contents (#5900)
Maintenance:
Version 1.17#
Version 1.17.1#
August 16, 2023
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)
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)
Version 1.17.0#
July 24, 2023
This release brings one of the most requested features - interactive twin-axis support! Another feature added in this release is the ability to easily set custom options on plot components with backend_opts, making it much easier to customize your plots. Datashaders where and summary aggregators are now supported, and rasterize now has a selector option, making it easy to get extra information about your rasterized data. Lastly, Bokeh figures with the same labels will synchronize muteness or visibility across different figures.
In addition, this release includes several enhancements and bug fixes.
Many thanks to the new contributors @alfredocarella and @RaulPL, as well as the returning contributors @ahuang11, @droumis, @jbednar, @jlstevens, @maximlt, @philippjfr, @TheoMathurin and @Hoxbro.
New features:
Multi-yaxis support in the Bokeh backend (#5621, #5826, #5827)
Allow modifying the underlying Bokeh or Matplotlib figure, axes etc. using
backend_opts(#4463)Support Datashaders
whereandsummaryaggregators and addselectoroption torasterizeenabling instant hover inspection of value dimensions (#5805)Synchronize muteness or visibility across Bokeh figures to support linked legends (#5763)
Enhancements:
Add option for initial ranges to RangeToolLink (#5800)
Allow resample’s
pixel_ratioto go below 1 (#5813, #5817) Add the ability forVectorFieldto instantiate from UV coordinates (#5797)Handle the
nodataoption for rasterized RGB image (#5774)
Bug fixes:
Fix bins option in the autompg_histogram demo (#5750)
Fix 0pt bug in safari (#5755)
Disable pan if
active_tools=[](#5754)Better handling of inputs to
rasterize.instance()(#5767, #5811)Fix class variable being used as instance
vdimsinhv.RGB(#5773, #5775)Improve notebook detection in VSCode and Google Colab (#5792)
Don’t warn when running
rasterizein VSCode (#5780)Add
__init__tohv.Outputto not overwrite its parent signature (#5799)Fix
XArrayInterfacecrashing when input is an empty array (#5809)Avoid setting
batchedbefore the class is initialized (#5814)Fix aspect handling when plot size is still unknown (#5808)
Update callbacks to use Bokeh’s
quadinstead ofquad(#5760)Update
hv.Image/hv.RGBinvert_{x,y}axisto work with Bokeh 3 (#5796)strip_magicsshould also strip IPython line magic (#5794)Fix
HoloMap.collapsefor(Nd)Overlay(#5825)
Compatibility:
Implement HEP1 - Drop support for Python 3.7 (#5695)
Replace deprecated
np.productwithnp.prod(#5787)Update
FileArchiverepr for Param 2.0 (#5791)Deprecate functionality (#5776)
Documentation:
Fix typo in Getting Started section text (#5759)
Add sep keyword to
pd.read_csvin documentation page (#5798)
Maintenance:
Version 1.16#
Version 1.16.2#
June 8, 2023
This release includes a breaking change as notebooks will no longer be inlining as default. This change will reduce the size of the notebook files and, more importantly, address an upstream issue in Jupyter where running hv.extension would give an error when used in a notebook.
Critical bug fixes and compatibility:
Correctly set
inline=Falsewhen runninghv.extensionin a Jupyter Notebook (#5748)Adding more Param 2 support (#5717)
Enhancements:
Speed up import time of Holoviews (#5719)
Maintenance:
Version 1.16.1#
June 2, 2023
This release contains a small number of important bug fixes and enhancements. Many thanks to @philippjfr and @Hoxbro.
This release includes a breaking change as notebooks will no longer be inlining as default. This change will reduce the size of the notebook files and, more importantly, address an upstream issue in Jupyter where running hv.extension would give an error when used in a notebook.
Critical bug fixes and compatibility:
Add
enable_mathjaxand set it and inline toFalse(#5729)Update to support Datashader on Python 3.11 (#5720)
Enhancements:
Add
show_versionshelper function (#5725)Ignore known model warning in VS Code (#5734)
Add workaround for plots where the objects in a figure would overlap (#5733)
Documentation:
Version 1.16.0#
May 9, 2023
This release includes many new features, improvements, and bug fixes. Among the highlights are support for Bokeh 3.1 and Panel 1.0, both of which come with a wide range of new features and enhancements. Time series support has also been improved, with auto-ranging along one axis, a new downsample algorithm, and having WebGL enabled by default. In addition, the release includes various other enhancements and bug fixes.
We would like to thank the many users who contributed to this release by filing bug reports, providing new features, and bug fixes. We want to give a special shout-out to existing contributors @ianthomas23, @jlstevens, @jordansamuels, @maximlt, @philippjfr, @TheoMathurin, @Yura52, and @Hoxbro, as well as new contributors @GeoVizNow, @JRRudy1, @keewis, @michaelaye, and @wendrul.
This minor version will be the last to support Python 3.7. The next minor version will require Python 3.8 or higher.
In the next release, holoviews.annotate will start giving a deprecation warning about its future move to the new package HoloNote.
New features:
Support for Bokeh 3.1 and Panel 1.0 (#5388, #5620, #5640, #5679, #5683, #5692, #5703)
Implement auto-ranging support along one axis (#5554, #5609)
Add Largest Triangle Three Buckets (LTTB) as a downsample algorithm (#5552)
Enable WebGL by default (#5708)
Enhancements:
Improve
legend_colssupport for Bokeh 3 (#5669)Add convenience
getterinterface toopts(#5606)Ensure
.stackworks on areas with differentvdims(#5693)Add
mutedsupport toPointPlotlikehv.Scatter(#5705)Automatic detect
commswithout callingpn.extension()(#5645)Add support for extra
Hovertoolvariables in a Bokeh’squadmeshwith 2D coordinates (with tests) (#5638)Change
hv.Rectanglesto internally use BokehQuadand notRectto support logarithmic axis in WebGL (#5664, #5702)
Bug fixes:
Ensure
spatial_selectin non-zero indexed DataFrame is applied right (#5625)Fix error handling for plotting class lookups on empty
DynamicMap/HoloMap(#5604)Fix
active_toolsto only be set for enabled tools (#5616)Fix legend display when using categorical
datashadeon GPU (#5631)Adding
GeoDataFrametoDataConversion(#5325)Don’t emit warnings when the toolbar is disabled (#5691)
Don’t try to find the closest match if the input is empty (#5700)
Only use
long_nameif it is a string (#5646)Use Matplotlib’s public API to list the colormaps (#5598)
Compatibility:
Add Pandas 2.0 support (#5662)
Update
types.functiontypetocollections.abc.callable(#5636)Improve error message for categorical data when used with
datashade(#5643)Don’t disable Jedi completion by default (#5701)
Documentation:
Fix an incorrect number stated regarding available axis types (#5623)
Fix
BoundsYexample (#5629)Fix formatting on FAQ (#5630)
Fix anchor links (#5677)
Maintenance:
Known issues:
BoxEditToolis not yet supported with the new internals ofhv.Rectangle.
Removals:
Version 1.15#
Version 1.15.4#
January 16, 2023
This release contains a small number of enhancements and important bug fixes. Many thanks to our new contributors @mmorys, @jj-github-jj, and @sandhujasmine, but also our returning contributors @droumis, @jlstevens, @MarcSkovMadsen, @maximlt, @philippjfr, @stanwest, and @Hoxbro.
Enhancements:
Make lasso select mask values using a Dask-compatible method (#5568)
Make plotly legend group unique (#5570)
Set pan and wheel_zoom as the default Bokeh active tools (#5480)
Enable rendering colorbars on bokeh
GraphPlots (#5585)Add Plotly
Scatter3ddocumentation and fix colorbar title (#5418)
Bug fixes:
Only trigger range-update once in callbacks (#5558)
Ensure dynamically created subplots can be updated (#5555)
Fix start of stack-level in deprecations (#5569)
When sorting colormap records, replace None with an empty string (#5539)
Fix annotator in Geoviews by adding deserialization of non-deserialized base64 data (#5587)
Fix
hv.Emptynot working inAdjointLayoutplot (#5584)Check for categorical data to histogram (#5540)
Fix
clim_percentile(#5495)
Compatibility:
Compatibility with Shapely 2.0 (#5561)
Compatibility with Numpy 1.24 (#5581)
Compatibility with Ibis 4.0 (#5588)
Documentation:
Installation instructions update (#5562)
Use OSM for reference tile source in notebook documentation (#5536)
Enhance Tiles example notebook (#5563)
Maintenance:
Version 1.15.3#
December 6, 2022
This release contains a small number of important bug fixes and adds support for Python 3.11. Many thanks to our maintainers @Hoxbro, @maximlt and @jlstevens.
Bug Fixes:
Fix for empty opts warning and incorrect clearing semantics (#5496)
Fix potential race condition in the Options system (#5535)
Enhancements:
Documentation:
Fixes to release notes and CHANGELOG (#5506)
Version 1.15.2#
November 3, 2022
This release contains a small number of important bug fixes. Many thanks to @stanwest for his contribution and thank you to our maintainers @Hoxbro, @maximlt, @jlstevens, @jbednar, and @philippjfr.
Bug fixes:
Fix support for jupyterlite (#5502)
Improve error message for
hv.optswithout a plotting backend (#5494)Fix warnings exposed in CI logs (#5470)
Thanks to @maximlt for various CI fixes (#5484, #5498, #5485)
Enhancement:
Allow Dimension objects to accept a dictionary specification (#5333)
Refactor to remove iterrows for loop from
connect_edges_pd(#5473)
Deprecations:
Promoted DeprecationWarning to FutureWarning when using pandas
DataFrames with non-string column names. This will not change any
functionality but will start warning users about functionality that will
be deprecated in future.
Upgrade warning for invalid dataframe column names (#5472)
Version 1.15.1#
October 4, 2022
This release contains a small number of important bug fixes. Many thanks to all our new contributors @MarcSkovMadsen, @j-svensmark, @ceball, @droumis, @ddrinka, @Jhsmit and @stanwest as well as a special thanks to @Hoxbro for his many bug fixes. An additional thank you goes out to @maximlt, @philippjfr, @jbednar and @jlstevens.
Enhancements:
Sort output of
decimateoperation so that it can be used with connected Elements (Curve, Area, etc.) (#5452)Ensure HoloViews is importable from a pyodide webworker (#5410)
Add support for stepwise Area plots (#5390)
Better error message for
hv.Cyclewhen incompatible backend activated (#5379)Improvements to VSCode notebook support (#5398)
Protect matplotlib tests from global styles (#5311)
Faster hashing for arrays and pandas objects (#5455)
Add pre-commit hooks to CI actions and fixes to pytest configuration (#5385, #5440)
Bug Fixes:
Allow import of numpy 1.12 (#5367)
Fixes handling of iterables in Overlays (#5320)
Always return a string when using
hv.Dimension.pprint_value(#5383)Support widgets in slices for
locandiloc(#5352)Take account of labeled dimension in Bokeh plotting classes (#5404)
Fix handling of pandas
Periodranges (#5393)Fixed declaration of
ScattertoSelection1DExpr(#5413)Ensure rangesupdate event fires on all plots with linked axes (#5465)
Fixed fallback to shapely spatial select (#5468)
Many thanks to @Hoxbro for many miscellaneous plotting fixes, including fixes to plotting of
BoxWhisker,VectorFieldelements (#5397, #5450, #5400, #5409, #5460))Fixes to documentation building GitHub Action (#5320, (#5320))
Documentation:
Introduced module documentation (#5362)
Remove Python 2 references from README (#5365)
Update call to panel add_periodic_callback in Bokeh gallery example (#5436)
Added reference to example in
RangeToolLink(#5435)
API:
In future, HoloViews will not allow non-string values for pandas
DataFrame column names. This deprecation cycle starts by
issuing a DeprecationWarning that should not be visible to users.
Issue DeprecationWarning for invalid DataFrame column types (#5457)
Version 1.15.0#
July 6, 2022
This is a major release with a large number of new features and bug fixes, as well as updates to Python and Panel compatibility.
Many thanks to the numerous users who filed bug reports, tested development versions, and contributed a number of new features and bug fixes, including special thanks to @ablythed @ahuang11 @douglas-raillard-arm @FloLangenfeld @HoxBro @ianthomas23 @jenssss @pepijndevos @peterroelants @stas-sl @Yura52 for their contributions. In addition, thanks to the maintainers @jbednar, @maximlt, @jlstevens and @philippjfr for contributing to this release.
Compatibility:
Python 2 support has finally been dropped with 1.14.9 as the last release supporting Python 2
HoloViews now requires panel >0.13.1 (#4329)
Colormaps for the output of the datashade operation have changed to address holoviz/datashader#357; see
rescale_discrete_levelsbelow. To revert to the old colorbar behavior, setColorbarPlot.rescale_discrete_levels = Falsein thebokehormplplotting modules as appropriate.Updated Sankey algorithm means that some users may need to update the
node_paddingparameter for plots generated with earlier releases.
Major features:
After a long period of hotfix releases for the 1.14.9 series, many new features on the main branch have been released. Features relating to datashader support, linked selection and improvements to the Bokeh plotting backend are called out in their own sections.
Support constructor interface from a spatialpandas GeometryArray (#5281)
Allow plotting anonymous pandas.Series (#5015)
Add support for rendering in pyodide/pyscript (#5338, #5321, #5275)
Datashader features:
The following new features have been added to the datashader support in
HoloViews, mainly focused on Datashader’s new support for antialiasing
lines as well as the new rescale_discrete_levels colormapping option.
Add automatic categorical legend for datashaded plots (#4806)
Implement
line_widthsupport when rasterizing spatialpandas paths (#5280)Expose
rescale_discrete_levelsin the Bokeh backend (#5312)Set
rescale_discrete_levels=Trueby default (#5268)
New linked selection features:
Implement
linked_selection.filtermethod (#4999)Allow passing custom
selection_exprto linked selections filter (#5012)Fix
AdjointLayoutinlink_selections(#5030)
New features for the Bokeh plotting backend:
Add
legend_labelsoption to allow overriding legend labels (#5342)Updated sankey algorithm to
d3-sankey-v0.12.3(#4707)
Other enhancements:
Optimize and clean up options system (#4954)
Optimize lasso selection by applying box-select first (#5061) https://github.com/holoviz/holoviews/pull/5061
Support ibis-framework version 3 (#5292)
Add
OpenTopoMapas a tile source (#5052)Show all histograms of an
Overlay(#5031)
Bug fixes:
Fix batch watching and linking of parameters in Params stream (#4960, #4956)
Ensure
Plot.refreshis dispatched immediately if possible (#5348)Fix datashader empty overlay aggregation (#5334)
Fixed missing handling of nodata for count aggregator with column (#4951)
Handle
pd.NAas missing data in dtype=object column (#5323)Forward
DynamicMap.histdimension parameter to histogram creation (#5037)Remove numpy pin from examples (#5285)
Fix vmin/vmax deprecation on matplotlib HeatMapPlot (#5300)
Don’t skip each renderer’s
load_nb callwhen multiple extension calls are made in a single cell (#5302)Set plotly range correctly for log axis (#5272)
Sanitize uses of
contextlib.contextmanager(#5018)Ensure
overlay_aggregateis not applied for anti-aliased lines (#5266)Switch to using bokeh
rangesupdateevent forRangestreams (#5265)Fixes for bokeh
Callbacks(#5040)Fix for attribute error in matplotlib
CompositePlot(#4969)Silenced inappropriate deprecation warnings and updated deprecation settings in options system (#5345, #5346)
Documentation:
The following improvements to the documentation have been made:
Fix
hv.helpwhen pattern is set (#5330)Added release dates to changelog and releases (#5027, #5035)
Removed unneeded list from dynamic map example (#4953)
Added FAQ about sharing only a single axis (#5278)
Miscellaneous fixes to Heatmap reference notebook and Continuous Coordinates user guide (#5262)
Added example of multiple RGB images as glyphs (#5172)
Trim trailing whitespaces (#5019)
Update outdated IOAM references (#4985)
Testing infrastructure:
Many thanks to @maximlt for his work maintaining and fixing the testing infrastructure across too many PRs to list here.
Version 1.14#
Version 1.14.9#
May 6, 2022
This release contains a small number of important bug fixes as well as support for the newly added antialiasing option for line rendering in datashader. Many thanks to @andriyot, @Hoxbro, @pepijndevos, @stas-sl, @TheoMathurin, @maximlt, @jlstevens, @jbednar, and @philippjfr.
Enhancements:
Improvements to extension loading, improving visual appearance in JupyterLab when no logo is used and a check to avoid loading unnecessary JavaScript. (#5216, #5249)
Add support for setting antialiased line_width on datashader line aggregation as well as pixel_ratio setting (#5264, #5288)
Added options to customize hover line_(width|join|cap|dash) properties (#5211)
Restored Python 2 compatibility that lapsed due to lack of CI testing since 1.14.3. This is expected to be the last release with Python 2 support. (#5298)
Bug fixes:
Fix to respect series order in stacked area plot (#5236)
Support buffer streams of unspecified length (#5247) (#5247)
Fixed log axis lower bound when data minimum is <= 0 (#5246)
Declared GitHub project URL in setup.py (#5227)
Fixed streaming Psutil example application (#5243)
Respecting Renderer’s center property for HoloViews pane (#5197)
Documentation:
Version 1.14.8#
February 15, 2022
This release contains a small number of important bug fixes as well as fixes required for Python 3.9 and 3.10 support. Many thanks to @Hoxbro, @maximlt, @jlstevens, @jbednar, and @philippjfr.
Bug fixes:
Fixed xarray validation for aliased coordinate (#5169)
Fixed xaxis/yaxis options with Matplotlib (#5200)
Fixed nested widgets by handling list or tuple values in
resolve_dependent_valueutility (#5184)Fixed issue handling multiple widgets without names (#5185)
Fix overlay of two-level categorical plots and HLine (#5203)
Added support for Ibis > 2.0 (#5204)
Allow lower dimensional views on arbitrary dimensioned elements (#5208)
Fix escaping of HTML on Div element (#5209)
Miscellaneous fixes to unit tests, including cudf test fixes as well as addition of Python 3.9 and 3.10 to the test matrix (#5166, #5199, #5201, #5206)
Version 1.14.7#
December 16, 2021
This release contains a small number of important bug fixes. Many thanks to @douglas-raillard-arm, @jenssss, @w31t1, @Hoxbro, @martinfleis, @maximlt, @jlstevens, @jbednar, and @philippjfr.
Bug fixes:
Support xyzservices.TileProvider as hv.Tiles input (#5062)
Allow reversed layout/overlay binary operators for
+and*to be used with custom objects (#5073)Fix internal numpy.round usage (#5095)
Remove dependency on recent Panel release by importing bokeh version from util module (#5103)
Add missing bounds for the cache_size Parameter (#5105)
Add current_key property to DynamicMap (#5106)
Pin freetype on Windows to avoid matplotlib error (#5109)
Handle the empty string as a group name (#5131)
Do not merge partially overlapping Stream callbacks (#5133)
Fix Violin matplotlib rendering with non-finite values (#5135)
Fix matplotlib colorbar labeling for dim expressions (#5137)
Fix datetime clipping on RangeXY stream (#5138)
Ensure FreehandDraw renders when styles are set (#5139)
Validate dimensionality of xarray interface data (#5140)
Preserve cols when overlaying on layout (#5141)
Fix Bars legend error when overlaid with annotation (#5142)
Fix plotly Bar plots containing NaNs (#5143)
Do not raise deprecated .opts warning for empty groups (#5144)
Handle unsigned integer dtype in datashader aggregate operation (#5149)
Delay projection comparison to optimize geoviews (#5152)
Utility to convert datetime64 to int64 and test suite maintenance (#5157)
Fix for Contours consistent of empty and nonempty paths (#5162)
Fixed docs:
Improved docs:
Switch to the Pydata Sphinx theme (#5163)
Version 1.14.6#
September 16, 2021
This is a hotfix release with a number of important bug fixes. Most importantly, this version supports the recent bokeh 2.4.0 release. Many thanks to @geronimos, @peterroelants, @douglas-raillard-arm, @philippjfr and @jlstevens for contributing the fixes in this release.
Bug fixes:
Compatibility for bokeh 2.4 and fixes to processing of falsey properties and visible style property (#5059, #5063)
Stricter validation of data.interface before calling subclass (#5050)
Fix to prevent options being ignored in some cases (#5016)
Improvements to linked selections including support for linked selection lasso for cudf and improved warnings (#5044, #5051)
Respect apply_ranges at range computation level (#5081)
Keep ordering of kdim when stacking Areas (#4971)
Apply hover postprocessor on updates (#5039)
Version 1.14.5#
July 16, 2021
This is a hotfix release with a number of important bug fixes. Most importantly, this version supports for the recent pandas 1.3.0 release. Many thanks to @kgullikson88, @philippjfr and @jlstevens for contributing the fixes in this release.
Bug fixes:
Version 1.14.4#
May 18, 2021
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:
Re-enable
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.
Version 1.14.3#
April 8, 2021
This release contains a small number of bug fixes, enhancements and compatibility for the latest release of matplotlib. Many thanks to @stonebig, @Hoxbro, @jlstevens, @jbednar and @philippjfr.
Enhancements:
Allow applying linked selections to chained
DynamicMap(#4870)Issuing improved error message when
__radd__called with an integer (#4868)Implement
MultiInterface.assign(#4880)Handle tuple unit on xarray attribute (#4881)
Support selection masks and expressions on gridded data (#4882)
Bug fixes:
Handle empty renderers when merging
HoverTool.renderers(#4856)
Compatibility:
Support matplotlib versions >=3.4 (#4878)
Version 1.14.2#
March 2, 2021
This release adds support for Bokeh 2.3, introduces a number of minor enhancements, miscellaneous documentation improvements and a good number of bug fixes.
Many thanks to the many contributors to this release, whether directly by submitting PRs or by reporting issues and making suggestions. Specifically, we would like to thank @philippjfr for the Bokeh 2.3 compatibility updates, @kcpevey, @timgates42, and @scottstanie for documentation improvements as well as @Hoxbro and @LunarLanding for various bug fixes. In addition, thanks to the maintainers @jbednar, @jlstevens and @philippjfr for contributing to this release.
Enhancements:
Supporting dictionary streams parameter in DynamicMaps and operations (#4787, #4818, #4822)
Support spatialpandas DaskGeoDataFrame (#4792)
Disable zoom on axis for geographic plots (#4812
Add support for non-aligned data in Area stack classmethod (#4836)
Handle arrays and datetime ticks (#4831)
Support single-value numpy array as input to HLine and VLine (#4798)
Bug fixes:
Ensure link_inputs parameter on operations is passed to apply (#4795)
Fix for muted option on overlaid Bokeh plots (#4830)
Check for nested dim dependencies (#4785)
Fixed np.nanmax call when computing ranges (#4847)
Fix for Dimension pickling (#4843)
Fixes for dask backed elements in plotting (#4813)
Handle isfinite for NumPy and Pandas masked arrays (#4817)
Fix plotting Graph on top of Tiles/Annotation (#4828)
Miscellaneous fixes for the Bokeh plotting extension (#4814, #4839)
Miscellaneous fixes for index based linked selections (#4776)
Documentation:
Version 1.14.1#
December 28, 2020
This release contains a small number of bug fixes addressing regressions. Many thanks to the contributors to this release including @csachs, @GilShoshan94 and the maintainers @jlstevens, @jbednar and @philippjfr.
Bug fixes:
Fix issues with linked selections on tables (#4758)
Fix Heatmap alpha dimension transform (#4757)
Do not drop tools in linked selections (#4756)
Fixed access to possibly non-existent key (#4742)
Documentation:
Warn about disabled interactive features on website (#4762)
Version 1.14.0#
December 1, 2020
This release brings a number of major features including a new IbisInterface, new Plotly Dash support and greatly improved Plotly support, and greatly improved interaction and integration with Datashader. Many thanks to the many contributors to this release, whether directly by submitting PRs or by reporting issues and making suggestions. Specifically, we would like to thank @philippjfr, @jonmmease, and @tonyfast for their work on the IbisInterface and @jonmmease for improving Plotly support, as well as @kcpevey, @Hoxbro, @marckassay, @mcepl, and @ceball for various other enhancements, improvements to documentation and testing infrastructure. In addition, thanks to the maintainers @jbednar, @jlstevens and @philippjfr for contributing to this release. This version includes a large number of new features, enhancements, and bug fixes.
It is important to note that version 1.14 will be the last HoloViews release supporting Python 2.
Major features:
New Plotly Dash support (#4605)
New Plotly support for Tiles element (#4686)
New IbisInterface (#4517)
Greatly improved Datashader
rasterize()(#4567). Previously, many of the features of Datashader were available only throughdatashade, which rendered data all the way to RGB pixels and thus prevented many client-side Bokeh features like hover, colorbars, dynamic colormaps, etc.rasterizenow supports all these Bokeh features along with nearly all the Datashader features previously only available throughdatashade, including (now client-side) histogram equalization withcnorm='eq_hist'and easy control of transparency via a newDimension.nodataparameter. See the Large Data User Guide for more information.
Enhancements:
Implemented datashader aggregation of Rectangles (#4701)
New support for robust color limits (
clim_percentile) (#4712)Support for dynamic overlays in link_selections (#4683)
Allow clashing Param stream contents (#4677)
Ensured pandas does not convert times to UTC (#4711)
Removed all use of cyordereddict (#4620)
Testing infrastructure moved to GH Actions (#4592)
Bug fixes:
Ensure RangeXY returns x/y ranges in correct order (#4665) (#4665)
Fix datashader instability with Plotly by disabling padding for RGB elements (#4705)
Various Dask and cuDF histogram fixes (#4691)
Fix handling of custom matplotlib and bokeh colormaps (#4693)
Fix cuDF values implementation (#4687)
Fixed range calculation on HexTiles (#4689)
Use PIL for RGB.load_image (#4639)
Documentation:
Clarified data types accepted by Points (#4430)
Updated Introduction notebook (#4682)
Fixed releases urls (#4672)
Compatibility:
Warning when there are multiple kdims on Chart elements (#4710)
Set histogram
normedoption to False by default (#4258)The default colormap in holoviews is now ‘kbc_r’ instead of ‘fire’; see issue #3500 for details. This change was made mainly because the highest value of the fire colormap is white, which meant data was often not visible against a white background. To restore the old behavior you can set
hv.config.default_cmap='fire', which you can do via the extension e.g.hv.extension('bokeh', config=dict(default_cmap='fire')). There is alsohv.config.default_gridded_cmapwhich you can set to ‘fire’ if you wish to use the old colormap for theRaster,ImageandQuadMeshelement types. The defaultHeatMapcolormap has also been set to ‘kbc_r’ for consistency and can be set back to the old value of ‘RdYlBu_r’ viahv.config.default_heatmap_cmap.
Version 1.13#
Version 1.13.5#
October 23, 2020
This version contains numerous bug fixes and a number of enhancements. Many thanks for contribution by @bryevdv, @jbednar, @jlstevens, @jonmmease, @kcpevey and @philippjfr.
Enhancements:
Refactor of link selections streams (#4572)
Add ability to listen to dataset linked_selection (#4547)
Added
selectedparameter to Bokeh PathPlot (#4641)
Bug fixes:
Improvements to iteration over Series in CuDF data backend (#4624)
Added .values_host calls needed for iteration in CuDF backend (#4646)
Fixed bug resetting ranges (#4654)
Fix bug matching elements to subplots in
DynamicMap(#4649) (#4649)Ensure consistent split
Violincolor assignment (#4650)Ensure
PolyDrawCallbackalways has vdim data (#4644)Set default align in bokeh correctly (#4637)
Fixed deserialization of polygon/multi_line CDS data in bokeh backend (#4631)
Documentation:
Version 1.13.4#
September 8, 2020
This version fixes a large number of bugs particularly relating to linked selections. Additionally it introduces some enhancements laying the groundwork for future functionality. Many thanks for contribution by @ruoyu0088, @hamogu, @Dr-Irv, @jonmmease, @justinbois, @ahuang11, and the core maintainer @philippjfr.
Bug fixes:
Fix the
.infoproperty to return the info (#4513)Set
toolbar=Truethe default insave()(#4518)Fix bug when the default value is 0 (#4537)
Ensure operations do not recursively accumulate pipelines (#4544)
Fixed whiskers for
BoxWhiskerso that they never point inwards (#4548)Fix issues with boomeranging events when aspect is set (#4569)
Fix aspect if width/height has been constrained (#4579)
Fixed categorical handling in Geom plot types (#4575)
Do not attempt linking axes on annotations (#4584)
Reset
RangeXYwhenframewiseis set (#4585)Add automatic collate for
OverlayofAdjointLayouts (#4586)Fixed color-ranging after box select on side histogram (#4587)
Use HTTPS throughout on homepage (#4588)
Compatibility:
Compatibility with bokeh 2.2 for CDSCallback (#4568)
Handle
rcParamdeprecations in matplotlib 3.3 (#4583)
Enhancements:
Allow toggling the
selection_modeonlink_selectionsfrom the context menu in the bokeh toolbar (#4604)Optimize options machinery (#4545)
Add new
Derivedstream class (#4532)Set Panel state to busy during callbacks (#4546)
Support positional stream args in
DynamicMapcallback (#4534)legend_optsimplemented (#4558)Add
Historystream (#4554)Updated spreading operation to support aggregate arrays (#4562)
Add ability to supply
dimtransforms for all dimensions (#4578)Add ‘vline’ and ‘hline’ Hover mode (#4527)
Allow rendering to pgf in matplotlib (#4577)
Version 1.13.3#
June 23, 2020
This version introduces a number of enhancements of existing functionality, particularly for features introduced in 1.13.0, e.g. cuDF support and linked selections. In addition it introduces a number of important bug fixes. Many thanks for contribution by @kebowen730, @maximlt, @pretros1999, @alexbraditsas, @lelatbones, @flothesof, @ruoyu0088, @cool-PR and the core maintainers @jbednar and @philippjfr.
Enhancements:
Expose
centeras an output rendering option (#4365)Configurable throttling schemes for linked streams on the server (#4372)
Add support for lasso tool in linked selections (#4362)
Add support for NdOverlay in linked selections (#4481)
Add support for unwatching on
Paramsstream (#4417)Optimizations for the cuDF interface (#4436)
Add support for
byaggregator in datashader operations (#4438)Add support for cupy and dask histogram and box-whisker calculations (#4447)
Allow rendering HoloViews output as an ipywidget (#4404)
Allow
DynamicMapcallback to accept key dimension values as variable kwargs (#4462)Delete toolbar by default when rendering bokeh plot to PNG (#4422)
Ensure
BoundsandLassoevents only trigger on mouseup (#4478)
Bug fixes:
Eliminate circular references to allow immediate garbage collection (#4368, #4377)
Allow bytes as categories (#4392)
Fix handling of zero as log colormapper lower bound (#4383)
Do not compute data ranges if Dimension.values is supplied (#4416)
Fix RangeXY updates when zooming on only one axis (#4413)
Ensure that ranges do not bounce when data_aspect is set (#4431)
Fix bug specifying a rotation for Box element (#4460)
Fix handling of datetimes in bokeh RectanglesPlot (#4461)
Fix bug normalizing ranges across multiple plots when framewise=True (#4450)
Fix bug coloring adjoined histograms (#4458)
Fix issues with ranges bouncing when PlotSize stream is attached (#4480)
Fix bug with hv.extension(inline=False) (#4491)
Handle missing categories on split Violin plot (#4482)
Version 1.13.2#
April 2, 2020
This is a minor patch release fixing a number of regressions introduced as part of the 1.13.x releases. Many thanks to the contributors including @eddienko, @poplarShift, @wuyuani135, @maximlt and the maintainer @philippjfr.
Enhancements:
Add PressUp and PanEnd streams (#4334)
Bug fixes:
Version 1.13.1#
March 25, 2020
This is a minor patch release to fix issues compatibility with the about to be released Bokeh 2.0.1 release. Additionally this release makes Pandas a hard dependency, which was already implicitly the case in 1.13.0 but not declared. Lastly this release contains a small number of enhancements and bug fixes.
Enhancements:
Add option to set Plotly plots to responsive (#4319)
Unified datetime formatting in bokeh hover info (#4318)
Allow using dim expressions as accessors (#4311)
Add explicit
.dfand.xrnamespaces todimexpressions to allow using dataframe and xarray APIs (#4320)Allow defining clim which defines only upper or lower bound and not both (#4314)
Improved exceptions when selected plotting extension is not loaded (#4325)
Bug fixes:
Fix regression in Overlay.relabel that occurred in 1.12.3 resulting in relabeling of contained elements by default (#4246)
Fix bug when updating bokeh Arrow elements (#4313)
Fix bug where Layout/Overlay constructors would drop items (#4313)
Compatibility:
Fix compatibility with Bokeh 2.0.1 (#4308)
Documentation:
Update API reference manual (#4316)
Version 1.13.0#
March 20, 2020
This release is packed full of features and includes a general refactoring of how HoloViews renders widgets now built on top of the Panel library. Many thanks to the many contributors to this release either directly by submitting PRs or by reporting issues and making suggestions. Specifically we would like to thank @poplarShift, @jonmease, @flothesof, @julioasotodv, @ltalirz, @DancingQuanta, @ahuang, @kcpevey, @Jacob-Barkhak, @nluetts, @harmbuisman, @ceball, @mgsnuno, @srp3003, @jsignell as well as the maintainers @jbednar, @jlstevens and @philippjfr for contributing to this release. This version includes the addition of a large number of features, enhancements and bug fixes:
Major features:
Add
link_selectionto make custom linked brushing simple (#3951)link_selectionbuilds on new support for much more powerful data-transform pipelines: newDataset.transformmethod (#237, #3932),dimexpressions inDataset.select(#3920), arbitrary method calls ondimexpressions (#4080), andDataset.pipelineandDataset.datasetproperties to track provenance of dataAdd Annotators to allow easily drawing, editing, and annotating visual elements (#1185)
Completely replaced custom Javascript widgets with Panel-based widgets allowing for customizable layout (#84, #805)
Add
HSpan,VSpan,Slope,SegmentsandRectangleselements (#3510, #3532, #4000)Add support for cuDF GPU dataframes, cuPy backed xarrays, and GPU datashading (#3982)
Other features
Add spatialpandas support and redesigned geometry interfaces for consistent roundtripping (#4120)
Support GIF rendering with Bokeh and Plotly backends (#2956, #4017)
Support for Plotly
Bars,Bounds,Box,Ellipse,HLine,Histogram,RGB,VLineandVSpanplotsAdd
UniformNdMapping.collapseto collapse nested datastructures (#4250)Add
apply_whenhelper to conditionally apply operations (#4289)Display Javascript callback errors in the notebook (#4119)
Add support for linked streams in Plotly backend to enable rich interactivity (#3880, #3912)
Enhancements:
Support for packed values dimensions, e.g. 3D
RGB/HSVarrays (#550, #3983)Allow selecting/slicing datetimes with strings (#886)
Support for datashading
Area,Spikes,SegmentsandPolygons(#4120)HeatMapnow supports mixed categorical/numeric axes (#2128)Use
__signature__to generate .opts tab completions (#4193)Allow passing element-specific keywords through
datashadeandrasterize(#4077) (#3967)Add
per_elementflag to.applyaccessor (#4119)Add
selectedplot option to control selected glyphs in bokeh (#4281)Improve default
Sankeynode_paddingheuristic (#4253)Add
hooksplot option for Plotly backend (#4157)Support for split
Violinplots in bokeh (#4112)
Bug fixes:
Fixed radial
HeatMapsizing issues (#4162)Switched to Panel for rendering machinery fixing various export issues (#3683)
Handle updating of user supplied
HoverToolin bokeh (#4266)Fix issues with single value datashaded plots (#3673)
Fix legend layout issues (#3786)
Fix linked axes issues with mixed date, categorical and numeric axes in bokeh (#3845)
Fixed handling of repeated dimensions in
PandasInterface(#4139)Fixed various issues related to widgets (#3868, #2885, #1677, #3212, #1059, #3027, #3777)
Library compatibility:
Migration notes:
Geometry
.ilocnow indexes by geometry instead of by datapoint. Convert to dataframe or dictionary before using.ilocto access individual datapoints (#4104)Padding around plot elements is now enabled by default, to revert set
hv.config.node_padding = 0(#1090)Removed Bars
group_indexandstack_indexoptions, which are now controlled using thestackedoption (#3985).tableis deprecated; use.collapsemethod instead and cast toTable(#3985)HoloMap.split_overlaysis deprecated and is now a private method (#3985)Histogram.edgesandHistogram.valuesproperties are deprecated; usedimension_values(#3985)Element.collapse_datais deprecated; use the container’s.collapsemethod instead (#3985)hv.outputfilenameargument is deprecated; usehv.saveinstead (#3985)
Version 1.12#
Version 1.12.7#
November 22, 2019
This a very minor hotfix release fixing an important bug related to axiswise normalization between plots. Many thanks to @srp3003 and @philippjfr for contributing to this release.
Enhancements:
Add styles attribute to PointDraw stream for consistency with other drawing streams (#3819)
Bug fixes:
Fixed shared_axes/axiswise regression (#4097)
Version 1.12.6#
October 8, 2019
This is a minor release containing a large number of bug fixes thanks to the contributions from @joelostblom, @ahuang11, @chbrandt, @randomstuff, @jbednar and @philippjfr. It also contains a number of enhancements. This is the last planned release in the 1.12.x series.
Enhancements:
Ensured that shared_axes option on layout plots is respected across backends (#3410)
Allow plotting partially irregular (curvilinear) mesh (#3952)
Add support for dependent functions in dynamic operations (#3975, #3980)
Add support for fast QuadMesh rasterization with datashader >= 0.8 (#4020)
Allow passing Panel widgets as operation parameter (#4028)
Bug fixes:
Fixed issue rounding datetimes in Curve step interpolation (#3958)
Fix resampling of categorical colorcet colormaps (#3977)
Ensure that changing the Stream source deletes the old source (#3978)
Ensure missing hover tool does not break plot (#3981)
Ensure Grid axes are always aligned in bokeh (#3916)
Fix hover tool on Image and Raster plots with inverted axis (#4010)
Ensure that DynamicMaps are still linked to streams after groupby (#4012)
Using hv.renderer no longer switches backends (#4013)
Ensure that Points/Scatter categorizes data correctly when axes are inverted (#4014)
Fixed error creating legend for matplotlib Image artists (#4031)
Ensure that unqualified Options objects are supported (#4032)
Fix bounds check when constructing Image with ImageInterface (#4035)
Ensure elements cannot be constructed with wrong number of columns (#4040)
Ensure streaming data works on bokeh server (#4041)
Compatibility:
Version 1.12.5#
August 14, 2019
This is a very minor bug fix release ensuring compatibility with recent releases of dask.
Compatibility:
Version 1.12.4#
August 4, 2019
This is a minor release with a number of bug and compatibility fixes as well as a number of enhancements.
Many thanks to recent @henriqueribeiro, @poplarShift, @hojo590, @stuarteberg, @justinbois, @schumann-tim, @ZuluPro and @jonmmease for their contributions and the many users filing issues.
Enhancements:
Add numpy log to dim transforms (#3731)
Make Buffer stream following behavior togglable (#3823)
Added internal methods to access dask arrays and made histogram operation operate on dask arrays (#3854)
Optimized range finding if Dimension.range is set (#3860)
Add ability to use functions annotated with param.depends as DynamicMap callbacks (#3744)
Bug fixes:
Fixed handling datetimes on Spikes elements (#3736)
Fix graph plotting for unsigned integer node indices (#3773)
Fix sort=False on GridSpace and GridMatrix (#3769)
Fix extent scaling on VLine/HLine annotations (#3761)
Fix BoxWhisker to match convention (#3755)
Improved handling of custom array types (#3792)
Allow setting cmap on HexTiles in matplotlib (#3803)
Fixed handling of data_aspect in bokeh backend (#3848, #3872)
Fixed legends on bokeh Path plots (#3809)
Ensure Bars respect xlim and ylim (#3853)
Allow setting Chord edge colors using explicit colormapping (#3734)
Fixed bug in decimate operation (#3875)
Compatibility:
Backwards incompatible changes:
Unfortunately due to a major mixup the data_aspect option added in 1.12.0 was not correctly implemented and fixing it changed its behavior significantly (inverting it entirely in some cases).
A mixup in the convention used to compute the whisker of a box-whisker plots was fixed resulting in different results going forward.
Version 1.12.3#
May 20, 2019
This is a minor release primarily focused on a number of important bug fixes. Thanks to our users for reporting issues, and special thanks to the internal developers @philippjfr and @jlstevens and external developers including @poplarShift, @fedario and @odoublewen for their contributions.
Bug fixes:
Fixed regression causing unhashable data to cause errors in streams (#3681
Ensure that hv.help handles non-HoloViews objects (#3689)
Ensure that DataLink handles data containing NaNs (#3694)
Ensure that bokeh backend handles Cycle of markers (#3706)
Fix for using opts method on DynamicMap (#3691)
Ensure that bokeh backend handles DynamicMaps with variable length NdOverlay (#3696)
Fix default width/height setting for HeatMap (#3703)
Ensure that dask imports handle modularity (#3685)
Fixed regression in xarray data interface (#3724)
Ensure that RGB hover displays the integer RGB value (#3727)
Ensure that param streams handle subobjects (#3728)
Version 1.12.2#
May 1, 2019
This is a minor release with a number of important bug fixes and a small number of enhancements. Many thanks to our users for reporting these issues, and special thanks to our internal developers @philippjfr, @jlstevens and @jonmease and external contributors including @ahuang11 and @arabidopsis for their contributions to the code and the documentation.
Enhancements:
Add styles argument to draw tool streams to allow cycling colors and other styling when drawing glyphs (#3612)
Add ability to define alpha on (data)shade operation (#3611)
Ensure that categorical plots respect Dimension.values order (#3675)
Compatibility:
Compatibility with Plotly 3.8 (#3644)
Bug fixes:
Ensure that bokeh server plot updates have the exclusive Document lock (#3621)
Ensure that Dimensioned streams are inherited on
__mul__(#3658)Ensure that bokeh hover tooltips are updated when dimensions change (#3609)
Fix DynamicMap.event method for empty streams (#3564)
Ensure that resampling operations do not cause event loops (#3614)
Backward compatibility:
Added color cycles on Violin and BoxWhisker elements due to earlier regression (#3592)
Version 1.12.1#
April 10, 2019
This is a minor release that pins to the newly released Bokeh 1.1 and adds support for parameter instances as streams:
Enhancements:
Add support for passing in parameter instances as streams (#3616)
Version 1.12.0#
April 2, 2019
This release provides a number of exciting new features as well as a set of important bug fixes. Many thanks to our users for reporting these issues, and special thanks to @ahuang11, @jonmmease, @poplarShift, @reckoner, @scottclowe and @syhooper for their contributions to the code and the documentation.
Features:
New plot options for controlling layouts including a responsive mode as well as improved control over aspect using the newly updated bokeh layout engine (#3450, #3575)
Added a succinct and powerful way of creating DynamicMaps from functions and methods via the new
.applymethod (#3554, #3474)
Enhancements:
Added a number of new plot options including a clabel param for colorbars (#3517), exposed Sankey font size (#3535) and added a radius for bokeh nodes (#3556)
Switched notebook output to use an HTML mime bundle instead of separate HTML and JS components (#3574)
Improved support for style mapping constant values via
dim.categorize(#3578)
Bug fixes:
Version 1.11#
Version 1.11.3#
February 25, 2019
This is the last micro-release in the 1.11 series providing a number of important fixes. Many thanks to our users for reporting these issues and @poplarShift and @henriqueribeiro for contributing a number of crucial fixes.
Bug fixes:
All unused Options objects are now garbage collected fixing the last memory leak (#3438)
Ensured updating of size on matplotlib charts does not error (#3442)
Fix casting of datetimes on dask dataframes (#3460)
Ensure that calling redim does not break streams and links (#3478)
Ensure that matplotlib polygon plots close the edge path (#3477)
Fixed bokeh ArrowPlot error handling colorbars (#3476)
Fixed bug in angle conversion on the VectorField if invert_axes (#3488)
Ensure that all non-Annotation elements support empty constructors (#3511)
Fixed bug handling out-of-bounds errors when using tap events on datetime axis (#3519)
Enhancements:
Apply Labels element offset using a bokeh transform allowing Labels element to share data with original data (#3445)
Allow using datetimes in xlim/ylim/zlim (#3491)
Optimized rendering of TriMesh wireframes (#3495)
Add support for datetime formatting when hovering on Image/Raster (#3520)
Added Tiles element from GeoViews (#3515)
Version 1.11.2#
January 28, 2019
This is a minor bug fix release with a number of small but important bug fixes. Special thanks to @darynwhite for his contributions.
Bug fixes:
Compatibility with pandas 0.24.0 release (#3433)
Fixed timestamp selections on streams (#3427)
Fixed persisting options during clone on Overlay (#3435)
Ensure cftime datetimes are displayed as a slider (#3413)
Enhancements:
Version 1.11.1#
January 17, 2019
This is a minor bug fix release with a number of important bug fixes, enhancements and updates to the documentation. Special thanks to @ahuang11, @garibarba and @Safrone for their contributions.
Bug fixes:
Fixed bug plotting adjoined histograms in matplotlib (#3377)
Fixed bug updating bokeh RGB alpha value (#3371)
Handled issue when colorbar limits were equal in bokeh (#3382)
Fixed bugs plotting empty Violin and BoxWhisker elements (#3397, #3405)
Fixed handling of characters that have no uppercase on Layout and Overlay objects ((#3403)
Fixed bug updating Polygon plots in bokeh (#3409)
Enhancements:
Provide control over gridlines ticker and mirrored axis ticker by default (#3398)
Enabled colorbars on CompositePlot classes such as Graphs, Chords etc. (#3397)
Ensure that xarray backend retains dimension metadata when casting element (#3401)
Consistently support clim options (#3382)
Documentation:
Completed updates from .options to .opts API in the documentation ([#3364]((https://github.com/pyviz/holoviews/pull/3364), #3367
Version 1.11.0#
December 24, 2018
This is a major release containing a large number of features and API improvements. Specifically this release was devoted to improving the general usability and accessibility of the HoloViews API and deprecating parts of the API in anticipation for the 2.0 release. To enable deprecation warnings for these deprecations set:
hv.config.future_deprecations = True
The largest updates to the API relate to the options system which is now
more consistent, has better validation and better supports notebook
users without requiring IPython magics. The new dim transform
generalizes the mapping from data dimensions to visual dimensions,
greatly increasing the expressive power of the options system. Please
consult the updated user guides for more information.
Special thanks for the contributions by Andrew Huang (@ahuang11), Julia Signell (@jsignell), Jon Mease (@jonmmease), and Zachary Barry (@zbarry).
Features:
Generalized support for style mapping using
dimtransforms (2152)Added alternative to opts magic with tab-completion (#3173)
Added support for Polygons with holes and improved contours operation (#3092)
Added support for Links to express complex interactivity in JS (#2832)
Plotly improvements including support for plotly 3.0 (#3194), improved support for containers (#3255) and support for more elements (#3256)
Support for automatically padding plots using new
paddingoption (#2293)Added
xlim/ylimplot options to simplify setting axis ranges (#2293)Added
xlabel/ylabelplot options to simplify overriding axis labels (#2833)Added
xformatter/yformatterplot options to easily override tick formatter (#3042)Added
active_toolsoptions to allow defining tools to activate on bokeh plot initialization (#3251)Added
FreehandDrawstream to allow freehand drawing on bokeh plots (#2937)Added support for
cftimetypes for dates which are not supported by standard datetimes and calendars (#2728)Added top-level
saveandrenderfunctions to simplify exporting plots (#3134)Added support for updating Bokeh bokeh legends (#3139)
Added support for indicating directed graphs with arrows (#2521)
Enhancements:
Improved import times (#3055)
Adopted Google style docstring and documented most core methods and classes (#3128
Bug fixes:
GIF rendering fixed under Windows (#3151)
Fixes for handling TriMesh value dimensions on rasterization (#3050)
Deprecations:
finalize_hooksrenamed tohooks(#3134)All
*_indexand related options are now deprecated includingcolor_index,size_index,scaling_method,scaling_factor,size_fn(#2152)Bars
group_index,category_indexandstack_indexare deprecated in favor of stacked option (#2828)iris interface was moved to GeoViews (#3054)
Top-level namespace was cleaned up (#2224)
ElementOpration,Layout.displayandmdimsargument to.tonow fully removed (#3128)Element.mapping,ItemTable.values,Element.table,HoloMap.split_overlays,ViewableTree.from_values,ViewableTree.regroupandElement.collapse_datamethods now marked for deprecation (#3128)
Version 1.10#
Version 1.10.8#
October 29, 2018
This a likely the last hotfix release in the 1.10.x series containing fixes for compatibility with bokeh 1.0 and matplotlib 3.0. It also contains a wide array of fixes contributed and reported by users:
Special thanks for the contributions by Andrew Huang (@ahuang11), Julia Signell (@jsignell), and Zachary Barry (@zbarry).
Enhancements:
Add support for labels, choord, hextiles and area in
.tointerface (#2924)Allow defining default bokeh themes as strings on Renderer (#2972)
Allow specifying fontsize for categorical axis ticks in bokeh (#3047)
Allow hiding toolbar without disabling tools (#3074)
Allow specifying explicit colormapping on non-categorical data (#3071)
Support for displaying xarray without explicit coordinates (#2968)
Fixes:
Ensured that objects are garbage collected when using linked streams (#2111)
Allow dictionary data to reference values which are not dimensions (#2855, #2859)
Fixes for zero and non-finite ranges in datashader operation (#2860, #2863, #2869)
Fixes for CDSStream and drawing tools on bokeh server (#2915)
Fixed issues with nans, datetimes and streaming on Area and Spread elements (#2951, c55b044)
Fixed handling of curvilinear and datetime coordinates on QuadMesh (#3017, #3081)
Fixed issue when inverting a shared axis in bokeh (#3083)
Fixed formatting of values in HoloMap widgets (#2954)
Fixed setting fontsize for z-axis label (#2967)
Compatibility:
Suppress warnings about rcParams in matplotlib 3.0 (#3013, #3058, #3104)
Fixed incompatibility with Python <=3.5 (#3073)
Fixed incompatibility with bokeh >=1.0 (#3051)
Documentation:
Version 1.10.7#
July 8, 2018
This a very minor hotfix release mostly containing fixes for datashader aggregation of empty datasets:
Fixes:
Version 1.10.6#
June 29, 2018
This another minor bug fix release in the 1.10 series and likely the last one before the upcoming 1.11 release. In addition to some important fixes relating to datashading and the handling of dask data, this release includes a number of enhancements and fixes.
Enhancements:
Added the ability to specify color intervals using the color_levels plot options (#2797)
Allow defining port and multiple websocket origins on BokehRenderer.app (#2801)
Support for datetimes in Curve step interpolation (#2757)
Add ability to mute legend by default (#2831)
Implemented ability to collapse and concatenate gridded data (#2762)
Add support for cumulative histogram and explicit bins (#2812)
Fixes:
Version 1.10.5#
June 5, 2018
This is a minor bug fix release containing a mixture of small enhancements, a number of important fixes and improved compatibility with pandas 0.23.
Enhancements:
Graph.from_networkx now extracts node and edge attributes from networkx graphs (#2714)
Added throttling support to scrubber widget (#2748)
histogram operation now works on datetimes (#2719)
Legends on NdOverlay containing overlays now supported (#2755)
Dataframe indexes may now be referenced in
.toconversion (#2739)Reindexing a gridded Dataset without arguments now behaves consistently with NdMapping types and drops scalar dimensions making it simpler to drop dimensions after selecting (#2746)
Fixes:
Various fixes for QuadMesh support including support for contours, nan coordinates and inverted coordinates (#2691, #2702, #2771)
Fixed bugs laying out complex layouts in bokeh (#2740)
Fix for adding value dimensions to an xarray dataset (#2761)
Compatibility:
Version 1.10.4#
May 14, 2018
This is a minor bug fix release including a number of crucial fixes for issues reported by our users.
Enhancement:
Allow setting alpha on Image/RGB/HSV and Raster types in bokeh (#2680)
Fixes:
Version 1.10.3#
May 8, 2018
This is a minor bug fix release including a number of crucial fixes for issues reported by our users.
Enhancement:
The dimensions of elements may now be changed allowing updates to axis labels and table column headers (#2666)
Fixes:
Fix for
labelledplot option (#2643)Optimized initialization of dynamic plots specifying a large parameter space (#2646)
Fixed unicode and reversed axis slicing issues in XArrayInterface (#2658, #2653)
Fixed widget sorting issues when applying dynamic groupby (#2641)
API:
Version 1.10.2#
April 30, 2018
This is a minor bug fix release with a number of small fixes for features and regressions introduced in 1.10:
Enhancement:
Exposed Image hover functionality for upcoming bokeh 0.12.16 release (#2625)
Fixes:
Minor fixes for newly introduced elements and plots including Chord (#2581) and RadialHeatMap (#2610
Fixes for .options method including resolving style and plot option clashes (#2411) and calling it without arguments (#2630)
Fixes for IPython display function (#2587) and display_formats (#2592)
Deprecations:
BoxWhisker and Bars
widthbokeh style options and Arrow matplotlibfontsizeoption are deprecated (#2411)
Version 1.10.1#
April 20, 2018
This is a minor bug fix release with a number of fixes for regressions and minor bugs introduced in the 1.10.0 release:
Fixes:
Version 1.10.0#
April 17, 2018
This is a major release with a large number of new features and bug fixes, as well as a small number of API changes. Many thanks to the numerous users who filed bug reports, tested development versions, and contributed a number of new features and bug fixes, including special thanks to @mansenfranzen, @ea42gh, @drs251 and @jakirkham.
JupyterLab support:
Full compatibility with JupyterLab when installing the jupyterlab_holoviews extension (#687)
New components:
Added
Sankeyelement to plot directed flow graphs (#1123)Added
TriMeshelement and datashading operation to plot small and large irregular meshes (#2143)Added a
Chordelement to draw flow graphs between different nodes (#2137, #2143)Added
HexTileselement to plot data binned into a hexagonal grid (#1141)Added
Labelselement to plot a large number of text labels at once (as data rather than as annotations) (#1837)Added
Divelement to add arbitrary HTML elements to a Bokeh layout (#2221)Added
PointDraw,PolyDraw,BoxEdit, andPolyEditstreams to allow drawing, editing, and annotating glyphs on a Bokeh plot, and syncing the resulting data to Python (#2268)
Features:
Added radial
HeatMapoption to allow plotting heatmaps with a cyclic x-axis (#2139)All elements now support declaring bin edges as well as centers allowing
HistogramandQuadMeshto become first classDatasettypes (#547)When using widgets, their initial or default value can now be set via the
Dimension.defaultparameter (#704)n-dimensional Dask arrays are now supported directly via the gridded dictionary data interface (#2305)
Added new Styling Plots and Colormaps user guides, including new functionality for working with colormaps.
Enhancements:
Improvements to exceptions (#1127)
Toolbar position and merging (via a new
merge_toolbaroption) can now be controlled for Layout and Grid plots (#1977)Bokeh themes can now be applied at the renderer level (#1861)
Dataframe and Series index can now be referenced by name when constructing an element (#2000)
Option-setting methods such as
.opts,.optionsandhv.optsnow allow specifying the backend instead of defaulting to the current backend (#1801)Handled API changes in streamz 0.3.0 in Buffer stream (#2409)
Supported GIF output on windows using new Matplotlib pillow animation support (#385)
Provided simplified interface to
rasterizemost element types using datashader (#2465)Bivariateelement now supportlevelsas a plot option (#2099)NdLayoutandGridSpacenow consistently support*overlay operation (#2075)The Bokeh backend no longer has a hard dependency on Matplotlib (#829)
DynamicMapmay now return (Nd)Overlaywith varying number of elements (#1388)In the notebook, deleting or re-executing a cell will now delete the plot and clean up any attached streams (#2141)
Added
color_levelsplot option to set discrete number of levels during colormapping (#2483)Expanded the Large Data user guide to show examples of all Element and Container types supported for datashading and give performance guidelines.
Fixes:
LayoutandOverlayobjects no longer create lower-case nodes on attribute access (#2331)Dimension.stepnow correctly respects both integer and float steps (#1707)Fixed timezone issues when using linked streams on datetime axes (#2459)
Changes affecting backwards compatibility:
Image elements now expect and validate regular sampling (#1869); for genuinely irregularly sampled data QuadMesh should be used.
Tabular elements will no longer default to use
ArrayInterface, instead preferring pandas and dictionary data formats (#1236)Cycle/Palettevalues are no longer zipped together; instead they now cycle independently (#2333)The default color
Cyclewas expanded to provide more unique colors (#2483)Categorical colormapping was made consistent across backends, changing the behavior of categorical Matplotlib colormaps (#2483)
Disabled auto-indexable property of the Dataset baseclass, i.e. if a single column is supplied no integer index column is added automatically (#2522)
Version 1.9#
Version 1.9.5#
March 2, 2018
This release includes a very small number of minor bugfixes and a new feature to simplify setting options in python:
Enhancements:
Added .options method for simplified options setting. (#2306)
Fixes:
Version 1.9.4#
February 16, 2018
This release contains a small number of important bug fixes:
Version 1.9.3#
February 11, 2018
This release contains a number of important bug fixes and minor enhancements.
Particular thanks to @jbampton, @ea42gh, @laleph, and @drs251 for a number of fixes and improvements to the documentation.
Enhancements:
Optimized rendering of stream based OverlayPlots (#2253)
Added
merge_toolbarsandtoolbaroptions to control toolbars onLayoutand Grid plots (#2289)Optimized rendering of
VectorField(#2314)Improvements to documentation (#2198, #2220, #2233, #2235, #2316)
Improved Bokeh
Tableformatting (#2267)Added support for handling datetime.date types (#2267)
Add support for pre- and post-process hooks on operations (#2246, #2334)
Fixes:
Fix for Bokeh server widgets (#2218)
Fix using event based streams on Bokeh server (#2239, #2256)
Switched to drawing
Distribution,AreaandSpreadusing patch glyphs in Bokeh fixing legends (#2225)Fixed categorical coloring of
Polygons/Pathelements in Matplotlib (#2259)Fixed bug computing categorical datashader aggregates (#2295)
Allow using
Emptyobject inAdjointLayout(#2275)
API Changes:
Renamed
TrisurfacetoTriSurfacefor future consistency (#2219)
Version 1.9.2#
December 11, 2017
This release is a minor bug fix release patching various issues which were found in the 1.9.1 release.
Enhancements:
Improved the Graph element, optimizing the constructor and adding support for defining a
edge_color_index(#2145)Added support for adding jitter to Bokeh Scatter and Points plots (e56208)
Fixes:
Ensure dimensions, group and label are inherited when casting Image to QuadMesh (#2144)
Handle compatibility for Bokeh version >= 0.12.11 (#2159)
Fixed broken Bokeh ArrowPlot (#2172)
Fixed Pointer based streams on datetime axes (#2179)
Allow constructing and plotting of empty Distribution and Bivariate elements (#2190)
Added support for hover info on Bokeh BoxWhisker plots (#2187)
Fixed bug attaching streams to (Nd)Overlay types (#2194)
Version 1.9.1#
November 13, 2017
This release is a minor bug fix release patching various issues which were found in the 1.9.0 release.
Enhancements:
Exposed min_alpha parameter on datashader shade and datashade operations (#2109)
Fixes:
Fixed broken Bokeh server linked stream throttling (#2112)
Fixed bug in Bokeh callbacks preventing linked streams using Bokeh’s on_event callbacks from working (#2112)
Fixed insufficient validation issue for Image and bugs when applying regrid operation to xarray based Images (#2117)
Fixed handling of dimensions and empty elements in univariate_kde and bivariate_kde operations (#2103)
Version 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)
Added Graph, Nodes, and EdgePaths elements adding support for plotting network graphs (#1829)
Added datashader based regrid operation for fast Image and RGB regridding (#1773)
Added support for binary transport when plotting with Bokeh, providing huge speedups for dynamic plots (#1894, #1896)
Added Pipe and Buffer streams for streaming data support (#2011)
Add support for datetime axes on Image, RGB and when applying datashading and regridding operations (#2023)
Added Distribution and Bivariate as first class elements which can be plotted with Matplotlib and Bokeh without depending on seaborn (#1985)
Completely overhauled support for plotting geometries with Path, Contours and Polygons elements including support for coloring individual segments and paths by value (#1991)
Enhancements:
Add support for adjoining all elements on Matplotlib plots (#1033)
Improved exception handling for data interfaces (#2041)
Add groupby argument to histogram operation (#1725)
Add support for reverse sort on Dataset elements (#1843)
Added support for invert_x/yaxis on all elements (#1872, #1919)
Fixes:
Fixed a bug in Matplotlib causing the first frame in gif and mp4 getting stuck (#1922)
Fixed various issues with support for new nested categorical axes in Bokeh (#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)
The values of the Distribution element should now be defined as a key dimension (#1985)
The seaborn interface was removed in its entirety being replaced by first class support for statistics elements such as Distribution and Bivariate (#1985)
Since kdims and vdims can now be passed as positional arguments the bounds argument on Image is no longer positional (#1946).
The datashade and shade cmap was reverted back to blue due to issues with the fire cmap against a white background. (#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)
Version 1.8#
Version 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)
Fix for Bounds streams on Bokeh server. (#1883)
Compatibility with Matplotlib 2.1 (#1842)
Fixed bug in scrubber widget and support for scrubbing discrete DynamicMaps (#1832)
Various fixes for compatibility with Bokeh 0.12.9 (#1849, #1866)
Fixes for setting QuadMesh ranges. (#1876)
Fixes for inverting Image/RGB/Raster axes in Bokeh. (#1872)
Version 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)
Fixes:
Version 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)
Fixes:
Version 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)
Fixes:
Updated search ordering when looking for holoviews.rc (#1700)
Fixed lower bound inclusivity bug when no upper bound supplied (#1686)
Raise SkipRendering error when plotting nested layouts (#1687)
Added safety margin for grid axis constraint issue (#1695)
Fixed bug when using +framewise (#1685)
Fixed handling of Spacer models in sparse grid (#1682)
Renamed Bounds to BoundsXY for consistency (#1672)
Fixed Bokeh log axes with axis lower bound <=0 (#1691)
Set default datashader cmap to fire (#1697)
Set SpikesPlot color index to None by default (#1671)
Version 1.8.0#
June 29, 2017
This release includes a complete and long awaited overhaul of the HoloViews documentation and website, with a new gallery, getting-started section, and logo. In the process, we have also improved and made small fixes to all of the major new functionality that appeared in 1.7.0 but was not properly documented until now. We want to thank all our old and new contributors for providing feedback, bug reports, and pull requests.
Major features:
Completely overhauled the documentation and website (#1384, #1473, #1476, #1473, #1537, #1585, #1628, #1636)
Replaced dependency on bkcharts with new Bokeh bar plot (#1416) and Bokeh BoxWhisker plot (#1604)
Added support for drawing the
Arrowannotation in Bokeh (#1608)Added periodic method DynamicMap to schedule recurring events (#1429)
Cleaned up the API for deploying to Bokeh server (#1444, #1469, #1486)
Validation of invalid backend specific options (#1465)
Added utilities and entry points to convert notebooks to scripts including magics (#1491)
Added support for rendering to png in Bokeh backend (#1493)
Made Matplotlib and Bokeh styling more consistent and dropped custom Matplotlib rc file (#1518)
Added
ilocandndlocmethod to allow integer based indexing on tabular and gridded datasets (#1435)Added option to restore case sensitive completion order by setting
hv.extension.case_sensitive_completion=Truein python or via holoviews.rc file (#1613)
Other new features and improvements:
Optimized datashading of
NdOverlay(#1430)Expose last
DynamicMapargs and kwargs on Callable (#1453)Allow colormapping
ContoursElement (#1499)Add support for fixed ticks with labels in Bokeh backend (#1503)
Added a
climparameter to datashade controlling the color range (#1508)Add support for wrapping xarray DataArrays containing Dask arrays (#1512)
Added support for aggregating to target
Imagedimensions in datashaderaggregateoperation (#1513)Added top-level hv.extension and
hv.rendererutilities (#1517)Added support for
Splinesdefining multiple cubic splines in Bokeh (#1529)Add support for redim.label to quickly define dimension labels (#1541)
Add
BoundsXandBoundsYstreams (#1554)Added support for adjoining empty plots (#1561)
Handle zero-values correctly when using
logzcolormapping option in Matplotlib (#1576)Define a number of
CycleandPalettedefaults across backends (#1605)Many other small improvements and fixes (#1399, #1400, #1405, #1412, #1413, #1418, #1439, #1442, #1443, #1467, #1485, #1505, #1493, #1509, #1524, #1543, #1547, #1560, #1603)
Changes affecting backwards compatibility:
Renamed
ElementOperationtoOperation(#1421)Removed
stack_areaoperation in favor ofArea.stackclassmethod (#1515)Removed all mpld3 support (#1516)
Added
optsmethod on all types, replacing the now-deprecated__call__syntax to set options (#1589)Styling changes for both Matplotlib and Bokeh, which can be reverted for a notebook with the
configoption ofhv.extension. For instance,hv.extension('bokeh', config=dict(style_17=True))(#1518)
Version 1.7#
Version 1.7.0#
April 25, 2017
This version is a major new release incorporating seven months of work involving several hundred PRs and over 1700 commits. Highlights include extensive new support for easily building highly interactive Bokeh plots, support for using datashader-based plots for working with large datasets, support for rendering images interactively but outside of the notebook, better error handling, and support for Matplotlib 2.0 and Bokeh 0.12.5. The PRs linked below serve as initial documentation for these features, and full documentation will be added in the run-up to HoloViews 2.0.
Major features and improvements:
Interactive Streams API (PR #832, #838, #842, #844, #845, #846, #858, #860, #889, #904, #913, #933, #962, #964, #1094, #1256, #1274, #1297, #1301, #1303).
Dynamic Callable API (PR #951, #1103, #1029, #968, #935, #1063, #1260).
Simpler and more powerful DynamicMap (PR #1238, #1240, #1243, #1257, #1267, #1302, #1304, #1305).
Fully general support for Bokeh events (PR #892, #1148, #1235).
Datashader operations (PR #894, #907, #963, #1125, #1281, #1306).
Working with renderers interactively outside the notebook (PR #1214).
Support for Matplotlib 2.0 (PR #867, #868, #1131, #1264, #1266).
Support for Bokeh 0.12.2, 0.12.3, 0.12.4, and 0.12.5 (PR #899, #900, #1007, #1036, #1116).
Many new features for the Bokeh backend: widgets editable (PR #1247), selection colors and interactive legends (PR #1220), GridSpace axes (PR #1150), categorical axes and colormapping (PR #1089, #1137), computing plot size (PR #1140), GridSpaces inside Layouts (PR #1104), Layout/Grid titles (PR #1017), histogram with live colormapping (PR #928), colorbars (PR #861), finalize_hooks (PR #1040), labelled and show_frame options (PR #863, #1013), styling hover glyphs (PR #1286), hiding legends on BarPlot (PR #837), VectorField plot (PR #1196), Histograms now have same color cycle as mpl (#1008).
Implemented convenience redim methods to easily set dimension ranges, values etc. (PR #1302)
Made methods on and operations applied to DynamicMap lazy (#422, #588, #1188, #1240, #1227)
Improved documentation (PR #936, #1070, #1242, #1273, #1280).
Improved error handling (PR #906, #932, #939, #949, #1011, #1290, #1262, #1295), including re-enabling option system keyword validation (PR #1277).
Improved testing (PR #834, #871, #881, #941, #1117, #1153, #1171, #1207, #1246, #1259, #1287).
Other new features and improvements:
Operations for timeseries (PR #1172), downsample_columns (PR #903), interpolate_curve (PR #1097), and stacked area (PR #1193).
Dataset types can be declared as empty by passing an empty list (PR #1355)
Plot or style options for Curve interpolation (PR #1097), transposing layouts (PR #1100), multiple paths (PR #997), and norm for ColorbarPlot (PR #957).
Improved options inheritance for more intuitive behavior (PR #1275).
Image interface providing similar functionality for Image and non-Image types (making GridImage obsolete) (PR #994).
xarray aggregate/reduce (PR #1192).
Indicate color clipping and control clipping colors (PR #686).
Better datetime handling (PR #1098).
log option for histogram operation (PR #929).
Perceptually uniform fire colormap (PR #943).
Support for adjoining overlays (PR #1213).
coloring weighted average in SideHistogram (PR #1087).
HeatMap allows displaying multiple values on hover (PR #849).
Allow casting Image to QuadMesh (PR #1282).
Unused columns are now preserved in gridded groupby (PR #1154).
Optimizations and fixes for constructing Layout/Overlay types (PR #952).
DynamicMap fixes (PR #848, #883, #911, #922, #923, #927, #944, #1170, #1227, #1270).
Bokeh-backend fixes including handling of empty frames (#835), faster updates (#905), hover tool fixes (#1004, #1178, #1092, #1250) and many more (PR #537, #851, #852, #854, #880, #896, #898, #921, #934, #1004, #1010, #1014, #1030, #1069, #1072, #1085, #1157, #1086, #1169, #1195, #1263).
Matplotlib-backend fixes and improvements (PR #864, #873, #954, #1037, #1068, #1128, #1132, #1143, #1163, #1209, #1211, #1225, #1269, #1300).
Many other small improvements and fixes (PR #830, #840, #841, #850, #855, #856, #859, #865, #893, #897, #902, #912, #916, #925, #938, #940, #948, #950, #955, #956, #967, #970, #972, #973, #981, #992, #998, #1009, #1012, #1016, #1023, #1034, #1043, #1045, #1046, #1048, #1050, #1051, #1054, #1060, #1062, #1074, #1082, #1084, #1088, #1093, #1099, #1115, #1119, #1121, #1130, #1133, #1151, #1152, #1155, #1156, #1158, #1162, #1164, #1174, #1175, #1180, #1187, #1197, #1202, #1205, #1206, #1210, #1217, #1219, #1228, #1232, #1241, #1244, #1245, #1249, #1254, #1255, #1271, #1276, #1278, #1285, #1288, #1289).
Changes affecting backwards compatibility:
Automatic coloring and sizing on Points now disabled (PR #748).
Deprecated max_branches output magic option (PR #1293).
Deprecated NdElement (PR #1191).
Deprecated DFrame conversion methods (PR #1065).
Banner text removed from notebook_extension() (PR #1231, #1291).
Bokeh’s Matplotlib compatibility module removed (PR #1239).
ls as Matplotlib linestyle alias dropped (PR #1203).
mdims argument of conversion interface renamed to groupby (PR #1066).
Replaced global alias state with Dimension.label (#1083).
DynamicMap only update ranges when set to framewise
Deprecated DynamicMap sampled, bounded, open and generator modes (#969, #1305)
Layout.display method is now deprecated (#1026)
Layout fix for Matplotlib figures with non-square aspects introduced in 1.6.2 (PR #826), now enabled by default.
Version 1.6#
Version 1.6.2#
August 23, 2016
Bug fix release with various fixes for gridded data backends and optimizations for Bokeh.
Optimized Bokeh event messaging, reducing the average json payload by 30-50% (PR #807).
Fixes for correctly handling NdOverlay types returned by DynamicMaps (PR #814).
Added support for datetime64 handling in Matplotlib and support for datetime formatters on Dimension.type_formatters (PR #816).
Fixed handling of constant dimensions when slicing xarray datasets (PR #817).
Fixed support for passing custom dimensions to iris Datasets (PR #818).
Fixed support for add_dimension on xarray interface (PR #820).
Improved extents computation on Matplotlib SpreadPlot (PR #821).
Bokeh backend avoids sending data for static frames and empty events (PR #822).
Added major layout fix for figures with non-square aspects, reducing the amount of unnecessary whitespace (PR #826). Disabled by default until 1.7 release but can be enabled with:
from holoviews.plotting.mpl import LayoutPlot
LayoutPlot.v17_layout_format = True
LayoutPlot.vspace = 0.3
Version 1.6.1#
July 27, 2016
Bug fix release following the 1.6 major release with major bug fixes for the grid data interfaces and improvements to the options system.
Ensured that style options incompatible with active backend are ignored (PR #802).
Added support for placing legends outside the plot area in Bokeh (PR #801).
Fix to ensure Bokeh backend does not depend on pandas (PR #792).
Fixed option system to ensure correct inheritance when redefining options (PR #796).
Major refactor and fixes for the grid based data backends (iris, xarray and arrays with coordinates) ensuring the data is oriented and transposed correctly (PR #794).
Version 1.6.0#
July 14, 2016
A major release with an optional new data interface based on xarray, support for batching Bokeh plots for huge increases in performance, support for Bokeh 0.12 and various other fixes and improvements.
Features and improvements:
Made VectorFieldPlot more general with support for independent coloring and scaling (PR #701).
Iris interface now allows tuple and dict formats in the constructor (PR #709.
Added support for dynamic groupby on all data interfaces (PR #711).
Added an xarray data interface (PR #713).
Added the redim method to all Dimensioned objects making it easy to quickly change dimension names and attributes on nested objects #715).
Added support for batching plots (PR #715).
Support for Bokeh 0.12 release (PR #725).
Added support for logz option on Bokeh Raster plots (PR #729).
Bokeh plots now support custom tick formatters specified via Dimension value_format (PR #728).
Version 1.5#
Version 1.5.0#
May 12, 2016
A major release with a large number of new features including new data interfaces for grid based data, major improvements for DynamicMaps and a large number of bug fixes.
Features and improvements:
Added a grid based data interface to explore n-dimensional gridded data easily (PR #562).
Added data interface based on iris Cubes (PR #624).
Added support for dynamic operations and overlaying of DynamicMaps (PR #588).
Added support for applying groupby operations to DynamicMaps (PR #667).
Added dimension value formatting in widgets (PR #562).
Added support for indexing and slicing with a function (PR #619).
Improved throttling behavior on widgets (PR #596).
Major refactor of Matplotlib plotting classes to simplify implementing new Element plots (PR #438).
Added Renderer.last_plot attribute to allow easily debugging or modifying the last displayed plot (PR #538).
Added Bokeh QuadMeshPlot (PR #661).
Bug fixes:
Fixed overlaying of 3D Element types (PR #504).
Fix for Bokeh hovertools with dimensions with special characters (PR #524).
Fixed bugs in seaborn Distribution Element (PR #630).
Fix for inverted Raster.reduce method (PR #672).
Fixed Store.add_style_opts method (PR #587).
Fixed bug preventing simultaneous logx and logy plot options (PR #554).
Backwards compatibility:
Renamed
Columnstype toDataset(PR #620).
Version 1.4#
Version 1.4.3#
February 11, 2016
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 1b87c91e9).
Fixed issue in coloring Point/Scatter objects by values (Issue #467).
Backwards compatibility:
The behavior of the
scaling_factoron Point and Scatter plots has changed now simply multiplyingareaorwidth(as defined by thescaling_method). To disable scaling points by a dimension setsize_index=None.Removed hooks to display 3D Elements using the
BokehMPLRawWrapperin Bokeh (PR #477)Renamed the DynamicMap mode
closedtobounded(PR #477)
Version 1.4.2#
February 7, 2016
Over the past month since the 1.4.1 release, we have improved our infrastructure for building documentation, updated the main website and made several additional usability improvements.
Documentation changes:
Major overhaul of website and notebook building making it much easier to test user contributions (Issue #180, PR #429)
Added Columnar Data Tutorial and removed most of Pandas Conversions as it is now supported by the core.
Fixes and improvements:
Major improvement for grid based layouts with varying aspects (PR #457)
Fix for interleaving %matplotline inline and holoviews plots (Issue #179)
Matplotlib legend z-orders and updating fixed (Issue #304, Issue #305)
color_indexandsize_indexplot options support specifying dimension by name (Issue #391)Added
AreaElement type for drawing area under or between Curves. (PR #427)Fixed issues where slicing would remove styles applied to an Element. (Issue #423, PR #439)
Updated the
title_formatplot option to support a{dimensions}formatter (PR #436)Improvements to Renderer API to allow JS and CSS requirements for exporting standalone widgets (PR #426)
Compatibility with the latest Bokeh 0.11 release (PR #393)
Version 1.4.1#
December 22, 2015
Over the past two weeks since the 1.4 release, we have implemented several important bug fixes and have made several usability improvements.
New features:
Improved help system. It is now possible to recursively list all the applicable documentation for a composite object. In addition, the documentation may now be filtered using a regular expression pattern. (PR #370)
HoloViews now supports multiple active display hooks making it easier to use nbconvert. For instance, PNG data will be embedded in the notebook if the argument display_formats=[‘html’,’png’] is supplied to the notebook_extension. (PR #355)
Improvements to the display of DynamicMaps as well as many new improvements to the Bokeh backend including better VLines/HLines and support for the Bars element. (PR #367 , PR #362, PR #339).
New Spikes and BoxWhisker elements suitable for representing distributions as a sequence of lines or as a box-and-whisker plot. (PR #346, PR #339)
Improvements to the notebook_extension. For instance, executing hv.notebook_extension(‘bokeh’) will now load BokehJS and automatically activate the Bokeh backend (if available).
Significant performance improvements when using the groupby operation on HoloMaps and when working with highly nested datastructures. (PR #349, PR #359)
Notable bug fixes:
Version 1.4.0#
December 4, 2015
Over the past few months we have added several major new features and with the help of our users have been able to address a number of bugs and inconsistencies. We have closed 57 issues and added over 1100 new commits.
Major new features:
Data API: The new data API brings an extensible system of to add new data interfaces to column based Element types. These interfaces allow applying powerful operations on the data independently of the data format. The currently supported datatypes include NumPy, pandas dataframes and a simple dictionary format. (PR #284)
Backend API: In this release we completely refactored the rendering, plotting and IPython display system to make it easy to add new plotting backends. Data may be styled and pickled for each backend independently and renderers now support exporting all plotting data including widgets as standalone HTML files or with separate JSON data.
Bokeh backend: The first new plotting backend added via the new backend API. Bokeh plots allow for much faster plotting and greater interactivity. Supports most Element types and layouts and provides facilities for sharing axes across plots and linked brushing across plots. (PR #250)
DynamicMap: The new DynamicMap class allows HoloMap data to be generated on-the-fly while running a Jupyter IPython notebook kernel. Allows visualization of unbounded data streams and smooth exploration of large continuous parameter spaces. (PR #278)
Other features:
Easy definition of custom aliases for group, label and Dimension names, allowing easier use of LaTeX.
New Trisurface and QuadMesh elements.
Widgets now allow expressing hierarchical relationships between dimensions.
Added GridMatrix container for heterogeneous Elements and gridmatrix operation to generate scatter matrix showing relationship between dimensions.
Filled contour regions can now be generated using the contours operation.
Consistent indexing semantics for all Elements and support for boolean indexing for Columns and NdMapping types.
New hv.notebook_extension function offers a more flexible alternative to %load_ext, e.g. for loading other extensions hv.notebook_extension(bokeh=True).
Experimental features:
Bokeh callbacks allow adding interactivity by communicating between BokehJS tools and the IPython kernel, e.g. allowing downsampling based on the zoom level.
Notable bug fixes:
Major speedup rendering large HoloMaps (~ 2-3 times faster).
Colorbars now consistent for all plot configurations.
Style pickling now works correctly.
API Changes:
Dimension formatter parameter now deprecated in favor of value_format.
Types of Chart and Table Element data now dependent on selected interface.
DFrame conversion interface deprecated in favor of Columns pandas interface.
Version 1.3#
Version 1.3.2#
July 6, 2015
Minor bugfix release to address a small number of issues:
Features:
Added support for colorbars on Surface Element (1cd5281).
Added linewidth style option to SurfacePlot (9b6ccc5).
Bug fixes:
Fixed inversion inversion of y-range during sampling (6ff81bb).
Fixed overlaying of 3D elements (787d511).
Ensuring that underscore.js is loaded in widgets (f2f6378).
Fixed Python3 issue in Overlay.get (8ceabe3).
Version 1.3.1#
July 1, 2015
Minor bugfix release to address a number of issues that weren’t caught in time for the 1.3.0 release with the addition of a small number of features:
Features:
Introduced new
Spreadelement to plot errors and confidence intervals (30d3184).ErrorBarsandSpreadelements now allow most Chart constructor types (f013deb).
Bug fixes:
Fixed unicode handling for dimension labels (061e9af).
Handling of invalid dimension label characters in widgets (a101b9e).
Fixed setting of fps option for MPLRenderer video output (c61b9df).
Fix for multiple and animated colorbars (5e1e4b5).
Fix to Chart slices starting or ending at zero (edd0039).
Version 1.3.0#
June 27, 2015
Since the last release we closed over 34 issues and have made 380 commits mostly focused on fixing bugs, cleaning up the API and working extensively on the plotting and rendering system to ensure HoloViews is fully backend independent.
We’d again like to thank our growing user base for all their input, which has helped us in making the API more understandable and fixing a number of important bugs.
Highlights/Features:
Allowed display of data structures which do not match the recommended nesting hierarchy (67b28f3, fbd89c3).
Dimensions now sanitized for
.select,.sampleand.reducecalls (6685633, 00b5a66).Added
holoviews.ipython.displayfunction to render (and display) any HoloViews object, useful for IPython interact widgets (0fa49cd).Table column widths now adapt to cell contents (be90a54).
Defaulting to Matplotlib ticking behavior (62e1e58).
Allowed specifying fixed figure sizes to Matplotlib via
fig_inchestuples using (width, None) and (None, height) formats (632facd).Constructors of
Chart,PathandHistogramclasses now support additional data formats (2297375).ScrubberWidgetnow supports all figure formats (c317db4).Allowed customizing legend positions on
BarsElements (5a12882).Support for multiple colorbars on one axis (aac7b92).
.reindexonNdElementtypes now support converting between key and value dimensions allowing more powerful conversions. (03ac3ce)Improved support for casting between
Elementtypes (cdaab4e, b2ad91b, ce7fe2d, 865b4d5).The
%%optscell magic may now be used multiple times in the same cell (2a77fd0)Matplotlib rcParams can now be set correctly per figure (751210f).
Improved
OptionTreerepr which now works with eval (2f824c1).Refactor of rendering system and IPython extension to allow easy swapping of plotting backend (#141)
Large plotting optimization by computing tight
bbox_inchesonce (e34e339).Widgets now cache frames in the DOM, avoiding flickering in some browsers and make use of jinja2 template inheritance. (fc7dd2b)
Calling a HoloViews object without arguments now clears any associated custom styles. (9e8c343)
API Changes
Renamed key_dimensions and value_dimensions to kdims and vdims respectively, while providing backward compatibility for passing and accessing the long names (8feb7d2).
Combined x/y/zticker plot options into x/y/zticks parameters which now accept an explicit number of ticks, an explicit list of tick positions (and labels), and a Matplotlib tick locator.
Changed backend options in %output magic,
nbaggandd3are now modes of the Matplotlib backend and can be selected withbackend='matplotlib:nbagg'andbackend='matplotlib:mpld3'respectively. The ‘d3’ and ‘nbagg’ options remain supported but will be deprecated in future.Customizations should no longer be applied directly to
Store.options; theStore.options(backend='matplotlib')object should be customized instead. There is no longer a need to call the deprecatedStore.register_plotsmethod.
Version 1.2#
Version 1.2.0#
May 27, 2015
Since the last release we closed over 20 issues and have made 334 commits, adding a ton of functionality and fixing a large range of bugs in the process.
In this release we received some excellent feedback from our users, which has been greatly appreciated and has helped us address a wide range of problems.
Highlights/Features:
Added new
ErrorBarsElement (f2b276b)Added
Emptypseudo-Element to define empty placeholders in Layouts (35bac9f1d)Added support for changing font sizes easily (0f54bea)
Support for holoviews.rc file (79076c8)
Many major speed optimizations for working with and plotting HoloViews data structures (fe87b4c, 7578c51, 5876fe6, 8863333)
Support for
GridSpacewith inner axes (93295c8)New
aspect_weightandtightLayout plot options for more customizability of Layout arrangements (4b1f03d, e6a76b7)Added
bgcolorplot option to easily set axis background color (92eb95c)Improved widget layout (f51af02)
New
OutputMagiccss option to style html output (9d42dc2)Experimental support for PDF output (1e8a59b)
Added support for 3D interactivity with nbagg (781bc25)
Added ability to support deprecated plot options in %%opts magic.
Added
DrawPlotsimplifying the implementation of custom plots (38e9d44)
API changes:
PathandHistogramsupport new constructors (7138ef4, 03b5d38)New depth argument on the relabel method (f89b89f)
Interface to Pandas improved (1a7cd3d)
Removed
xlim,ylimandzlimto eliminate redundancy.Renaming of various plot and style options including:
figure_*tofig_*vertical_spacingandhorizontal_spacingtovspaceandhspacerespectively
* Deprecation of confusing
originstyle option on RasterPlotOverlay.__getitem__no longer supports integer indexing (usegetmethod instead)
Important bug fixes:
Important fixes to inheritance in the options system (d34a931, 71c1f3a7)
Fixes to the select method (df839bea5)
Fixes to normalization system (c3ef40b)
Fixes to
RasterandImageextents,__getitem__and sampling.Fixed bug with disappearing adjoined plots (2360972)
Fixed plot ordering of overlaid elements across a
HoloMap(c4f1685)
Version 1.1#
Version 1.1.0#
April 15, 2015
Highlights:
Support for nbagg as a backend (09eab4f1)
New .hvz file format for saving HoloViews objects (bfd5f7af)
New
Polygonelement type (d1ec8ec8)Greatly improved Unicode support throughout, including support for unicode characters in Python 3 attribute names (609a8454)
Regular SelectionWidget now supports live rendering (eb5bf8b6)
Supports a list of objects in Layout and Overlay constructors (5ba1866e)
Polar projections now supported (3801b76e)
API changes (not backward compatible):
xlim,ylim,zlim,xlabel,ylabelandzlabelhave been deprecated (081d4123)Plotting options
show_xaxisandshow_yaxisrenamed toxaxisandyaxis, respectively (13393f2a).Deprecated IPySelectionWidget (f59c34c0)
In addition to the above improvements, many miscellaneous bug fixes were made.
Version 1.0#
Version 1.0.1#
March 26, 2015
Minor release addressing bugs and issues with 1.0.0.
Highlights:
New separate Pandas Tutorial (8455abc3)
Silenced warnings when loading the IPython extension in IPython 3 (aaa6861b)
Added more useful installation options via
setup.py(72ece4db)Improvements and bug-fixes for the
%%optsmagic tab-completion (e0ad7108)DFramenow supports standard constructor for pandas dataframes (983825c5)Tablesare now correctly formatted using the appropriateDimensionformatter (588bc2a3)Support for unlimited alphabetical subfigure labelling (e039d00b)
Miscellaneous bug fixes, including Python 3 compatibility improvements.
Version 1.0.0#
March 16, 2015
First public release available on GitHub and PyPI.