Skip to content

Releases: holoviz/geoviews

Version 1.9.2

30 Sep 16:31
Compare
Choose a tag to compare

Minor release by Philipp Rudiger for Bokeh 2.4 compatibility:

  • Rebuild extensions for Bokeh >=2.4 (#525)
  • Require cartopy>=0.18 to match conda-forge recipe
  • Fix compatibility with upcoming HoloViews 2.0
  • Switch website to pydata_sphinx_theme (#528)

Version 1.9.1

13 Mar 16:25
Compare
Choose a tag to compare

This micro-release fixes the bundling and deployment of geoviews.js to NPM but otherwise has no changes.

Version 1.9.0

13 Mar 14:32
Compare
Choose a tag to compare

This GeoViews release primarily provides compatibility with the latest releases of Cartopy (0.18), Bokeh (2.3), HoloViews (1.14.x) and fixes a number of other issues.

Features:

  • Add utility to download tile RGB (#458)

Compatibility:

  • Compatibility with Bokeh 2.3 (#487)
  • Compatibility for regridding with latest xesmf (#488)
  • Compatibility with HoloViews 1.14.x for resampling operation and stream callback (#488)
  • Compatibility with latest Cartopy 0.18 (#488)

Bug fixes:

  • Allow using geopandas interface without using geometry column (#464)
  • Fix Hover tooltip projection (#490)
  • Use the set geometry column on Geopandas DataFrames (#489)
  • Fix xesmf regridding file_pattern parameter (#491)

Version 1.8.2

23 Sep 18:27
19602f5
Compare
Choose a tag to compare

Minor bugfix release. Includes contributions from: @philippjfr

Bug fixes and minor improvements:

  • Bump geoviews.js version and bokeh requirements (#473)
  • Handle proj4.js API change in Hover formatter (#472)

v1.8.1

05 May 14:41
Compare
Choose a tag to compare

Minor bugfix release. Includes contributions from: @philippjfr, @jbednar, @kebowen730

Bug fixes and minor improvements:

  • Docs updates (#457)
  • Misc iris fixes (#453)
  • Updated dependency requirements

Version 1.8.0

23 Sep 18:59
Compare
Choose a tag to compare

Release for Bokeh compatibility, from @philippjfr.

  • Updated dependency requirements
  • Bokeh 2.0 compatibility (#449)

Version 1.7.0

26 Mar 00:06
9a76bec
Compare
Choose a tag to compare

This GeoViews release provides compatibility with HoloViews 1.13, including support for the major new features provided in that release. This is also the last release with support for Python 2. Many thanks for the many people who contributed by filing issues and our contributors including @ceball, @jsignell, @ahuang11, @jbednar, and @philippjfr.

Features:

  • Added geographic projection awareness to hv.annotate function (#377, #419)
  • Rewrote geometry interfaces such as geopandas to conform to new HoloViews geometry protocol (#407)
  • Implement consistent .geom method on geometry types (e.g. Path, Polygons, Points) (#424)

Bug fixes:

  • Allow updating user defined HoverTool instances (#440)
  • Fix for ticks fontsize in matplotlib backend (#402)
  • Fix for xaxis/yaxis='bare' option in matplotlib backend (#401)

Compatibility:

  • Compatibility with HoloViews 1.13.0 (#429, #430)

Version 1.6.6

19 Dec 13:55
Compare
Choose a tag to compare

This is a minor release with a small number of bug fixes. Thanks to @nickhand, @philippjfr and @jsignell for contributing to this release.

  • Ensure that projecting QuadMesh does not drop options (#367)
  • Fix handling of pyproj strings (#376)
  • Disable fixed_bounds to avoid bug when zooming in bokeh (#390)
  • Add support for geometry columns other than 'geometry' on geopandas DataFrames (#391)
  • Fixed handling of pyproj dependency (#392)

Version 1.6.5

06 Nov 22:33
f8f1992
Compare
Choose a tag to compare

Minor bugfix release. Includes contributions from @philippjfr:

Bug fixes and minor improvements:

  • Fixed issues with target extents in project_image (#365)

Version 1.6.4

06 Nov 22:32
769b565
Compare
Choose a tag to compare

Minor bugfix release. Includes contributions from @philippjfr, @ahuang11, @zassa, and @ceball

Bug fixes and minor improvements:

  • Ensure that gridline labels are only drawn once (#364)
  • Compatibility with latest HoloViews data interface (#363)
  • Add grid labels (#351)
  • Hardcode the OSM tile source to https (#333)
  • Fix hover formatting for Mercator coordinates (#358)