Releases: holoviz/geoviews
Version 1.9.4
This is a micro release with a small number of bug fixes and compatibility fixes with HoloViews 1.14.8 and support for Python 3.10.
Bug fixes:
Compatibility:
Version 1.9.3
This release contains a few bug fixes and improvements, and adds compatibility with Shapely 1.8 and the upcoming version 2.0. Thanks to @philippjfr, @maximlt and @ahuang11 for contributing to this release.
Bug fixes and minor improvements:
- Add missing
_process_msg
method to GeoPolyEditCallback (#539) - Accept lowercase xmin/ymin/xmax/ymax in WMTS URL templates (#542)
- Support GeoDataframe with a geometry column not named geometry (#545)
- Add opentopomap as a tile source (#514)
Compatibility:
- Adapt to shapely 1.8.0 and 2.0 (#543)
Docs improvements:
- Update the CSS of links (#544)
Version 1.9.2
Version 1.9.1
This micro-release fixes the bundling and deployment of geoviews.js to NPM but otherwise has no changes.
Version 1.9.0
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:
Version 1.8.2
Minor bugfix release. Includes contributions from: @philippjfr
Bug fixes and minor improvements:
v1.8.1
Minor bugfix release. Includes contributions from: @philippjfr, @jbednar, @kebowen730
Bug fixes and minor improvements:
Version 1.8.0
Release for Bokeh compatibility, from @philippjfr.
- Updated dependency requirements
- Bokeh 2.0 compatibility (#449)
Version 1.7.0
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:
Version 1.6.6
This is a minor release with a small number of bug fixes. Thanks to @nickhand, @philippjfr and @jsignell for contributing to this release.