Skip to content

Version 0.0.3

Compare
Choose a tag to compare
@schlegelp schlegelp released this 09 Jul 23:24
· 55 commits to main since this release

Breaking

  • the module was renamed from fastcore to navis-fastcore to avoid potential name clashes:
    pip install navis-fastcore
    import navis_fastcore as fastcore

New

  • new functions: prune_twigs(), strahler_index(), break_segments() and classify_nodes

Improved

  • synapse_flow_centrality(): added a mode (centrifugal, centripetal or sum) parameter

Fixed

  • geodesic_matrix() now actually respects directed=True parameter