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

CI: (deps): Bump cartopy from 0.22.0 to 0.23.0 in /ci #3474

Merged
merged 5 commits into from
Jul 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2024

Bumps cartopy from 0.22.0 to 0.23.0.

Release notes

Sourced from cartopy's releases.

REL: v0.23

This release is compatible with Python 3.12 and Numpy 2.

Some of the major new features are:

  • Updates to the Gridliner to turn it into a Matplotlib Artist (which greatly enhances performance and interactivity)
  • Better support for Compound paths split across boundaries
  • Addition of GSHHS Antarctica features
  • Turning the Cartopy FeatureArtist into a Matplotlib Collection which enables arrays of values and styles to be used with the collection of geometries in the FeatureArtist (i.e. colormapping the features based on array values is supported)
  • Updates to the shapefile readers and improved documentation across the project.

See the below list for a detail of all PRs included in this release.

What's Changed

... (truncated)

Commits
  • cb95b51 Merge pull request #2346 from greglucas/doc-v0.23
  • e32003e DOC: Add whatsnew entry for v0.23
  • d5b19e2 Merge pull request #2366 from greglucas/build-np2.0
  • 8ae3798 Merge pull request #2363 from SciTools/pre-commit-ci-update-config
  • 60c3103 BLD: Use numpy2.0.0rc1 to build the package
  • e069ab4 Merge pull request #2356 from lgolston/deepcopy-bug-crs
  • 6cc3781 Merge pull request #2354 from lgolston/module-docs
  • 203912a Merge pull request #2365 from greglucas/google-deprecation
  • ab1c9e8 MNT: xfail deprecated Google Image Tile API
  • 4e096b0 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner April 11, 2024 12:10
@dependabot dependabot bot added Area: Infrastructure Pertains to project infrastructure (e.g. CI, linting) Type: Maintenance Updates and clean ups (but not wrong) labels Apr 11, 2024
@dependabot dependabot bot requested review from dcamron and removed request for a team April 11, 2024 12:10
@dependabot dependabot bot force-pushed the dependabot-pip-ci-cartopy-0.23.0 branch 2 times, most recently from d8ed22a to 18a3034 Compare April 22, 2024 19:12
@dependabot dependabot bot requested a review from kgoebber as a code owner April 27, 2024 00:09
@dopplershift dopplershift force-pushed the dependabot-pip-ci-cartopy-0.23.0 branch from 81fb74e to b8c4a36 Compare April 30, 2024 17:06
@dopplershift dopplershift force-pushed the dependabot-pip-ci-cartopy-0.23.0 branch from 7e1f18f to ab3205a Compare May 17, 2024 21:15
@dopplershift dopplershift force-pushed the dependabot-pip-ci-cartopy-0.23.0 branch from ab3205a to a4c6273 Compare May 17, 2024 21:54
@dopplershift dopplershift added this to the 1.6.3 milestone Jun 17, 2024
@dcamron
Copy link
Member

dcamron commented Jun 28, 2024

Treated missing packages as a False version comparison, @dopplershift let me know if that should be more verbose or if I'm missing a way that could break checks. Otherwise if/when the numbers pass this should be good to go!

dopplershift
dopplershift previously approved these changes Jul 10, 2024
Copy link
Member

@dopplershift dopplershift left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that behavior is fine. At least for all the ones here, it's not going to run anyways due to the skip lurking in some of the other decorators/fixtures.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 10, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

dependabot bot and others added 4 commits July 24, 2024 11:56
Bumps [cartopy](https://github.com/SciTools/cartopy) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/SciTools/cartopy/releases)
- [Commits](SciTools/cartopy@v0.22.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Looks like how some map paths are rendered slightly changed.
This is due to SciTools/cartopy#2377, which has been fixed upstream and
will be in the next release.
@dcamron dcamron force-pushed the dependabot-pip-ci-cartopy-0.23.0 branch from 6c11dc1 to 614529b Compare July 24, 2024 17:57
Bump close existing tolerance inclusively.
@dopplershift dopplershift merged commit b01c60e into main Jul 25, 2024
35 checks passed
@dopplershift dopplershift deleted the dependabot-pip-ci-cartopy-0.23.0 branch July 25, 2024 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Infrastructure Pertains to project infrastructure (e.g. CI, linting) Type: Maintenance Updates and clean ups (but not wrong)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants