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 shapely from 1.6.4.post2 to 1.7.0 in /cvat/requirements #1709

Merged
merged 1 commit into from
Jun 15, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps shapely from 1.6.4.post2 to 1.7.0.

Changelog

Sourced from shapely's changelog.

1.7.0 (2020-01-28)

This is the final 1.7.0 release. There have been no changes since 1.7b1.

1.7b1 (2020-01-13)

First beta release.

1.7a3 (2019-12-31)

New features:

  • The buffer operation can now be single-sides (#806, #727).

Bug fixes:

  • Add /usr/local/lib to the list of directories to be searched for the GEOS shared library (#795).
  • ops.substring now returns a line with coords in end-to-front order when given a start position that is greater than the end position (#628).
  • Implement __bool__() for geometry base classes so that bool(geom) returns the logical complement of geom.is_empty (#754).
  • Remove assertion on the number of version-like strings found in the GEOS version string. It could be 2 or 3.

1.7a2 (2019-06-21)

  • Nearest neighbor search has been added to STRtree (#668).
  • Disallow sequences of MultiPolygons as arguments to the MultiPolygon constructor, resolving #588.
  • Removed vendorized functools functions previously used to support Python 2.5.

Bug fixes:

  • Avoid reloading the GEOS shared library when using an installed binary wheel on OS X (#735), resolving issue #553.
  • The shapely.ops.orient function can now orient multi polygons and geometry collections as well as polygons (#733).
  • Polygons can now be constructed from sequences of point objects as well as sequences of x, y sequences (#732).
  • The exterior of an empty polygon is now equal to an empty linear ring (#731).
  • The bounds property of an empty point object now returns an empty tuple, consistent with other geometry types (#723).
  • Segmentation faults when non-string values are passed to the WKT loader are avoided by #700.
... (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 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)
  • @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)
  • 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)

@coveralls
Copy link

Pull Request Test Coverage Report for Build 5714

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage remained the same at 65.78%

Files with Coverage Reduction New Missed Lines %
cvat/apps/engine/media_extractors.py 2 77.06%
Totals Coverage Status
Change from base Build 5702: 0.0%
Covered Lines: 10918
Relevant Lines: 16203

💛 - Coveralls

@nmanovic nmanovic merged commit 4f7a9ae into develop Jun 15, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/cvat/requirements/shapely-1.7.0 branch June 15, 2020 11:59
frndmg pushed a commit to signatrix/cvat that referenced this pull request Aug 5, 2020
…#1709)

Bumps [shapely](https://github.com/Toblerity/Shapely) from 1.6.4.post2 to 1.7.0.
- [Release notes](https://github.com/Toblerity/Shapely/releases)
- [Changelog](https://github.com/Toblerity/Shapely/blob/master/CHANGES.txt)
- [Commits](shapely/shapely@1.6.4.post2...1.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants