v3.2.0
·
48 commits
to master
since this release
What's Changed
- Deprecate python3.6 by @eleftherioszisis in #976
- Add trunk_angles_inter_types feature and make trunk_angles more generic by @adrien-berchet in #965
- Remove dynamic test creation of _make_monotonic and _make_flat by @mgeplf in #980
- Use soma center in sholl_frequency distance calculation by @eleftherioszisis in #989
- Fix the trunk_origin_radii feature by @adrien-berchet in #986
- Fix
sholl_frequency
if neurite_type is not available by @eleftherioszisis in #990 - Make output file in
morph_check
mandatory by @eleftherioszisis in #992 - Fix doc of neurom.core.morphology.Neurite.iter_sections method by @adrien-berchet in #994
- Add volume density at the morphology level by @eleftherioszisis in #996
- Remove duplicate points in principal_direction_extents by @eleftherioszisis in #999
- Fix partition_asymmetry Uylings to not throw for bifurcations with leaves by @eleftherioszisis in #1001
- Make deprecation warnings respect pre-existing warnings configuration by @eleftherioszisis in #1002
- Standardize flatten iterator recipe by @eleftherioszisis in #1003
- Generalize partition asymmetry by @eleftherioszisis in #1006
- Fix principal direction extent calculation by @eleftherioszisis in #1008
- Implement new shape related features (placeholder features) by @eleftherioszisis in #1013
- Update
neurom.features.get
docstring with available builtin features by @eleftherioszisis in #1016 - Sort principal direction extents in descending order by @eleftherioszisis in #1017
- Return nan if no points found in shape features by @eleftherioszisis in #1018
- Fix: kwargs are unnecessarily updated in extract_stats by @adrien-berchet in #1020
- Allow using lists of kwargs in morph_stats features by @eleftherioszisis in #1021
- Implement new feature of length above soma by @eleftherioszisis in #1023
- Exit early if no points, to avoid hull warning by @eleftherioszisis in #1024
Full Changelog: v3.1.0...v3.2.0