Migrate to the NamedGraphs v0.14 interface - #385
Merged
Merged
Conversation
NamedGraphs v0.14 removed the submodules and the position-graph interface this package imported. The 0.21 line gets the migration too, so dependents can move to NamedGraphs v0.14 without also taking on the API removals accumulated in 0.22.
The NamedGraphs v0.14 interface changes propagate to callers, so this is a breaking release rather than a patch on the 0.21 line.
Both required a `Vector`, so neither accepted `edges(tn)` once NamedGraphs
v0.14 made it a lazy iterator. Since `edgetype(tn)(edge)` converts a `Pair`
and round-trips an edge, one untyped method covers what the separate
`Vector{<:AbstractEdge}` and `Vector{<:Pair}` methods of `gauge_walk` did.
The workspace shares one manifest, so `examples/Project.toml` left at the old bound intersects to nothing against the bumped `test` and `docs` bounds.
Records that 0.22.0 requires NamedGraphs v0.14, whose breaking changes reach the network types here through `AbstractNamedGraph`, and points at the NamedGraphs changelog for what those are.
mtfishman
marked this pull request as ready for review
September 9, 2026 02:31
mtfishman
enabled auto-merge (squash)
September 9, 2026 02:31
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.
Summary
NamedGraphs v0.14 removed the submodules and position-graph interface this package imported. Releasing as 0.22.0 from
release-0.22lets dependents adopt NamedGraphs v0.14 without the API removals batched for 0.23.