Skip to content

Version 1.10.0

Compare
Choose a tag to compare
@hoxbro hoxbro released this 25 May 11:28
· 90 commits to main since this release
1bc9873

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 to GeoPandasInterface (#620)
  • Updated the default for gv.feature.states to fill_color=None (#643)

Bug fixes:

  • Fix hover for overlays of gv.Points (#631)

Compatibility:

  • Allow Dataset to have any number of kdims (#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:

  • Use ruff as a formatting tool (#628)
  • Use codespell as a spelling checker (#641)
  • General maintenance (#602, #630, #632)
  • Update to latest nbsite (#638)