Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rasterio requirement from ~=1.3.3 to ~=1.3.6 #143

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2023

Updates the requirements on rasterio to permit the latest version.

Release notes

Sourced from rasterio's releases.

1.3.6 fixes a few minor bugs and performance issues.

  • Tests that use matplotlib have been cleaned up and the one in test_warp.py which uses our vendored rangehttpserver has been marked as needing a network (#2764).
  • When computing the bounds of a sequence of feature or geometry objects, we dodge empty "features" and "geometries" sequences that could be provided by, e.g., Fiona 1.9.0 (#2745).
  • Decouple our Affine transformer from GDAL environments, fixing a performance regression introduced in 1.3.0 (#2754).
  • StatisticsError is raised when dataset statistics cannot be computed (#2760).
  • In DatasetBase.__enter__ an Env is added to the dataset's context stack if needed, making an explicit with Env(): optional when using an opened dataset as a context manager (#2760).

The PyPI wheels for 1.3.6 include a patch for OSGeo/gdal#7170 and rename PROJ symbols for more safety when used in combination with spatiallite, pyproj, etc.

Changelog

Sourced from rasterio's changelog.

1.3.6 (2014-02-13)

  • Tests that use matplotlib have been cleaned up and the one in test_warp.py which uses our vendored rangehttpserver has been marked as needing a network (#).
  • When computing the bounds of a sequence of feature or geometry objects, we dodge empty "features" and "geometries" sequences that could be provided by, e.g., Fiona 1.9.0 (#2745).
  • Decouple our Affine transformer from GDAL environments, fixing a performance regression introduced in 1.3.0 (#2754).
  • StatisticsError is raised when dataset statistics cannot be computed (#2760).
  • In DatasetBase.enter an Env is added to the dataset's context stack if needed, making an explicit with Env(): optional when using an opened dataset as a context manager (#2760).

1.3.5.post1 (2023-02-02)

There are no code changes in this release. This is only to create new wheels as the 1.3.5 macosx 10.15 wheels are defective.

1.3.5 (2023-01-25)

Bug fixes:

  • Fixed plot.show(adjust=True) with respect to 16-bit integer data (#2733).
  • Align offsets in rio-clip as well as height and width to match gdal_translate with -projwin (#2729).
  • Allow rio-warp's --target-aligned-pixels option to be used with --dst-bounds or --src-bounds (#2729).
  • Normalize paths before calling os.add_dll_directory on Windows (#2705).
  • Affine version 2.4.0 exposes a bug in Rasterio's test_deprecated.py module, a test than erroneously fails. This test has been fixed and passes with all versions of the affine module.
  • Better, recursive cleanup of MemoryFile /vsimem/ directories.
  • Python ignores SIGPIPE by default. By never catching BrokenPipeError via except Exception when, for example, piping the output of rio-shapes to the Unix head program, we avoid getting an unhandled BrokenPipeError message when the interpreter shuts down (#2689).
  • Fixes for unsigned access to S3 (#2688, backport of #2669).
  • Ignore blockysize when converting untiled datasets to tiled datasets (#2687, backport of #2678).

1.3.4 (2022-11-16)

This version is good for use with GDAL 3.6.0 as well as previous versions.

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

Updates the requirements on [rasterio](https://github.com/rasterio/rasterio) to permit the latest version.
- [Release notes](https://github.com/rasterio/rasterio/releases)
- [Changelog](https://github.com/rasterio/rasterio/blob/main/CHANGES.txt)
- [Commits](rasterio/rasterio@1.3.3...1.3.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 14, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants