Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 15, 2019

Bumps rasterio from 1.0.13 to 1.0.21.

Changelog

Sourced from rasterio's changelog.

1.0.21 (2019-02-28)

  • Fix for bug in implementation of the pickle protocol (#1643).

1.0.20 (2019-02-27)

  • Fix for an unchecked NULL pointer introduced in 1.0.19 that could result in
    segmentation fault on import of rasterio._env on Linux when GDAL data files
    are not available (for example, with wheels as on PyPI).

1.0.19 (2019-02-26)

  • Do not set GDAL_DATA and PROJ_LIB when data files can be found at their built
    in locations (#1631).
  • Add linear_units property to CRS (#1638).
  • Ensure that AWS_NO_SIGN_REQUESTS is sufficient for accessing public S3
    datasets and that import of boto3 is not required (#1637).
  • An out_dtype parameter has been added to DatasetReaderBase.read, enabling
    on-the-fly casting of raster values to the desired type (#1637). This uses
    the same latent feature used to get support for "int8" data.
  • Restore pickle protocol for CRS, using WKT as state (#1625).
  • Support for signed 8-bit integer datasets ("int8" dtype) has been added
    (#1595).

1.0.18 (2019-02-07)

  • Fix a regression reported in #1623.

1.0.17 (2019-02-05)

  • Fix a regression in evaluation of CRS equality (#1620).

1.0.16 (2019-02-04)

  • A bug preventing GCPs from being created with new BufferedDatasetWriter
    instances (#1600) has been fixed (#1610).
  • A previously unreported bug preventing BufferedDatasetWriters from being
    opened in r+ mode has been fixed.
  • A regression in creating CRS objects from PROJ4 strings that include
    "+wktext" (#1609) has been fixed.
  • Regressions in str representations of empty CRS objects and the handling of
    unreferenced datasets in rasterio._base have been fixed (#1616).
  • GDAL seems to work best if GDAL_DATA is set as early as possible. Ideally it
    is set when building the library or in the environment before importing
... (truncated)
Commits

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 15, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/rasterio-1.0.21 branch from a4b5290 to 8dbaa21 Compare March 15, 2019 14:31
@weiji14
Copy link
Owner

weiji14 commented Mar 15, 2019

@dependabot ignore this minor version

@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you about version 1.0.x again, unless you re-open this PR or update to a 1.0.x release yourself.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/rasterio-1.0.21 branch March 15, 2019 14:43
weiji14 added a commit that referenced this pull request Jun 3, 2019
Bumps [rasterio](https://github.com/mapbox/rasterio) from 1.0.13 to 1.0.23. Supersedes #117. Also show (a part of) failing tests in test_ipynb.ipynb that needs to be resolved in #150.
- [Release notes](https://github.com/mapbox/rasterio/releases)
- [Changelog](https://github.com/mapbox/rasterio/blob/master/CHANGES.txt)
- [Commits](rasterio/rasterio@1.0.13...1.0.23)
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.

2 participants