Releases: holoviz/geoviews
Release list
Version 1.15.1
Version 1.15.0
This release adds Bokeh WindBarbs support and includes several bug fixes and build updates.
Many thanks to @mosc9575 (first contribution), @ahuang11, @maximlt, and @hoxbro for their contributions.
Features:
- Add Bokeh
WindBarbs(#805)
Bug Fixes:
Documentation:
- Change order of GeoViews features to make coastlines visible (#808)
Build:
Version 1.14.1
This release adds a new mask_extrapolated option to the project_image operation, which allows users to mask extrapolated pixels in projected images. It also includes compatibility updates for Cartopy 0.25.0 and documentation enhancements. Many thanks to @ahuang11, @Azaya89, @philippjfr, and @hoxbro for their contributions.
Enhancements:
- Add
mask_extrapolatedoption toproject_image(#792)
Compatibility:
- Cartopy 0.25.0 (#794)
Documentation:
Version 1.14.0
Version 1.13.1
This release contains a bug fix for unwrapping longitudes and compatibility updates. Many thanks to @ahuang11, @philippjfr, and @hoxbro for their ongoing contributions.
Bug fixes:
- Fix issues with unwrapping longitudes in RangeXY stream (#756)
Compatibility:
Version 1.13.0
This release includes various bug fixes and maintenance updates. Many thanks to @hoxbro and @ahuang11 for their ongoing contributions.
Enhancements:
- Add default
max_zoomfor OSM, ESRI, EsriImagery, EsriNatGeo, and EsriWorldHillshade (#745)
Bug Fixes:
- Return NaNs for range if column can't find min and max (#723)
- Fix output disappearing when using geographic features alongside datashader (#722, #738)
- Fix 'Parameterized' object has no attribute 'warning' error (#729)
Maintenance:
Version 1.12.0
This release brings compatibility with the latest release of Bokeh 3.4. Many thanks to @droumis, @mattpap, @maximlt and @hoxbro for their ongoing contributions.
Enhancements:
- Lazy load modules (#709)
Project governance:
- Create initial project gov docs (#616)
Removed deprecations:
- Removed
load_tiffuserioxarray.open_rasterioinstead (#701) - Removed
gv.tile_sources.Wikipediaalias usegv.tile_sources.OSMinstead (#701)
Compatibility:
- Modernize JS/TS codebase and upgrade to Bokeh 3.4 (#715)
Maintenance:
Version 1.11.1
This release brings minor bug fix and a few docs changes. Many thanks to @dwr-psandhu for his first contribution and @hoxbro, @maximlt, and @ahuang11 for their ongoing contributions.
Enhancements:
Documentation:
- Show all tile sources (#699)
- Add downloads badges by @ahuang11 (#702)
- Replace Google Analytics with GoatCounter (#692)
Bug Fixes:
- Fix minimum zoom level (#688)
Maintenance:
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/WindBarbsprojectoperation (#296)
Bug fixes:
- Add
**kwargsto allget_extents(#670) - Update to use
self.param.warning(#672) - Set default
zoom_levelonMatplotlib's WMTS to 3 from 8 (#685)
Compatibility:
- Replace
np.NaNwithnp.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)
Version 1.10.1
his micro release adds support for Bokeh 3.2. More maps are added to Geoviews with xyzservices and many more maps from ESRI. WindBarbs plot is now supported in the Matplotlib backend. Many thanks to @djm93dev for his first contribution and also @ahuang11, @maximlt, @philippjfr, and @hoxbro for their continuous contributions.
Enhancements:
- Add WindBarbs to the Matplotlib Backend (#651, #662)
- Add support for
xyzservices(#654) - Add
World_Physical_Map,World_Shaded_ReliefandWorld_Topo_Mapand many more maps from ESRI (#655)
Documentation:
- Add documentation for GeoViews offline features and tiles (#649)
Compatibility:
- Add Bokeh 3.2 support to GeoViews (#664)
- Improve
rioxarraysupport (#645) - Remove deprecated
np.productfornp.prod(#660)
Maintenance: