Version 0.5.2
- added a lower-level
xform()
andmirror()
function that requires transform(s)/mirror axis size as input - new NBLAST variant
NBLAST_smart()
- new io functions:
write_google_binary()
to write skeletons to Google's binary formatread_h5()
andwrite_h5()
implement storing neurons in HDF5 files
- new function
merge_duplicate_nodes()
to de-duplicate nodes in skeletons - new transform function:
symmetrize_brain()
downsample_neuron()
now works on dotprops- connectors are now included in a neuron's bounding box
- NeuronList division & multiplication now has a progress bar
- improve how HDF5 transforms deal with points outside the deformation field
- many small and big bug fixes
Check out the API docs to learn more about the new functions.