Geoviews

Latest version: v1.14.0

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

Scan your dependencies

Page 2 of 7

1.10.1

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

Date: July 20, 2023

This 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](https://github.com/holoviz/geoviews/pull/651), [#662](https://github.com/holoviz/geoviews/pull/662))
- Add support for `xyzservices` ([654](https://github.com/holoviz/geoviews/pull/654))
- Add `World_Physical_Map`, `World_Shaded_Relief` and `World_Topo_Map` and many more maps from ESRI ([655](https://github.com/holoviz/geoviews/pull/655))

Documentation:

- Add documentation for GeoViews offline features and tiles ([649](https://github.com/holoviz/geoviews/pull/649))

Compatibility:

- Add Bokeh 3.2 support to GeoViews ([664](https://github.com/holoviz/geoviews/pull/664))
- Improve `rioxarray` support ([645](https://github.com/holoviz/geoviews/pull/645))
- Remove deprecated `np.product` for `np.prod` ([660](https://github.com/holoviz/geoviews/pull/660))

Maintenance:

- General maintenance ([648](https://github.com/holoviz/geoviews/pull/648), [#652](https://github.com/holoviz/geoviews/pull/652), [#653](https://github.com/holoviz/geoviews/pull/653), [#657](https://github.com/holoviz/geoviews/pull/657), [#661](https://github.com/holoviz/geoviews/pull/661))

1.10.0

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

Date: May 25, 2023

This release adds Bokeh 3 support to Geoviews, along with bug fixes and enhancements. Many thanks to ahuang11, maximlt, philippjfr, and Hoxbro.

This release also deprecates the `Wikipedia` tile source. If you are using this tile source, please switch to the `OSM` tile source instead. The `Wikipedia` tile source will be removed in version 1.11.0. `geoviews.util.load_tiff` has also been deprecated `rioxarray.open_rasterio` to load GeoTIFFs into a `xarray.DataArray`.

Note, this release has a minor breaking change where `gv.feature.states` defaults to `fill_color=None` so the fill color is transparent.

Enhancements:

- Add Bokeh 3 support to GeoViews ([625](https://github.com/holoviz/geoviews/pull/625))
- Add `PandasAPI` to `GeoPandasInterface` ([620](https://github.com/holoviz/geoviews/pull/620))
- Updated the default for `gv.feature.states` to `fill_color=None` ([643](https://github.com/holoviz/geoviews/pull/643))

Bug fixes:

- Fix hover for overlays of `gv.Points` ([631](https://github.com/holoviz/geoviews/pull/631))

Compatibility:

- Allow `Dataset` to have any number of `kdims` ([626](https://github.com/holoviz/geoviews/pull/626))
- Add `pyproj` to the runtime dependencies ([627](https://github.com/holoviz/geoviews/pull/627))
- HoloViews 1.16 support ([633](https://github.com/holoviz/geoviews/pull/633))
- Deprecate Wikipedia tile ([630](https://github.com/holoviz/geoviews/pull/630), [#636](https://github.com/holoviz/geoviews/pull/636))
- Use Geodatasets for geo datasets ([635](https://github.com/holoviz/geoviews/pull/635))
- Deprecate `geoviews.util.load_tiff` ([640](https://github.com/holoviz/geoviews/pull/640))

Maintenance:

- Use `ruff` as a formatting tool ([628](https://github.com/holoviz/geoviews/pull/628))
- Use `codespell` as a spelling checker ([641](https://github.com/holoviz/geoviews/pull/641))
- General maintenance ([602](https://github.com/holoviz/geoviews/pull/602), [#630](https://github.com/holoviz/geoviews/pull/630), [#632](https://github.com/holoviz/geoviews/pull/632))
- Update to latest `nbsite` ([638](https://github.com/holoviz/geoviews/pull/638))

1.9.6

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

Date: Jan 17, 2023

This release contains a small number of bug fixes and compatibility with the latest releases of Numpy and Shapely. Many thanks to pmav99, philippjfr, maximlt, and Hoxbro.

Bug fixes:

- Fix regression and remove deprecation warnings for `gv.annotators` ([583](https://github.com/holoviz/geoviews/pull/583))

Compatibility:

- Compatibility with Shapely 2.0 ([570](https://github.com/holoviz/geoviews/pull/570), [#603](https://github.com/holoviz/geoviews/pull/603))
- Compatibility with Numpy 1.24 ([608](https://github.com/holoviz/geoviews/pull/608))
- Compatibility with HoloViews 1.15 ([572](https://github.com/holoviz/geoviews/pull/572), [#574](https://github.com/holoviz/geoviews/pull/574))
- Compatibility with Python 3.11 ([601](https://github.com/holoviz/geoviews/pull/601))

Packaging:

- Fix TypeScript files not being packaged and therefore gave an uncaught error in the console for `gv.annotators` ([610](https://github.com/holoviz/geoviews/pull/610))
- Fix building with `pip install .` and update of packages ([575](https://github.com/holoviz/geoviews/pull/575), [#579](https://github.com/holoviz/geoviews/pull/579))
- Setting NPM access to public and update `package.json` ([585](https://github.com/holoviz/geoviews/pull/585), [#586](https://github.com/holoviz/geoviews/pull/586))

Documentation:

- Fix docs build ([580](https://github.com/holoviz/geoviews/pull/580), [#588](https://github.com/holoviz/geoviews/pull/588), [#611](https://github.com/holoviz/geoviews/pull/611), [#612](https://github.com/holoviz/geoviews/pull/612))

Maintenance:

- Adding pre-commit to CI ([604](https://github.com/holoviz/geoviews/pull/604))
- Renamed `master` branch to `main` ([606](https://github.com/holoviz/geoviews/pull/606))
- Remove Trove Classifier for Python 3.6 ([565](https://github.com/holoviz/geoviews/pull/565))
- Various fixes and general maintenance of the CI ([566](https://github.com/holoviz/geoviews/pull/566), [#567](https://github.com/holoviz/geoviews/pull/567), [#569](https://github.com/holoviz/geoviews/pull/569), [#573](https://github.com/holoviz/geoviews/pull/573), [#587](https://github.com/holoviz/geoviews/pull/587), [#591](https://github.com/holoviz/geoviews/pull/591), [#594](https://github.com/holoviz/geoviews/pull/594), [#595](https://github.com/holoviz/geoviews/pull/595), [#596](https://github.com/holoviz/geoviews/pull/596), [#600](https://github.com/holoviz/geoviews/pull/600), [#607](https://github.com/holoviz/geoviews/pull/607))

1.9.5

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

Date: Mar 8, 2022

This is a micro release fixing a regression related to 1.9.4 release.

Bug fixes:

- Fix regression related to RGB(A) element conversion ([562](https://github.com/holoviz/geoviews/pull/562))

1.9.4

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

Date: Feb 17, 2022

This is a micro release with a small number of bug fixes and compatibility fixes with HoloViews 1.14.8 and support for Python 3.10.

Bug fixes:

- Fix handling of 3-channel RGB element ([558](https://github.com/holoviz/geoviews/pull/558))
- Add support for pandas Float64Array ([559](https://github.com/holoviz/geoviews/pull/559))

Compatibility:

- Compatibility with HoloViews 1.14.8 ([556](https://github.com/holoviz/geoviews/pull/556))
- Compatibility with Python 3.10 by replacing LooseVersion with packaging.Version ([555](https://github.com/holoviz/geoviews/pull/555))

1.9.3

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

Date: Dec 25, 2021

This release contains a few bug fixes and improvements, and adds compatibility with Shapely 1.8 and the upcoming version 2.0. Thanks to philippjfr, maximlt and ahuang11 for contributing to this release.

Bug fixes and minor improvements:

- Add missing `_process_msg` method to GeoPolyEditCallback ([539](https://github.com/holoviz/geoviews/pull/539))
- Accept lowercase xmin/ymin/xmax/ymax in WMTS URL templates ([542](https://github.com/holoviz/geoviews/pull/542))
- Support GeoDataframe with a geometry column not named geometry ([545](https://github.com/holoviz/geoviews/pull/545))
- Add opentopomap as a tile source ([514](https://github.com/holoviz/geoviews/pull/514))

Compatibility:

- Adapt to shapely 1.8.0 and 2.0 ([543](https://github.com/holoviz/geoviews/pull/543))

Docs improvements:

- Update the CSS of links ([544](https://github.com/holoviz/geoviews/pull/544))

Page 2 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.