MultilayerGraphs.jl icon indicating copy to clipboard operation
MultilayerGraphs.jl copied to clipboard

A Julia package for the creation, manipulation and analysis of the structure, dynamics and functions of multilayer graphs.

Results 33 MultilayerGraphs.jl issues
Sort by recently updated
recently updated
newest added

This pull request changes the compat entry for the `OMEinsum` package from `0.7` to `0.7, 0.8`. This keeps the compat entries for earlier versions. Note: I have not tested your...

This pull request sets the compat entry for the `Statistics` package to `1`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this...

This pull request changes the compat entry for the `TensorOperations` package from `3.2` to `3.2, 4`. This keeps the compat entries for earlier versions. Note: I have not tested your...

**Describe the bug** Hello, I am trying to use the MultilayerGraphs package for network analysis. I just copIed the example code and tried to know more about the functions. Then...

See [De Domenico et al. (2015)](https://doi.org/10.1103/PhysRevX.5.011027).

enhancement
particular algorithm

Related Graphs.jl PR: https://github.com/JuliaGraphs/Graphs.jl/pull/202.

enhancement

Related Graph.jl PR: https://github.com/JuliaGraphs/Graphs.jl/pull/186.

enhancement

Right now, MultilayerGraphs.jl should allow the implementation of custom multilayer graph types, making it a sub-ecosystem of Graphs.jl, specialized in multilayer graphs. The way `NodeAlignedEdgeColored(Di)Graph` has been implemented should prove...

enhancement