Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2025

Bumps networkx from 3.5 to 3.6.

Release notes

Sourced from networkx's releases.

NetworkX 3.6

networkx 3.6

We're happy to announce the release of networkx 3.6!

New Features

  • ENH: add normalize option for subgraph_centrality and its _exp version (#8340).

API Changes

  • Replace random_lobster with random_lobster_graph (#8067).
  • Replace maybe_regular_expander with maybe_regular_expander_graph (#8050).
  • Rm networkx.algorithms.threshold.swap_d (#8213).
  • Expire deprecation of compute_v_structures (#8281).
  • Rm unused dissuade_hubs kwarg from forceatlas2 (#8293).
  • Expire deprecation of link kwarg in node_link fns (#8282).
  • DEP: Deprecate metric_closure (#8304).

Enhancements

  • Improve error message for removed random_tree function (#8105).
  • Update approx current_flow betweenness to use k directly (#8007).
  • Proposal: update semantics for nonisomorphic trees with order 0 or 1 (#8083).
  • SCC benchmarks and use of G._adj in Tarjan algorithm (#8064).
  • Performance improvement and tests for edges_equal (#8077).
  • optimise is_reachable() (#8112).
  • Optimise harmonic centrality (#8158).
  • feat(drawing): add missing connection styles in draw_networkx_edge_labels and display (#8108).
  • Optimizing Dijkstra's paths to target (~50x faster for graphs with multiple-hops shortest path) (#8023).
  • Add all_triangles generator yielding all unique triangles in a graph (#8135).
  • refactor: simplify k_factor (#8139).
  • feat: add directed star graph (#8151).
  • Faster intersection_array computation for checking distance-regularity (#7181).
  • enh: short-circuit in is_regular for directed graphs (#8138).
  • Avoid re-exploring nodes in Kosaraju's SCC algorithm (#8056).
  • trust rank implementation and testing (#8165).
  • Add hyper_wiener_index function (#8184).
  • Bidirectional dijkstra optimization: from 1.1x to 25x faster (#8206).
  • Implement the algorithm to find the centroid(s) of a tree (#8089).
  • Set length threshold in FR and use np.clip (#8145).
  • Add panther++ (#4400).
  • maint: use nx.circulant_graph to generate Harary graphs (#8189).
  • ENH: add directed kwarg to edges_equal (#8192).
  • Optimizing Dijkstra's path construction for all targets case (#8218).
  • ENH: adds ISMAGS support for directed and multigraph with tests and refactor (#8274).
  • Dispatch classes such as nx.Graph(backend=...) (#7760).
  • ENH: Add is_perfect_graph using SPGT (follow-up to #8111) (#8318).
  • Add benchmark suite for shortest path algorithms on weighted graphs (#8059).
  • Adding Generalized Petersen Graph (#8147).

... (truncated)

Commits
  • bb9a6de Designate 3.6 release
  • 4369736 Fix sphinx warnings 3.6rc (#8352)
  • 6dbed05 FEAT: Add a describe method for some basic info about graphs (#8338)
  • 5fa842b Pin last value to 1.0 in cumulative_distribution to address floating-point ...
  • d302ea1 Adding @​amcandio as contributor (#8345)
  • 1c64369 DOC: Add warning about special GEXF reserved keywords. (#8343)
  • f26e6bf ENH: add normalize option for subgraph_centrality and its _exp version (#...
  • 79e113b Adding Generalized Petersen Graph (#8147)
  • 8b1c5a1 Bump actions/upload-artifact from 4 to 5 in the actions group (#8335)
  • e79901a Fix formatting for release docs. (#8336)
  • 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 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 the FlowMachine Issues related to FlowMachine label Nov 26, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 26, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@cypress
Copy link

cypress bot commented Nov 26, 2025

FlowAuth    Run #25544

Run Properties:  status check passed Passed #25544  •  git commit e4ca67cf8c: Bump networkx from 3.5 to 3.6 in /flowmachine
Project FlowAuth
Branch Review dependabot-pip-flowmachine-networkx-3.6
Run status status check passed Passed #25544
Run duration 00m 51s
Commit git commit e4ca67cf8c: Bump networkx from 3.5 to 3.6 in /flowmachine
Committer dependabot[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 4
View all changes introduced in this branch ↗︎

@dependabot dependabot bot force-pushed the dependabot-pip-flowmachine-networkx-3.6 branch from 941fff6 to 0dbb610 Compare November 26, 2025 04:38
Bumps [networkx](https://github.com/networkx/networkx) from 3.5 to 3.6.
- [Release notes](https://github.com/networkx/networkx/releases)
- [Commits](networkx/networkx@networkx-3.5...networkx-3.6)

---
updated-dependencies:
- dependency-name: networkx
  dependency-version: '3.6'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-pip-flowmachine-networkx-3.6 branch from 0dbb610 to e4ca67c Compare November 26, 2025 05:01
@codecov
Copy link

codecov bot commented Nov 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.77%. Comparing base (0a7cbe4) to head (e4ca67c).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7185      +/-   ##
==========================================
- Coverage   92.09%   91.77%   -0.32%     
==========================================
  Files         277      277              
  Lines       10778    10778              
  Branches      697      697              
==========================================
- Hits         9926     9892      -34     
- Misses        700      736      +36     
+ Partials      152      150       -2     

☔ View full report in Codecov by Sentry.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mergify mergify bot merged commit 8a17a00 into master Nov 26, 2025
38 of 39 checks passed
@mergify mergify bot deleted the dependabot-pip-flowmachine-networkx-3.6 branch November 26, 2025 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

FlowMachine Issues related to FlowMachine

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant