Geoviews

Latest version: v1.12.0

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

Scan your dependencies

Page 1 of 6

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))

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))

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.