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.5 #139

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2023

Updates the requirements on rasterio to permit the latest version.

Release notes

Sourced from rasterio's releases.

1.3.5

Happy New Year!

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

Sourced from rasterio's changelog.

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.

Changes:

  • Resampling tests have been updated to account for changes in GDAL 3.6.0 (#2653).
  • Variables in TransformerBase.xy have been renamed for better clarity (#2609).
  • Avoid use of a fixed port for the warp test server (#2619).

Bug fixes:

  • Use Python long for FilePath VSI plugin's file position (#2652).
  • In the case that a GDAL function returns NULL but doesn't set an error, we now raise SystemError instead of silently failing (#2645).
  • Azure storage access key can be taken from the environment if not explicitly provided to AzureSession (#2637).
  • Skip empty parts of PATH on Windows when adding DLL directories (#2626).
  • get_data_window is fixed for the case where the nodata value is nan (#2629).
  • Ensure that GTiff, not COG, driver is used by default for TIFFs (#2634).

1.3.3 (2022-10-19)

Packaging:

... (truncated)

Commits
  • 2fbe99f This is 1.3.5
  • 37f35d6 Ensure that imshow receives float data when adjust=True (#2733)
  • fd48539 BUG: Update write_mask to accept numpy booleans (#2707) (#2732)
  • 525720e Better formatting for plot.py, no other changes
  • b1a853e Align offsets in rio-clip (#2729)
  • 89b4bd2 Add missing rio-env tests and reformat command module
  • c694988 Add missing tests for rio-transform, and docstring
  • b75cd73 Add note about dtype argument for Snuggs read
  • d4fc803 Add an admonition to topics/windowed-rw.html#reading
  • 8d4ea55 Fix for #2705
  • Additional commits viewable in compare view

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

---
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 Jan 26, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 14, 2023

Superseded by #143.

@dependabot dependabot bot closed this Feb 14, 2023
@dependabot dependabot bot deleted the dependabot/pip/rasterio-approx-eq-1.3.5 branch February 14, 2023 04:59
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