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

chore(deps-dev): update rasterstats requirement from ~=0.18.0 to >=0.18,<0.20 #98

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2023

Updates the requirements on rasterstats to permit the latest version.

Changelog

Sourced from rasterstats's changelog.

0.19.0

  • Drop Python 2 support, Python 3 style updates #283
  • Sort imports #284
  • Add support for Fiona>1.9 #287

0.18.0

  • Move project metadata to pyproject.toml #277
  • Black formatting #278
  • Don't cast integers to int64, use numpy accumulator dtype #279
  • Warn about nodata only once, io.NodataWarning type #280

0.17.1

  • Fixes to keep up with recent versions of dependencies: #275 fiona, #266 shapely, #264 click
  • Added a pyproject.toml #265
  • Added CI testing for python 3.7 through 3.11

0.17.0

  • Fix performance regression due to platform.architecture performance #258

0.16.0

  • Fix deprecation warning with shapely 1.8+ #250

0.15.0

  • Fix deprecation warning with Affine #211
  • Avoid unnecessary memory copy operation #213

0.14.0

  • Add support return statement to zone_func #203
  • Take into account per dataset mask #198
  • Accessing geometry properties for user-defined stats #193
  • Updated method calls for numpy v1.16 #184

0.13.1

  • Bug fix for io.read_features with Fiona 1.8+

0.13.0

  • Require Rasterio>=1.0
  • Fix buffer logic for boxify_points (#171)

0.12.1

  • Cast all integer data to int64 if we're on a 64 bit platform (#159)

0.12.0

  • zone_func argument to apply a function to the masked array before computing stats
  • support shapely 1.6 exceptions

0.11

  • change band_num parameter to band
  • add example of multiprocessing
  • updated for compatibility with upcoming Rasterio 1.0 release

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 12, 2023
Updates the requirements on [rasterstats](https://github.com/perrygeo/python-rasterstats) to permit the latest version.
- [Release notes](https://github.com/perrygeo/python-rasterstats/releases)
- [Changelog](https://github.com/perrygeo/python-rasterstats/blob/master/CHANGELOG.txt)
- [Commits](https://github.com/perrygeo/python-rasterstats/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/rasterstats-gte-0.18-and-lt-0.20 branch from e8fec14 to 4f412e4 Compare January 3, 2024 14:27
@pvanliefland pvanliefland merged commit e361c42 into main Jan 3, 2024
4 checks passed
@pvanliefland pvanliefland deleted the dependabot/pip/rasterstats-gte-0.18-and-lt-0.20 branch January 3, 2024 14:28
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.

1 participant