Skip to content

Version 1.11.0

Compare
Choose a tag to compare
@hoxbro hoxbro released this 01 Nov 18:39
· 56 commits to main since this release
234d3a8

This release brings compatibility with the latest versions of Bokeh (3.3) and Python (3.12), while also discontinuing support for Python 3.8. Many thanks to @ahuang11, @maximlt, @philippjfr, and @hoxbro for their ongoing contributions.

Enhancements:

  • Add VectorField/WindBarbs project operation (#296)

Bug fixes:

  • Add **kwargs to all get_extents (#670)
  • Update to use self.param.warning (#672)
  • Set default zoom_level on Matplotlib's WMTS to 3 from 8 (#685)

Compatibility:

  • Replace np.NaN with np.nan (#680)
  • Update to support Bokeh 3.3 and Python 3.12 and drop Python 3.8 (#683)
  • Update to support Python 3.12 and drop Python 3.8 (#683)
  • Update Stamen maps (#684)

Documentation:

  • Update GeoViews installation (#669)
  • Remove calling .cols(3) on the homepage (#681)

Maintenance: