Geoviews

Latest version: v1.14.0

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

1.14.0

==============

Date: December 16, 2024

This release includes compatibility with Bokeh 3.6 and Python 3.13. Many thanks to maximlt, mattpap, and hoxbro for their ongoing contributions.

Documentation:

- Replace topics page with a link to examples.holoviz.org ([773](https://github.com/holoviz/geoviews/pull/773))

Performance:

- Postpone `bokeh.models` import ([764](https://github.com/holoviz/geoviews/pull/764))

Compatibility:

- Bokeh 3.6 ([750](https://github.com/holoviz/geoviews/pull/750))
- Python 3.13 ([775](https://github.com/holoviz/geoviews/pull/775))
- Remove Bokeh upper pin policy ([776](https://github.com/holoviz/geoviews/pull/776))

1.13.1

==============

Date: November 28, 2024

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](https://github.com/holoviz/geoviews/pull/756))

Compatibility:

- rasterio 1.4.2 ([763](https://github.com/holoviz/geoviews/pull/763))
- Change ObjectSelector to Selector for Param ([768](https://github.com/holoviz/geoviews/pull/768))

1.13.0

==============

Date: September 16, 2024

This release includes various bug fixes and maintenance updates. Many thanks to hoxbro and ahuang11 for their ongoing contributions.

Enhancements:

- Add default `max_zoom` for OSM, ESRI, EsriImagery, EsriNatGeo, and EsriWorldHillshade ([745](https://github.com/holoviz/geoviews/pull/745))

Bug Fixes:

- Return NaNs for range if column can't find min and max ([723](https://github.com/holoviz/geoviews/pull/723))
- Fix output disappearing when using geographic features alongside datashader ([722](https://github.com/holoviz/geoviews/pull/722), [#738](https://github.com/holoviz/geoviews/pull/738))
- Fix 'Parameterized' object has no attribute 'warning' error ([729](https://github.com/holoviz/geoviews/pull/729))

Maintenance:

- Update to Bokeh 3.5 ([735](https://github.com/holoviz/geoviews/pull/735), [#740](https://github.com/holoviz/geoviews/pull/740))
- Switch to Pixi for development / CI and hatchling for build system ([733](https://github.com/holoviz/geoviews/pull/733))
- General maintenance ([731](https://github.com/holoviz/geoviews/pull/731), [#732](https://github.com/holoviz/geoviews/pull/732), [#734](https://github.com/holoviz/geoviews/pull/734))

1.12.0

==============

Date: April 5, 2024

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](https://github.com/holoviz/geoviews/pull/709))

Project governance:

- Create initial project gov docs ([616](https://github.com/holoviz/geoviews/pull/616))

Removed deprecations:

- Removed `load_tiff` use `rioxarray.open_rasterio` instead ([701](https://github.com/holoviz/geoviews/pull/701))
- Removed `gv.tile_sources.Wikipedia` alias use `gv.tile_sources.OSM` instead ([701](https://github.com/holoviz/geoviews/pull/701))

Compatibility:

- Modernize JS/TS codebase and upgrade to Bokeh 3.4 ([715](https://github.com/holoviz/geoviews/pull/715))

Maintenance:

- Align build dependencies ([710](https://github.com/holoviz/geoviews/pull/710))
- Build the site without pulling the dev dependencies ([711](https://github.com/holoviz/geoviews/pull/711))
- Update pre-commit and fix test suite ([712](https://github.com/holoviz/geoviews/pull/712))
- Update build CI ([713](https://github.com/holoviz/geoviews/pull/713))
- General maintenance ([717](https://github.com/holoviz/geoviews/pull/717))

1.11.1

==============

Date: February 13, 2024

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:

- Add support for `ImageStack` ([693](https://github.com/holoviz/geoviews/pull/693))
- Update `WMTS` params to match Bokeh ([698](https://github.com/holoviz/geoviews/pull/698))

Documentation:

- Show all tile sources ([699](https://github.com/holoviz/geoviews/pull/699))
- Add downloads badges by ahuang11 ([702](https://github.com/holoviz/geoviews/pull/702))
- Replace Google Analytics with GoatCounter ([692](https://github.com/holoviz/geoviews/pull/692))

Bug Fixes:

- Fix minimum zoom level ([688](https://github.com/holoviz/geoviews/pull/688))

Maintenance:

- General maintenance ([687](https://github.com/holoviz/geoviews/pull/687), [#689](https://github.com/holoviz/geoviews/pull/689), [#696](https://github.com/holoviz/geoviews/pull/696), [#705](https://github.com/holoviz/geoviews/pull/705))

1.11.0

==============

Date: November 1, 2023

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](https://github.com/holoviz/geoviews/pull/296))

Bug fixes:

- Add `**kwargs` to all ``get_extents`` ([670](https://github.com/holoviz/geoviews/pull/670))
- Update to use `self.param.warning` ([672](https://github.com/holoviz/geoviews/pull/672))
- Set default `zoom_level` on `Matplotlib`'s WMTS to 3 from 8 ([685](https://github.com/holoviz/geoviews/pull/685))

Compatibility:

- Replace `np.NaN` with `np.nan` ([680](https://github.com/holoviz/geoviews/pull/680))
- Update to support Bokeh 3.3 and Python 3.12 and drop Python 3.8 ([683](https://github.com/holoviz/geoviews/pull/683))
- Update to support Python 3.12 and drop Python 3.8 ([683](https://github.com/holoviz/geoviews/pull/683))
- Update Stamen maps ([684](https://github.com/holoviz/geoviews/pull/684))

Documentation:

- Update GeoViews installation ([669](https://github.com/holoviz/geoviews/pull/669))
- Remove calling `.cols(3)` on the homepage ([681](https://github.com/holoviz/geoviews/pull/681))

Maintenance:

- Add [OpenCollective](https://opencollective.com/holoviz) sponsor link on the repo page ([#666](https://github.com/holoviz/geoviews/pull/666))
- General maintenance update ([668](https://github.com/holoviz/geoviews/pull/668), [#675](https://github.com/holoviz/geoviews/pull/675), [#676](https://github.com/holoviz/geoviews/pull/676))

Page 1 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.