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.0.13 to 1.0.17 #102

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps rasterio from 1.0.13 to 1.0.17.

Changelog

Sourced from rasterio's changelog.

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
    Rasterio, but for wheels we patch GDAL_DATA into os.environ when rasterio.env
    is imported. This resolves #1611.

1.0.15 (2019-01-27)

  • Google cloud storage support was not in fact added in 1.0.14, but is
    present in 1.0.15.

1.0.14 (2019-01-22)

  • The _CRS class has been refactored so that a WKT representation, rather than
    PROJ4 representation, is the canonical form. This resolves issues #1397 and
    #1587 specifically, and an entire category of issues discussed in
    https://rasterio.groups.io/g/dev/message/68.
  • Native support for Google Cloud Storage using "gs://" URLs has been added
    (#1577).
  • On entering a dataset context (DatasetBase.enter) a new anonymous GDAL
    environment is created if needed and is entered. This makes with rasterio.open(...) as dataset: roughly equivalent to with rasterio.open(...) as dataset, Env():. This helps prevent bugs when datasets
    are created and then used later or are used in different scopes.
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
  • @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 Feb 15, 2019
@weiji14
Copy link
Owner

weiji14 commented Feb 15, 2019

@dependabot ignore this patch version

@dependabot-preview
Copy link
Contributor Author

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

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/rasterio-1.0.17 branch February 15, 2019 22:51
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