Skip to content

Version 0.2.1 -- Curv write support, mesh tools, Display

Compare
Choose a tag to compare
@dfsp-spirit dfsp-spirit released this 09 Jul 16:01
· 75 commits to main since this release

Version 0.2.1

  • Support writing per-vertex data to files in FreeSurfer 'curv' format: neuroformats::write_curv.
  • Add methods to compute mesh center and extends for struct neuroformats::BrainMesh.
  • Update dependency versions: ndarray 0.14 (up from 0.12.1) and adapt code: replace calls to now deprecated methods.
  • New dependency: ndarray-stats 0.4.0.
  • Implement Display trait for structs FsLabel and FsCurv.