Version 1.11.0
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 allget_extents
(#670) - Update to use
self.param.warning
(#672) - Set default
zoom_level
onMatplotlib
's WMTS to 3 from 8 (#685)
Compatibility:
- Replace
np.NaN
withnp.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:
Maintenance:
- Add OpenCollective sponsor link on the repo page (#666)
- General maintenance update (#668, #675, #676)