arquillian / smart-testing

We know which tests you want to run.
Apache License 2.0
25 stars 12 forks source link

build(deps): bump jgrapht-core from 1.1.0 to 1.5.0 #426

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 4 years ago

Bumps jgrapht-core from 1.1.0 to 1.5.0.

Changelog

Sourced from jgrapht-core's changelog.

HISTORY

Changes to JGraphT in each version:

  • version 1.5.1 (under development)

    • Prepared release cycle 1.5.1: removed deprecated code, updated dependencies (contributed by Joris Kinable)
  • version 1.5.0 (14-Jun-2020)

    • Prepared release cycle 1.4.1: removed deprecated code, updated dependencies, upgraded java to version 11 (contributed by Joris Kinable)
    • Bring back vertex factory in importers (contributed by Dimitrios Michail)
    • Added LabelPropagationClustering algorithm (contributed by Dimitrios Michail)
    • Make sure addVertex() fires listener event (spotted by akirschbaum, contributed by Dimitrios Michail)
    • Change queue implementation from LinkedList to ArrayDeque (spotted by shevek, contributed by Ritik Goyal)
    • Added TSPLIB95 graph and tour importer (contributed by Hannes Wellmann)
    • Fixed issue with inconsistent graph after duplicate edge addition (spotted by Greg Gibeling, contributed by Dimitrios Michail)
    • Fixed issue with failing DirectedScaleFreeGraphGenerator by fixing the tests seed (contributed by Timofey Chudakov)
    • Fixed corner case issue with BoyerMyrvoldPlanarityInspector (spotted by Malcolm Deck, contributed by Timofey Chudakov)
    • Added tree dynamic connectivity using the Euler tour data structure (contributed by Timofey Chudakov)
    • GmlExporter support for custom attributes (contributed by Dimitrios Michail)
    • Invoking addVertex() on an AsUnmodifiableGraph now throws an UnsupportedOperationException (contributed by Dimitrios Michail)
    • Added PathValidator functionality to YenKShortestPath (contributed by Semen Chudakov)
    • Optimize debugging in VF2 (contributed by Johannes M Dieterich)
    • Fix calculation of matching weight in MaximumWeightBipartiteMatching (contributed by Dimitrios Michail)
    • Add GEXF import/export (contributed by Dimitrios Michail)
    • Change cache array entries from Boolean to byte in GraphOrdering (contributed by Johannes M Dieterich)
    • Cache edge references in GraphOrdering (contributed by Johannes M Dieterich)
    • Fix to make JSON import/export symmetric (contributed by Dimitrios Michail)
    • Added support for exporting identifiers in DotExporter (contributed by Milan Szoszkiewicz)
    • Fixed cycle order in HawickJamesSimpleCycles (contributed by Dimitrios Michail)
    • Fixed unreported edge attributes in SimpleGraphMLImporter (contributed by Dimitrios Michail)
    • Optimized isFeasiblePair and finalized fields (contributed by Johannes M Dieterich)
    • Unified TSP algorithms internal implementation (contributes by Hannes Wellmann)
    • Deprecated KShortestSimplePaths due to bug reported in #892 (contributed by Semen Chudakov)
    • Clean up some docs and tests (contributed by Oliver Kopp)
    • Add .editorconfig (contributed by Oliver Kopp)
    • Change assert to mandatory enforcement in AsWeightedGraph (contributed by Dimitrios Michail)
    • Streamline constructors in VertexToIntegerMapping (contributed by Hannes Wellmann)
    • Add explicit module definitions (contributed by Dimitrios Michail)
    • Enforce warnings (contributed by John Sichi after nudge from Oliver Kopp)
    • Prevent tabs in XML files (contributed by John Sichi)
  • version 1.4.0 (21-Feb-2020):

    • Prepared release cycle 1.3.2: removed deprecated code, updated dependencies, etc (contributed by Joris Kinable)
    • Format code in parallel (contributed by Joris Kinable)
    • Fix edge reuse bug in KDisjointShortestPaths implementations (contributed by Benjamin Krogh)
    • Updated Yen's algorithm to operate on pseudo graphs correctly (contributed by Semen Chudakov)
    • Updated Guava to version 28.0 (contributed by John Sichi)
    • Fixed bug in BiconnectivityInspector which would occasionally return an incorrect set of biconnected components (contributed by Reynaldo Gil Pons)
    • Allow edge selection to be overridden in CrossComponentIterator (contributed by Sean Hudson)
      • Reuse traversal listener implementation in tests (contributed by Timofey Chudakov)
... (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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #461.