navis-org / navis

Python library for analysis of neuroanatomical data.
https://navis-org.github.io/navis/
GNU General Public License v3.0
83 stars 33 forks source link

Various improvements #166

Closed schlegelp closed 1 month ago

schlegelp commented 1 month ago

Initially, the purpose of this PR is to improve NAVis' handling of image data. However, over time it has morphed into a collection of more-or-less related improvements:

TODOs

Important

This PR switches a number of ImportErrors to ModuleNotFoundErrors. For pykdtree on OSX that may mean that it fails to import if the wheel was compiled with OMP support but libomp is not installed. We for now pinned the pykdtree version.