Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 6, 2025

Bumps torchgeo from 0.5.2 to 0.6.1.

Release notes

Sourced from torchgeo's releases.

v0.6.1

TorchGeo 0.6.1 Release Notes

This is a bugfix release. There are no new features or API changes with respect to the 0.6.0 release.

This release fixes an important security vulnerability and properly documents a lack of support for rasterio 1.4. All users are recommended to update to TorchGeo 0.6.1 if they are using torchgeo.models.get_weight.

Dependencies

  • rasterio: 1.4 not yet supported (#2327)

Datamodules

  • Datamodule: use persistent workers for parallel data loading (#2291)
  • OSCD: update normalization statistics (#2282)

Datasets

  • Datasets: add support for os.PathLike (#2273)
  • GeoDataset: allow a mix of str and pathlib paths (#2270)

Models

  • API: avoid use of eval in get_weight (#2323)

Tests

  • CD: set up continuous deployment to PyPI (#2342)
  • CI: install tensorboard to speed up notebooks (#2315)
  • CI: install TorchGeo from checked out repo (#2306)
  • dependabot: only update npm lockfile (#2277)
  • prettier: ignore cache directories (#2278)
  • prettier: prefer single quotes (#2280)
  • pytest: set default --cov and --cov-report (#2275)
  • pytest: set matplotlib backend locally too (#2326)
  • pytest: silence numpy 2 warnings in PyTorch (#2302)
  • ruff: remove NPY tests now that we test numpy 2 in CI (#2287)

Documentation

  • Alternatives: add scikit-eo to list of TorchGeo alternatives (#2340)
  • Contributing: installation-agnostic prettier usage (#2279)
  • Datasets: move dataset CSV to subdirectory (#2281, #2304)
  • Datasets: update NAIP resolution (#2325)
  • Tutorials: fix NAIP downloads by signing URL (#2343)
  • Tutorials: update recommended strategy for raster datasets containing images and masks (#2293)

Contributors

This release is thanks to the following contributors:

... (truncated)

Commits
  • d610ff1 Tutorials: sign NAIP download (#2343)
  • 53a1e9b Set up continuous deployment for PyPI releases (#2342)
  • 34c588b Docs: scikit-eo is a new alternative library (#2340)
  • f279efc TorchGeo is not yet compatible with rasterio 1.4 (#2327)
  • 4c44de3 NAIP: update resolution (#2325)
  • b31fb30 Tests: set matplotlib backend locally too (#2326)
  • de0e572 Removing eval in model weight API (#2323)
  • ca90300 Adding tensorboard to CI req so we don't spend time installing it in the firs...
  • e6696d7 docs: update recommended strategy for models with input and output img and ms...
  • 2bca82d Contributing: update dataset CSV file location (#2304)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [torchgeo](https://github.com/microsoft/torchgeo) from 0.5.2 to 0.6.1.
- [Release notes](https://github.com/microsoft/torchgeo/releases)
- [Commits](torchgeo/torchgeo@v0.5.2...v0.6.1)

---
updated-dependencies:
- dependency-name: torchgeo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants