Version 1.0.0
This new version comes packed with goodies (including breaking changes)! Here are the highlights:
- new neuron type
VoxelNeuron
for image-type neurons - conversion between neuron types (e.g. meshing
VoxelNeurons
or skeletonisingMeshNeurons
) - new plotting function
plot_flat
for dendrogram style figures - function names now better reflect what neuron type they work on (e.g.
reroot_neuron
is now calledreroot_skeleton
)
Check out the changelog for a full list.