New version: NamedGraphs v0.11.3#155486
Conversation
UUID: 678767b0-92e7-4007-89e4-4527a8725b19 Repo: https://github.com/ITensor/NamedGraphs.jl.git Tree: 024e39d2e5f45ac12f96eeeb274e62bcc4ba2941 Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
…ne `similar_graph` interface. (#169) This PR does the following: 1. removes the `similar_graph` methods that took edges as an argument (these were removed in DataGraphs.jl , but not in NamedGraphs.jl yet.), 2. adds the `subgraph_edges` function. 3. adds the `forest_cover_edge_sequence` function, that is currently sitting out-of-place in ITensorNetworksNext.jl, into NamedGraphs.GraphsExtensions.
|
Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human. 1. AutoMerge Guidelines are all met! ✅Your new version registration met all of the guidelines for auto-merging and is scheduled to be merged in the next round (~20 minutes). 2. To pause or stop registrationIf you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text Tip: You can edit blocking comments to add |
Graphs.jlto graphs with named vertices.