Skip to content

Comments

Bump rasterio from 1.1.8 to 1.3.3#61

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/rasterio-1.3.3
Closed

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2022

Bumps rasterio from 1.1.8 to 1.3.3.

Release notes

Sourced from rasterio's releases.

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

This release fixes two packaging issues. The project code itself has no changes other than an updated version string and a new change log entry.

  • Linux and macOS wheels for 1.3.0 were built without ZSTD support in the GeoTIFF driver (see rasterio/rasterio-wheels#87 and rasterio/rasterio#2542). This has been fixed.
  • Windows wheels for 1.3.0 included GDAL 3.4.3. They now include GDAL 3.5.1, as do the Linux and macOS wheels.

1.3.0

Rasterio 1.3.0 has new features, deprecations, and many bug fixes. It supports Python versions 3.8+ and GDAL versions 3.1+. Please see https://github.com/rasterio/rasterio/blob/master/CHANGES.txt for a fine grain description of changes since 1.2.10. Major changes and deprecations are listed below.

Packaging

  • Building from source now requires Cython (#2016).
  • PyPI wheels include GDAL 3.5.0 and PROJ 9.0.0.

Deprecations:

  • The rasterio.path module has been moved to rasterio._path and all its member made private (#2423). A new version of rasterio.path temporarily provides aliases to maintain compatibility.

New features:

... (truncated)

Changelog

Sourced from rasterio's changelog.

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)

Packaging:

Wheels for 1.3.1 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 (2022-08-09)

This version corrects errors made in building binary wheels for 1.3.0. There

... (truncated)

Commits
  • 60d8aaf Bump version and note changes, this is 1.3.3
  • 2f0abbf Fully support tiled=False and blockysize (#2615)
  • 09b2546 Raise minimum version of Cython to 0.29.29
  • ac69d21 Set position of the underlying stream to 0 in _filepath
  • 7ff28e4 TST: Skip test_issue2353bis for GDAL 3.5+ (#2608)
  • dfde487 CI: Update to GDAL 3.5.2 in tests (#2606)
  • 39f8744 BUG: parse path without modifying query (#2603)
  • 4b1e369 Remove _loading, copy it into init (#2594)
  • 9b94dd9 Add missing warnings import in transform.py (#2569)
  • 0ef8436 This is 1.3.2
  • 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.3.
- [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.3)

---
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 Oct 24, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 21, 2022

Superseded by #62.

@dependabot dependabot bot closed this Nov 21, 2022
@dependabot dependabot bot deleted the dependabot/pip/rasterio-1.3.3 branch November 21, 2022 19:02
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