stac-utils / pystac-client

Python client for searching STAC APIs
https://pystac-client.readthedocs.io
Other
161 stars 48 forks source link

build(deps): update hvplot requirement from ~=0.9.0 to >=0.9,<0.11 #681

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Updates the requirements on hvplot to permit the latest version.

Changelog

Sourced from hvplot's changelog.

Version 0.10.0 (2024-05-06)

This minor release brings a number of enhancements and bugfixes, checkout the release blog post for a visual summary of the most important enhancements.

  • 🧰 Improving the contributor experience: moving away from pyctdev to a more usual and easier approach, and adopt ruff as a linter and formatter
  • 📦 Modernizing hvPlot's packaging: migrating to pyproject.toml
  • 📖 Improving the documentation: adding a user guide on large time-series and improving the geographic user guide
  • 📈 Enhancing the plotting API: in part to support the NumFocus SDG project that aims to modernize the HoloViz Examples
  • 🐛 Fixing bugs!

Many thanks to @​ahuang11, @​droumis, @​Hoxbro, @​jsignell, and @​maximlt for their contributions.

Governance:

Enhancements:

  • Add bgcolor parameter to set the background color (#1308)
  • Add robust parameter, similarly to Xarray (#1291)
  • Add tiles_opts parameter to customize the tiles (#1299)
  • Add support to xyzservices tiles (#1307)
  • Allow to set the downsample algorithm as string input (#1314)
  • Allow crs as Cartopy class name to match projection (#1332)

Bug Fixes:

  • Fix saving Panel objects with hvplot.save (#1297)
  • Fix setting group_label when plotting a histogram (#1310)
  • Fix the support of HoloViews ImageStack support and usage of aggregator and by (#1316)
  • Fix handling of EPSG codes (#1330)
  • Explorer: fix handling of Xarray objects that have dims without coords (#1334)

Compatibility:

  • Minor changes in preparation of the HoloViews Pandas index refactor (#1281)

Documentation:

Infrastructure / Tests:

  • Migrate to pyproject.toml and improve the contributor experience (#1296, #1322)
  • Format and lint the code base with ruff (#1320)
  • Pin intake to version 2.0.0 (#1275)
  • Fix the test suite after the latest Dask release (#1298)
  • Remove the examples folder (#1287)

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)