Version 0.0.3
Breaking
- the module was renamed from
fastcore
tonavis-fastcore
to avoid potential name clashes:pip install navis-fastcore
import navis_fastcore as fastcore
New
- new functions:
prune_twigs()
,strahler_index()
,break_segments()
andclassify_nodes
Improved
synapse_flow_centrality()
: added amode
(centrifugal, centripetal or sum) parameter
Fixed
geodesic_matrix()
now actually respectsdirected=True
parameter