November 24, 2022
The 0.8.2 release brings a number of bugfixes and documentation improvements. @MarcSkovMadsen has kept improving the docstrings and we congratulate @sophiamyang for her first contribution that made the landing page nicer! Many thanks to @droumis, @hoxbro, @maximlt, @philippjfr and @MarcSkovMadsen for contributing!
Please note that hvPlot is not yet compatible with Bokeh 3.
- Dependencies:
- Add Panel lower pin to ensure Bokeh 3 is not installed (#974)
- Interactive:
- Plot:
- Convert
DataFrame
columns with type RangeIndex
to strings to ensure compatibility with HoloViews
(#932)
- Ensure that
xarray
dataset metadata propagates to NdOverlays
(#930)
- Support
rioxarray
(#905)
- Improve error message mentionning
pyproj
(#950)
- Explorer:
- Don't error on datetime-like axis (#968)
- Don't use xlim/ylim slider if start and end values are identical (#966)
- Documentation:
- New and updated docstrings (#892, #863)
- Improve the landing page (#874, #903, #876)
- Change http to https (#873)
- Add intended
rolling_window
param into pipeline (#944)
- Updates the README (#817)
- Miscellaneous documentation improvements (#866, #887, #910)
- Development:
- Add
pre-commit
to format and lint the code on commits (#967)
- CI: