• v2.2.0 4ffd69e9c4

    Silmathoron released this 2020-11-18 17:54:21 +00:00 | 68 commits to main since this release

    This new release of NNGT brings about a set of new plotting functions and better functionalities for non-neuronal structured graphs through the Structure and Group classes and the get_structure_graph function.

    New features:

    • Addition of hive plots (#108)
    • Add chord diagrams from mpl_chord_diagram (#107)
    • Add Structure/Group classes for non-neuronal ensembles and structure graph to analyze connections between groups (#105 & #107)
    • (Neural)Groups get an add_nodes method (#110)

    Enhancements:

    • Speedup get_edges (#132)
    • Added edge and node deletion methods (#129)
    • Improved plots and created documentation gallery (#109)

    Bugfixes:

    • correct "eid" attribute issue when copying graphs (#134)
    • correct global clustering for unweighted directed networks (#131)
    • fix io string issue for node/edge attributes and node/edge deletion (#103 & #130)
    • fix returned degrees and clustering for a subset of nodes (#126)
    • proper copy of returned attributes with graph-tool (#125)
    • correct save_spikes (#122)
    • fix delays setting (#121)
    • correct graph loading with 0-out-degree neighbour lines (#118)
    • fix undirected clustering for weighted directed networks (#112)
    • fix loading with from_matrix (#112)
    • get_edges with source/target node for undirected graphs (#102)
    Downloads