Skip to content

Commit

Permalink
Update CHANGELOG.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Apr 9, 2024
1 parent 6bdf13f commit 69a0073
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ Changelog
Version 4.0.0
-------------

- Make ``neurom.core.Population`` resolve paths. Symlinks are not resolved.
- Mixed subtree processing can be used in morph_stats app via the use_subtrees flag.
- NeuriteType extended to allow mixed type declarations as tuple of ints. (#1071)
- All features return built-in types (#1064)
- Morphology class also allows mutable morphio objects to be passed explicitly. (#1049)
- Morphology class uses morphio immutable class by composition, istead of inheritance. (#979)
- Morphology level radial distance features use the somata as reference point. (#1030)
- Make ``neurom.core.Population`` resolve paths. Symlinks are not resolved. (#1047)
- Mixed subtree processing can be used in morph_stats app via the use_subtrees flag. (#1034)
- ``neurom.view.[plot_tree|plot_tree3d|plot_soma|plot_soma3D]`` were hidden from the
neurom.view module. They can still be imported from neurom.view.matplotlib_impl.
- Deprecated modules and classes were removed.
neurom.view module. They can still be imported from neurom.view.matplotlib_impl. (#1032)
- Mixed subtree processing. (#981)
- Deprecated modules and classes were removed. (#1026)


Version 3.2.3
Expand Down

0 comments on commit 69a0073

Please sign in to comment.