Skip to content

Update Graphs requirement to 1.14.0#85

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/Graphs-1.14.0
Open

Update Graphs requirement to 1.14.0#85
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/Graphs-1.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on Graphs to permit the latest version.

Release notes

Sourced from Graphs's releases.

v1.14.0

Graphs v1.14.0

Diff since v1.13.4

Merged pull requests:

Closed issues:

  • CI needs updating to properly test ARM/Intel macOS. (#496)
Changelog

Sourced from Graphs's changelog.

v1.14.0 - 2026-02-26

  • (breaking) neighbors, inneighbors, and outneighbors now return an immutable FrozenVector instead of Vector
  • Louvain community detection algorithm
  • Graph views: ReverseView and UndirectedView for directed graphs
  • New graph products: strong_product, disjunctive_product, lexicographic_product, homomorphic_product
  • maximum_clique, clique_number, maximal_independent_sets, maximum_independent_set, independence_number
  • regular_tree generator
  • kruskal_mst now accepts weight vectors
  • is_planar planarity test and planar_maximally_filtered_graph (PMFG) algorithm
  • count_connected_components for efficiently counting connected components without materializing them
  • connected_components! is now exported and accepts an optional search_queue argument to reduce allocations
  • is_connected optimized to avoid allocating component vectors

v1.13.0 - 2025-06-05

  • (breaking) Julia v1.10 (LTS) minimum version requirement
  • Non-allocating enumerate_paths!

v1.12.0 - 2024-09-29

  • New options for BFSIterator

v1.11.0 - 2024-05-05

  • DFS and BFS iterators
  • Dorogovtsev-Mendes graph generator optimization

v1.10.0 - 2024-04-05

  • Longest path algorithm for DAGs
  • All simple paths algorithm

v1.9.0 - 2023-09-28

  • Rewrite of edit_distance with edge costs
  • Eulerian cycles/trails for undirected graphs
  • mincut implementation
  • strongly_connected_components_tarjan

v1.8.0 - 2023-02-10

  • newman_watts_strogatz graph generator
  • Prufer coding for trees
  • isdigraphical

v1.7.0 - 2022-06-19

  • Hierarchical documentation structure

v1.6.0 - 2022-02-09

  • (breaking) Requires Julia >= v1.6
  • (breaking) Base.zero no longer mandatory for AbstractGraph
  • Simplified AbstractGraph interface

v1.5.0 - 2022-01-09

  • (breaking) merge_vertices now only works on subtypes of AbstractSimpleGraph
  • rich_club function

... (truncated)

Commits
  • e86eac3 version bump for 1.14.0 (#501)
  • 917d31f Documentation page for packages that extend Graphs.jl (#500)
  • 78818a0 Add FrozenVector to wrap neighbors (#317)
  • 2bc509d Add planarity test and PMFG (#208)
  • 89dabeb Count number of connected components more efficiently than `length(connected_...
  • 64eb48b Correction to CI worker settings for macos (#499)
  • b593c8e Fix doctests that depend on Set/Dict iteration order (#493)
  • ef39334 Add CHANGELOG.md and changelog enforcer workflow (#494)
  • 98942df Add regular tree generator (#197)
  • 82fee84 Update CI workflows: replace benchmark with AirspeedVelocity, fix downgrade (...
  • Additional commits viewable in compare view

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 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Jul 20, 2026
Updates the requirements on [Graphs](https://github.com/JuliaGraphs/Graphs.jl) to permit the latest version.
- [Release notes](https://github.com/JuliaGraphs/Graphs.jl/releases)
- [Changelog](https://github.com/JuliaGraphs/Graphs.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaGraphs/Graphs.jl@v1.9.0...v1.14.0)

---
updated-dependencies:
- dependency-name: Graphs
  dependency-version: 1.14.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@Krastanov
Krastanov force-pushed the dependabot/julia/Graphs-1.14.0 branch from 17dfbb4 to e64b0d8 Compare July 21, 2026 18:29
@codecov

codecov Bot commented Jul 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.15%. Comparing base (bef39e4) to head (e64b0d8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #85      +/-   ##
==========================================
- Coverage   95.52%   95.15%   -0.38%     
==========================================
  Files           8        8              
  Lines         760      763       +3     
==========================================
  Hits          726      726              
- Misses         34       37       +3     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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 julia Pull requests that update julia code Skip-Changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant