Skip to content

Releases: holoviz/geoviews

Version 1.3.0

02 Jul 14:55
Compare
Choose a tag to compare

This release is mostly a compatibility release for HoloViews 1.8. It includes a small number of significant fixes and changes:

  • Introduces a general project operation to project most Element types from one crs to another ( #69)
  • Added a gv.RGB Element type useful for representing datashader aggregates and particularly loading GeoTiffs with xarray (#75)
  • All geoviews geographic Elements declare a crs, which defaults to PlateCarree() (#76)
  • Fix for compatibility with HoloViews 1.8 (#77)

Version 1.2.0

26 Apr 01:07
Compare
Choose a tag to compare

This is a minor release mostly to maintain compatibility with the recently released HoloViews 1.7.0.

Features:

  • Added project_shape operations (c6c5ce2)
  • The Shape.from_records function now supports drop_missing option. #63
  • Compatibility with HoloViews (PR #59, #60)
  • Bokeh box_zoom tool now matches aspect on geographic plots (c6c41a9)

Bug fixes:

  • Fix for Shape Element colormapping (PR #58)
  • Geographic objects did not inherit crs on clone (df0ba89)

Release 1.1.0

26 Aug 15:57
Compare
Choose a tag to compare

Minor release to improve usability:

  • Improved layouts, reducing whitespace around non-square plots
  • Added geoviews.features module for simple access to cartopy Features.
  • Improved tutorials
  • Added gv.Dataset class to simplify keeping track of coordinate systems

Release 1.0.0

26 Aug 15:57
Compare
Choose a tag to compare

First stable version, with support for matplotlib and bokeh (web Mercator projection only). Requires HoloViews 1.6+ to be able to use data from xarray or iris.