This repository was archived by the owner on Feb 26, 2025. It is now read-only.
Add Edges interface
- Add a
Edgesinterface to query edges regardless of the population names (#112) - Add a
CircuitEdgeIdsobject to contain the edge circuit ids (#112) - Add a
idsfunction to theEdgePopulationclass to keep the Edge/Node class homogeneous (#112, #115) - Add a
getfunction to replace thepropertiesfunction to theEdgePopulationclass to keep theEdge/Nodeclass homogeneous (#113) - Add a
network.pymodule with aNetworkObjectabstract class to factorize theNodesandEdgesclasses (#113, #114) - Deprecation of the
propertiesfunction from theEdgePopulation(#113) - Add a
_doctool.pymodule with aDocSubstitutionMetaclass to update inherited class docstrings (#113)