scripts for dendritic data analysis and faster merging
New feature include:
- Implementation of the graph NMF method for analysis of dendritic data.
- A new notebook demo (dendritic_demo.ipynb) for dendritic data analysis.
- Faster merge iteration
- Option for merging in parallel, controlled from params.merging['parallel_merge'].
- Return correct residual during merging
- Ability for volumetric graph/sparse NMF
- Further robustness against NaNs
- Fixed some bugs for reading .sbx files #587
- More type annotations