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

Bump rasterio from 1.3.6 to 1.3.7 in /requirements #139

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 23, 2023

Bumps rasterio from 1.3.6 to 1.3.7.

Release notes

Sourced from rasterio's releases.

1.3.7

Packaging

The Python wheels uploaded to PyPI now contain GDAL 3.6.4 and a copy of libtiff with support for LERC compression.

Bug fixes

  • The sieve function now accepts as input opened datasets or multiband Band objects (#2838).
  • Allow color values greater than 256 in colormaps (#2769).
  • Fix the GDAL datatype mapping of Rasterio's uint64 and int64 data types. They were reversed in previous versions.
  • Special characters, specifically "!", in an HTTP(S) URI's userinfo subcomponent no longer break Rasterio's path parser (#2776).
  • Missing documentation for rio-blocks has been added to the CLI docs (#2835).
  • Ensure that the nodata mask value for all non-alpha bands is True in sample_gen() (#2832).
  • GDAL often searches for sidecar files that may or may not exist. For the Python file VSI plugin in _filepath.pyx, we have turned the logging level for these events down from ERROR to INFO (#2827).
  • Full support for signed byte data in GDAL 3.7 has been added.
  • The math for array_bounds has been fixed. It can now handle rotated arrays (#2787).
Changelog

Sourced from rasterio's changelog.

1.3.7 (2023-05-22)

  • The sieve function now accepts as input opened datasets or multiband Band objects (#2838).
  • Allow color values greater than 256 in colormaps (#2769).
  • Fix the GDAL datatype mapping of Rasterio's uint64 and int64 data types. They were reversed in previous versions.
  • Special characters, specifically "!", in an HTTP(S) URI's userinfo subcomponent no longer break Rasterio's path parser (#2776).
  • Missing documentation for rio-blocks has been added to the CLI docs (#2835).
  • Ensure that the nodata mask value for all non-alpha bands is True in sample_gen() (#2832).
  • GDAL often searches for sidecar files that may or may not exist. For the Python file VSI plugin in _filepath.pyx, we have turned the logging level for these events down from ERROR to INFO (#2827).
  • Full support for signed byte data in GDAL 3.7 has been added.
  • The math for array_bounds has been fixed. It can now handle rotated arrays (#2787).
Commits
  • 800351e This is 1.3.7
  • 5dd56f3 Extend sieve's input to allow opened datasets and multiband objects (#2838)
  • 78fc94a Reformat docstrings
  • cb9380f DOC: improve doc for window.round_lengths and round_offsets (#2795)
  • 48847d7 Allow color values greater than 256 in colormaps (#2837)
  • 01282c9 uint64 is GDAL data type 12 and int64 is 13 (#2836)
  • 24e2cd4 Remove unused import and deprecated usage
  • bfe032a Fix typo
  • dce1c75 Don't split on a "!" within a URI's userinfo subcomponent
  • c2e9e22 Add rio-blocks documentation (#2835)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [rasterio](https://github.com/rasterio/rasterio) from 1.3.6 to 1.3.7.
- [Release notes](https://github.com/rasterio/rasterio/releases)
- [Changelog](https://github.com/rasterio/rasterio/blob/main/CHANGES.txt)
- [Commits](rasterio/rasterio@1.3.6...1.3.7)

---
updated-dependencies:
- dependency-name: rasterio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 May 23, 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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants