deps: bump leidenalg from 0.11.0 to 0.12.0 - #119
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [leidenalg](https://github.com/vtraag/leidenalg) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/vtraag/leidenalg/releases) - [Changelog](https://github.com/vtraag/leidenalg/blob/main/CHANGELOG) - [Commits](vtraag/leidenalg@0.11.0...0.12.0) --- updated-dependencies: - dependency-name: leidenalg dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
roam-code AnalysisMode: incremental ( Health Score: 80/100 health: Healthy codebase (80/100) — 52 critical issues, focus: god_components Health Metrics
PR Risk
Quality Gate: PASSEDGate expression: SARIF Upload
Full analysis outputhealth{
"_meta": {
"cache_ttl_s": 300,
"cacheable": true,
"index_age_s": 3,
"index_status": {
"dirty_files": 0,
"fresh": false,
"head_commit": "d50afa14076f",
"hint": "index latest commit 5f7b131396bf != HEAD d50afa14076f — git-derived metrics (commits, churn, co-change, weather) may be stale. Run `roam index --force`.",
"indexed_commit": "5f7b131396bf"
},
"latency_ms": null,
"response_tokens": 6215,
"roam_version": "14.1.0",
"timestamp": "2026-09-08T00:08:54Z"
},
"actionable_count": 13,
"actionable_cycles": 0,
"agent_contract": {
"confidence": null,
"facts": [
"Healthy codebase (80/100) — 52 critical issues, focus: god_components",
"health score 80",
"tangle ratio 0.5",
"0.0327 propagation cost findings",
"issue count 65"
],
"next_commands": [
"roam debt",
"roam trends --days 30"
],
"risks": []
},
"algebraic_connectivity": null,
"algebraic_connectivity_available": false,
"bottleneck_thresholds": {
"list_limit": 15,
"p70": 34196.1,
"p90": 146021.5,
"population": 3334,
"utility_multiplier": 1.5
},
"category_severity": {
"bottlenecks": {
"critical": 15,
"info": 0,
"warning": 0
},
"cycles": {
"critical": 0,
"info": 0,
"warning": 0
},
"god_components": {
"critical": 37,
"info": 5,
"warning": 8
},
"layer_violations": {
"critical": 0,
"info": 0,
"warning": 0
}
},
"command": "health",
"cycles_actionable": 0,
"cycles_total": 52,
"framework_filtered": 0,
"god_component_thresholds": {
"list_limit": 50,
"min_degree": 20,
"population": 410
},
"health_score": 80,
"ignored_cycles": 52,
"imported_coverable_lines": 0,
"imported_coverage_files": 0,
"imported_coverage_pct": null,
"imported_covered_lines": 0,
"index_status": {
"dirty_files": 0,
"fresh": false,
"head_commit": "d50afa14076f",
"hint": "index latest commit 5f7b131396bf != HEAD d50afa14076f — git-derived metrics (commits, churn, co-change, weather) may be stale. Run `roam index --force`.",
"indexed_commit": "5f7b131396bf"
},
"issue_count": 65,
"list_counts": {
"bottlenecks": 15,
"cycle_break_suggestions": 0,
"cycles": 52,
"god_components": 50,
"layer_violations": 0,
"next_steps": 2,
"score_breakdown": 5
},
"project": "roam-code",
"propagation_cost": 0.0327,
"schema": "roam-envelope-v1",
"schema_version": "1.2.0",
"severity": {
"critical": 52,
"info": 57,
"warning": 8
},
"summary": {
"actionable_cycles": 0,
"algebraic_connectivity": null,
"algebraic_connectivity_available": false,
"category_severity": {
"bottlenecks": {
"critical": 15,
"info": 0,
"warning": 0
},
"cycles": {
"critical": 0,
"info": 0,
"warning": 0
},
"god_components": {
"critical": 37,
"info": 5,
"warning": 8
},
"layer_violations": {
"critical": 0,
"info": 0,
"warning": 0
}
},
"cycles_actionable": 0,
"cycles_definition": "Cycle counts derived from `roam.graph.cycles.find_cycles(G, min_size=2)` on the symbol graph. `cycles_total` = all SCCs of size >= 2; `cycles_actionable` = SCCs spanning >=2 files AND no test files (same-file and test-only cycles are informational). Run `roam health` for the per-cycle breakdown.",
"cycles_total": 52,
"detail_available": true,
"god_components": 50,
"god_components_definition": "God components: symbols where `(in_degree + out_degree) > 20` from the `graph_metrics` table, with utility-aware severity bands (standard >50=CRITICAL >30=WARNING; utility >150=CRITICAL >90=WARNING). Run `roam health` for the per-symbol breakdown. Legacy aliases: `god_objects` (fingerprint), `god_classes` (rules).",
"health_score": 80,
"health_score_definition": "weighted geometric mean (0-100) of 5 sigmoid health factors: tangle_ratio, god_components, bottlenecks, layer_violations, file_health (+coverage if available); computed by roam.quality.health_score.compute_health_score, shared verbatim with the `snapshots` writer so `roam health --baseline` compares like with like.",
"ignored_cycles": 52,
"imported_coverage_files": 0,
"imported_coverage_pct": null,
"issue_count": 65,
"partial_success": true,
"preserved_list_truncations": {},
"propagation_cost": 0.0327,
"severity": {
"critical": 52,
"info": 57,
"warning": 8
},
"tangle_ratio": 0.5,
"tangle_ratio_definition": "percent of symbols inside non-trivial SCCs (size >= 2), counting ALL such SCCs, not just actionable ones; higher = more cyclic coupling. `roam fingerprint` reports the identical measurement as a fraction (percent / 100).",
"total_cycles": 52,
"truncated": true,
"truncation_reason": "detail_mode",
"verdict": "Healthy codebase (80/100) — 52 critical issues, focus: god_components",
"warnings_out": [
"health_algebraic_connectivity_warning:RuntimeWarning:algebraic_connectivity compute failed (ModuleNotFoundError): No module named 'numpy'; returning 0.0 sentinel — value is NOT a legitimate disconnected-graph reading",
"health_god_components_list_capped:showing_top_50_of_410",
"health_bottlenecks_list_capped:showing_top_15_of_3334"
]
},
"tangle_ratio": 0.5,
"total_cycles": 52,
"utility_count": 37,
"version": "14.1.0",
"warnings_out": [
"health_algebraic_connectivity_warning:RuntimeWarning:algebraic_connectivity compute failed (ModuleNotFoundError): No module named 'numpy'; returning 0.0 sentinel — value is NOT a legitimate disconnected-graph reading",
"health_god_components_list_capped:showing_top_50_of_410",
"health_bottlenecks_list_capped:showing_top_15_of_3334"
]
}pr-risk{
"_meta": {
"cache_ttl_s": 60,
"cacheable": true,
"index_age_s": 3,
"index_status": {
"dirty_files": 0,
"fresh": false,
"head_commit": "d50afa14076f",
"hint": "index latest commit 5f7b131396bf != HEAD d50afa14076f — git-derived metrics (commits, churn, co-change, weather) may be stale. Run `roam index --force`.",
"indexed_commit": "5f7b131396bf"
},
"latency_ms": null,
"response_tokens": 231,
"roam_version": "14.1.0",
"timestamp": "2026-09-08T00:08:54Z"
},
"agent_contract": {
"confidence": null,
"facts": [
"index-stale",
"risk score 0",
"1 risk rank findings"
],
"next_commands": [],
"risks": []
},
"command": "pr-risk",
"message": "Changed files not found in index. Run `roam index` first.",
"project": "roam-code",
"schema": "roam-envelope-v1",
"schema_version": "1.2.0",
"summary": {
"hint": "Changed files not in index — run `roam index`.",
"partial_success": false,
"risk_level": "low",
"risk_level_canonical": "low",
"risk_rank": 1,
"risk_score": 0,
"verdict": "index-stale"
},
"version": "14.1.0"
}roam-code analysis | Commands: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps leidenalg from 0.11.0 to 0.12.0.
Release notes
Sourced from leidenalg's releases.
Changelog
Sourced from leidenalg's changelog.
Commits
368a99eMerge pull request #230 from vtraag/feature/comm_size9136b08Update to libleidenalg 0.13.0c08884aMerge pull request #229 from vtraag/fix/2230920b72Merge pull request #226 from vtraag/dependabot/github_actions/docker/setup-qe...5a1f4c3Merge pull request #225 from vtraag/dependabot/github_actions/actions/upload-...1ffcd34Merge pull request #224 from vtraag/dependabot/github_actions/actions/downloa...096cd91fix: allow 64-bit rng seed576b482Merge pull request #228 from vtraag/dependabot/github_actions/pypa/cibuildwhe...4725c00Adjust testse10b500Improve documentation of functions.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)