Skip to content

Version 0.3.2

Compare
Choose a tag to compare
@schlegelp schlegelp released this 16 Nov 19:52
· 1593 commits to master since this release

Lots of new stuff, improvements to existing functions and tons of bug fixes:

  • new 'color_by' and 'shade_by' parameters for plot2d and plot3d
  • make NeuronLists pickleable
  • new functions: insert_nodes and remove_nodes to insert/drop nodes from TreeNeuron without disconnecting the neuron
  • new function: resample_along_axis resamples TreeNeurons such that you get nodes exactly in provided intervals
  • total reworks of topology related functions strahler_index, segregation_index, bending_flow, flow_centrality and split_axon_dendrite
  • new topology function: arbor_segregation_index
  • fix some bugs in the VisPy viewer
  • total rework of Dotprops - now a subclass of BaseNeuron
  • added functions to read and write Dotprops from/to .nrrd files
  • new module models currently featuring a network TraversalModel