MetaGraphs.jl
MetaGraphs.jl copied to clipboard
I never metagraph I didn't like.
Resolves an issue where properties that point from the last node to the last node don't get updated with the new vertex number, referenced in #87 The current version of...
If I have 2 indexing properties, I cannot set their values when creating a vertex using a `Dict`. However, I can set their values separately. Why is this not allowed?...
Similar to #59 I was just bitten by the fact that you could construct a `MetaGraph` from a `LightGraphs.SimpleDiGraph`, dropping the directedness. I was wondering whether this kind of implicit...
With the current version of it is not possible to remove multiple vertices in one go, like it is possible with the `rem_vertices!()` function of `LightGraphs.jl`. I have a, probably...
Hi, this is somewhat of a cross-post from MetaGraphsNext.jl, so please let me know if I'm being redundant / annoying. I had this idea a couple days ago that I...
But the docs for `set_prop!` state that it should return a `Bool`, as it does if a non-indexing property is set.
Hi, I just discovered some unexpected behaviour when converting a MetaDiGraph to MetaGraph. In my MetaDiGraph I have one edge that is directed from a high number to a lower...
Need `squash()` for `MetaGraph` and `MetaDiGraph`
What breaking changes need to be made before we can release MetaGraphs version 1.0.0?
MetaGraphs accepts rem_vertex! but not rem_vertices!. This would be a nice feature to remove a batch of vertices.