Version 0.9.1
The 0.9.1 release brings a number of enhancements, bugfixes and documentation improvements. Many thanks to @iuryt (first contribution!), @MarcoGorelli (first contribution!), @ahuang11, @hoxbro and @maximlt for their contributions.
Enhancements:
- Explorer: give more space to the plot and various UI tweaks (#1197, #1198, #1199, #1225)
- Explorer: disable the geographic controls when
geoviews
is not installed (#1223) - Explorer: change the default plot type from
line
toscatter
(#1228) - Support
polars
objects in thehvplot.plot
entrypoint (#1219, #1222)
Bug fixes:
- Fix ignoring
hover_cols
in OHLC plots (#1216) - Fix considering datashaded plots with one y variable as categorical (#1231)
- Fix displaying Panel objects returned by hvPlot with
show
(#1230)
Documentation:
- Replace Google Analytics with GoatCounter (#1224)
- Indicate that Stamen tiles require a Stadia account (#1226)
- Reintroduce colorbars in the Matplotlib guide (#1229)
- Misc (#1186, #1195)
Maintenance:
- Bump the minimum Param version to
1.12.0
(#1227)