Version 1.10.0
This release adds Bokeh 3 support to Geoviews, along with bug fixes and enhancements. Many thanks to @ahuang11, @maximlt, @philippjfr, and @hoxbro.
This release also deprecates the Wikipedia
tile source. If you are using this tile source, please switch to the OSM
tile source instead. The Wikipedia
tile source will be removed in version 1.11.0. geoviews.util.load_tiff
has also been deprecated rioxarray.open_rasterio
to load GeoTIFFs into a xarray.DataArray
.
Note, this release has a minor breaking change where gv.feature.states
defaults to fill_color=None
so the fill color is transparent.
Enhancements:
- Add Bokeh 3 support to GeoViews (#625)
- Add
PandasAPI
toGeoPandasInterface
(#620) - Updated the default for
gv.feature.states
tofill_color=None
(#643)
Bug fixes:
- Fix hover for overlays of
gv.Points
(#631)
Compatibility:
- Allow
Dataset
to have any number ofkdims
(#626) - Add
pyproj
to the runtime dependencies (#627) - HoloViews 1.16 support (#633)
- Deprecate Wikipedia tile (#630, #636)
- Use Geodatasets for geo datasets (#635)
- Deprecate
geoviews.util.load_tiff
(#640)
Maintenance: