Skip to content

Version 1.7.0

Compare
Choose a tag to compare
@philippjfr philippjfr released this 26 Mar 00:06
9a76bec

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)