Skip to content

Version 0.5.2

Compare
Choose a tag to compare
@schlegelp schlegelp released this 25 Feb 09:25
· 1479 commits to master since this release
  • added a lower-level xform() and mirror() 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 format
    • read_h5() and write_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.