The 0.8.4 release brings a number of bugfixes and documentation improvements. Many thanks to @kthyng (first contribution!), @raybellwaves, @jsignell , @Hoxbro, @maximlt and @philippjfr for contributing.
Bug fixes:
- Fix
.interactive
layout compatibility with Bokeh 3 (1076) - Fix usage with intake (1052)
- Fix deprecated usage of Param 2.0 (1064)
- Fix projection when
xlim
/ylim
provided (1053) - Fix interpretation of positional arg with geopandas, now used as
color
(1056) - Fix import error messages for geo dependencies (1054)
- Fix usage of
hover
for geometries - make it less likely to fail (1055)
Documentation:
Maintenance:
- Add ipywidgets to the examples deps (1048)