Releases: BlueBrain/NeuroM
Releases · BlueBrain/NeuroM
Release v1.4.0
- Big changes to developer plotting API
- Less strict checking of 3 point somas from NeuroMorpho
Release v1.3.0
- Updated SWC handling of soma to be cylinder methods, this may impact area/volume calculation of soma when loaded from SWC
- Developer API neurom.view.view calls generally don't take a figure any more
- added segment_volumes feature
- Introduced NeuronLoader class, as a developer API
- Added partition asymmetry function
Mini-release so that proper version gets uploaded to PyPi
v1.2.1 bump version correctly (#584)
v1.2.0
Big changes:
- Removal of point_neurite code
- Python 3 support
Small chages:
- morph_stats and morph_check both read configs and test their validity, and fail early
- iter_segments will iterate over Section()
- morph_stats aware of features over X/Y/Z
- Added ASV benchmarking code
- BlockNeuronBuilder for easier DataWrapper block creation
- Better neurolucida handling (still not a production reader, though)
Version 1.1.1
This patch release has small updates to simplified installation instructions.
Version 1.1.0
- convex hull & neurite volume density calculation
- CSV output option for morph_stats
- simplified installation
- updates to documentation
- promote iter_sections to neurom (public API)