JuliaGraphs / JuliaGraphs/MultilayerGraphs.jl
Systematize the sub-ecosytem feature
@ClaudMor is already working on this.
Since Jan 26, 2023.
- Dominant language
- Julia
- Stars
- 133
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
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 it.
Anyway, it is not yet clear which methods should be implemented by the developer who wishes to extend the sub-ecosystem. Moreover, the current code has been written with the intent to repeat itself as rarely as possible, which may get in the way of such an effort.
We should then:
- Agree on a set of APIs the external contributor should implement, and allow this to happen by restructuring the code;
- Systematize the matter in a dedicated section of the documentation (maybe along with the developer guide?).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.