Releases: holoviz/geoviews
Releases · holoviz/geoviews
Version 1.3.0
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 onecrs
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 toPlateCarree()
(#76) - Fix for compatibility with HoloViews 1.8 (#77)
Version 1.2.0
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 supportsdrop_missing
option. #63 - Compatibility with HoloViews (PR #59, #60)
- Bokeh box_zoom tool now matches aspect on geographic plots (c6c41a9)
Bug fixes:
Release 1.1.0
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
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.