=============
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](https://github.com/holoviz/geoviews/pull/377), [#419](https://github.com/holoviz/geoviews/pull/419))
- Rewrote geometry interfaces such as geopandas to conform to new HoloViews geometry protocol ([407](https://github.com/holoviz/geoviews/pull/407))
- Implement consistent .geom method on geometry types (e.g. Path, Polygons, Points) ([424](https://github.com/holoviz/geoviews/pull/424))
Bug fixes:
- Allow updating user defined HoverTool instances ([440](https://github.com/holoviz/geoviews/pull/440))
- Fix for ticks fontsize in matplotlib backend ([402](https://github.com/holoviz/geoviews/pull/402))
- Fix for xaxis/yaxis='bare' option in matplotlib backend ([401](https://github.com/holoviz/geoviews/pull/401))
Compatibility:
- Compatibility with HoloViews 1.13.0 ([429](https://github.com/holoviz/geoviews/pull/429), [#430](https://github.com/holoviz/geoviews/pull/430))