The 0.8.3 release brings a number of bugfixes and documentation improvements. This release is also marked by the adoption of a formal project governance, ensuring hvPlot's future as a healthy open-source project! Many thanks to @raybellwaves, @jsignell (welcome back!), @droumis, @Hoxbro, @maximlt, @philippjfr and @MarcSkovMadsen for contributing!
Please note that hvPlot is not yet compatible with Bokeh 3.
Bug fixes:
- Allow
.hvplot
to execute the ibis backend (#990) - Improve package name in error message (#1005)
- Let
process_crs
try a few approaches before raising error (#1026) - Fix
label
on unnamed data array (#1025) - Only use xarray
long_name
metadata if it is a string (#1031) - Replace deprecated Param methods (#1030)
- Ensure interactive pipeline is not re-executed needlessly (#1029)
- Fixes
subplots=True
forgeo=True
andby
(#761) - Force column names to string (#1042)
Documentation:
- Docstring fixes (#985)
- Improve the
hist
reference guide (#1002) - Improve the
bar
reference guide (#1032)
Project governance:
- Create initial project gov docs (#1016)
Maintenance: