Releases: BlueBrain/NeuroM
morph_stat can now extract all features with the '-f' flag (#817)
v1.4.20 Bump version to v1.4.20
All checks should return list of points (#807)
v1.4.19 Bump version number (#813)
features are now part of the `neurom.features` sub-package
Moving features in features folder (#795) * Moving features in features folder - All features are moved to features/ - The sub-packages loose their underscore Everything is still callable through the old fst/ path
Plotly drawer also accepts neurites
segment_areas and segment_path_lengths features
Release v1.4.15
Fix wrong import in plotly tutorial: #765 (#767)
Fix strahler.swc (#769)
Add PyPi classifiers in setup.py (#764)
Fix enum34 incompatibility with Python 3.6 (#771)
adding a banner to NeuroM readme (#774)
adding license badge (#775)
Refactor dendrogram (#780)
Add soma_volumes
feature per soma type (#778)
Release v1.4.14
Add has_no_root_node_jumps check (#760)
Fix broken IDs in reversed_NRN_neurite_order.swc (#759)
Fix test file with wrong section types (#758)
Do not depends on add_child in tests (#756)
Bump scipy dependency (#757)
readthedocs: use site packages, when possible (#754)
wheel is required in pyproject.toml (#753)
readthedocs: add enum to install (#752)
reduce pyproject.toml deps (#751)
readthedocs: use python 2 (#750)
readthedocs: make sure the package gets installed (#749)
pin sphinx so it creates docs (#748)
Unpin plotly (#745)
Fix soma position on 2d plot (#744)
Update documentation (#737)
Skip spines (#738)
reduce error messages like: 'No handlers could be found for logger' (#734)
Fix ASC first point and dendrogram with neurites
- Last soma point is no longer first neurite point in ASC
- Dendrogram now works when called with a neurite
Remove Numpy version upper bound
And switch and linting is now done with Python 3.6 in Travis
morph_stats and morph_checks print their default config url
When morph_stats and morph_checks are called without specifying a config,
the default one which is hard-coded is used. This commit puts the default
config in a yaml file and the url is displayed when used.
Benefits:
- People can see what's in the default config
- It can serve as an example when you have no idea how morph_check/stat work.