amsa-code / risky

Tools for analyzing timestamped position data particularly vessel position reports from AIS.
Apache License 2.0
13 stars 9 forks source link

Bump rtree from 0.9 to 0.10 #91

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rtree from 0.9 to 0.10.

Release notes

Sourced from rtree's releases.

0.10

Bug fix

  • use double arithmetic in SplitterRStar lowestMarginSum, initialize with Double.POSITIVE_INFINITY, ensures pairs is non-null at exit of SplitterRStar.split

Enhancements

  • Bump maven-bundle-plugin from 5.1.4 to 5.1.5
  • Bump mockito-core from 4.5.0 to 4.5.1
  • Bump maven-antrun-plugin from 3.0.0 to 3.1.0
  • Bump maven-site-plugin from 3.11.0 to 3.12.0
  • Bump maven-javadoc-plugin from 3.3.2 to 3.4.0
  • Bump mockito-core from 4.4.0 to 4.5.0
  • automerge passing dependabot PRs (ci.yml)
  • Update flatbuffers-java instructions in README
  • Bump jacoco-maven-plugin from 0.8.7 to 0.8.8
  • Bump jmh.version from 1.34 to 1.35
  • Bump maven-jxr-plugin from 3.1.1 to 3.2.0
  • Bump maven-dependency-plugin from 3.2.0 to 3.3.0
  • Bump maven-compiler-plugin from 3.10.0 to 3.10.1
  • Bump mockito-core from 4.3.1 to 4.4.0
  • Bump maven-site-plugin from 3.9.1 to 3.11.0
  • Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2
  • Bump maven-bundle-plugin from 5.1.1 to 5.1.4
  • Update flatbuffers-java instructions in README by @​a10y in davidmoten/rtree#131

New Contributors

Full Changelog: https://github.com/davidmoten/rtree/compare/0.9...0.10

Commits
  • 8f21ff8 [maven-release-plugin] prepare release 0.10
  • 0e3939d use double arithmetic in SplitterRStar lowestMarginSum, initialize with Doubl...
  • 7cf78aa Bump maven-bundle-plugin from 5.1.4 to 5.1.5
  • 91e8aa7 Bump mockito-core from 4.5.0 to 4.5.1
  • d72f0bc Bump maven-antrun-plugin from 3.0.0 to 3.1.0
  • a9d34cc Bump maven-site-plugin from 3.11.0 to 3.12.0
  • 571310d Bump maven-javadoc-plugin from 3.3.2 to 3.4.0
  • 3922792 Bump mockito-core from 4.4.0 to 4.5.0
  • f2895ff use combined ci-automerge.yml
  • 45bdb56 add automerge.yml
  • 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #91 (afc97ab) into master (117c125) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master      #91   +/-   ##
=========================================
  Coverage     46.73%   46.73%           
  Complexity      952      952           
=========================================
  Files           155      155           
  Lines          6841     6841           
  Branches        629      629           
=========================================
  Hits           3197     3197           
  Misses         3432     3432           
  Partials        212      212           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 117c125...afc97ab. Read the comment docs.