Skip to content

Comments

Bump rasterio from 1.1.8 to 1.3.4#62

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/rasterio-1.3.4
Open

Bump rasterio from 1.1.8 to 1.3.4#62
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/rasterio-1.3.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2022

Bumps rasterio from 1.1.8 to 1.3.4.

Release notes

Sourced from rasterio's releases.

1.3.4

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

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

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

1.3.3

Packaging

The rasterio._loading module, which supports DLL loading on Windows, has been moved into __init__.py and is no longer used anywhere else (#2594).

Bug fixes

  • GeoTIFF profiles combining tiled=False and a defined blockysize are now supported (#2599).
  • URLs with // in the query string are now properly parsed (#2603).
  • Rasterio's Python file VSI plugin now sets the position of the underlying stream to 0 on close, resolving #2550.

1.3.2

1.3.1 was packaged from a branch that lacked the advertised bug fixes. 1.3.2 fixes the problem. Packaging and bug fix notes from 1.3.1 are reiterated below.

The GitHub release and discussion for 1.3.1 have been deleted.

Packaging

Wheels for 1.3.2 are built using the version of rasterio-wheels dated 2022-08-17 and include PROJ 9.0.1 and GDAL 3.5.1.

Bug fixes

  • get_data_window has been improved and extended to 1D (#2510).
  • Broadcasting of coordinates in transform.xy has been restored (#2538).
  • A bug in nodata filling (#2474) has been fixed by patching GDAL (wheels only).
  • Support for PROJ_DATA has been added (#2530).
  • Non-informative errors arising from opening a dataset in write mode are silenced (#2525).
  • N-D arrays are once again accepted by sampling.sample_gen (#2547).
  • MemoryDataset's memory layout has been fixed to properly support non-contiguous data (#2512).

1.3.0.post1

... (truncated)

Changelog

Sourced from rasterio's changelog.

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:

The rasterio._loading module, which supports DLL loading on Windows, has been moved into init.py and is no longer used anywhere else (#2594).

Bug fixes:

  • GeoTIFF profiles combining tiled=False and a defined blockysize are now supported (#2599).
  • URLs with // in the query string are now properly parsed (#2603).
  • Rasterio's Python file VSI plugin now sets the position of the underlying stream to 0 on close, resolving #2550.

1.3.2 (2022-08-19)

Packaging:

1.3.1 was released from a branch lacking the advertised bug fixes. 1.3.2 contains the fixes listed under 1.3.1.

1.3.1 (2022-08-17)

... (truncated)

Commits
  • a811673 Update version and change log
  • 0e412a5 Note fix in #2652
  • 7c9706c avoid narrowing file stream position to int (#2652)
  • c47bea8 Merge pull request #2650 from snowman2/maint-1.3
  • 71b9db9 TST: Update mock_debian for GDAL 3.1-3.7
  • 040ceb3 CI: Update latest build to build git & remove GML
  • b9ce44b MNT: Fix version (#2651)
  • 88a848f BUG: Raise exception with debugging information when NULL return (#2645)
  • c5f29c3 Merge pull request #2641 from snowman2/gdal_latest
  • 036a5b0 BUG: pull AZURE_STORAGE_ACCESS_KEY from env if not provided as arg (#2637) (#...
  • 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 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 21, 2022
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