- A simple pre commit hook added to remove a few trailing whitespace, add new lines, etc.
♻ Changed
- Add's `_get_target_indices` and `_build_tree` to the init file for a shorter import path if cache needs to be cleared or
assessed. essentially allows:
New import:
python
from neurocaps._utils import _build_tree, _get_target_indices
Previous import:
python
from neurocaps._utils.analysis.cap2statmap import _build_tree, _get_target_indices
📖 Documentation
- Very minor doc fix.