-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V4 #1111
V4 #1111
Commits on Apr 25, 2022
-
Mixed subtree processing (#981)
* A heterogeneous morphology consists of zero or more homogeneous and at least one heterogeneous neurite trees extending from the soma; * 'heterogeneous neurite trees ' is called a 'mixed subtree' for brevity * this is a breaking change with how NeuroM<=3.x works * this will fix #975
Configuration menu - View commit details
-
Copy full SHA for 57b634d - Browse repository at this point
Copy the full SHA 57b634dView commit details
Commits on Apr 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9a12f38 - Browse repository at this point
Copy the full SHA 9a12f38View commit details -
Remove deprecated modules and deprecation warning. viewer module was not included to be treated separately
Configuration menu - View commit details
-
Copy full SHA for 82ceb48 - Browse repository at this point
Copy the full SHA 82ceb48View commit details
Commits on May 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ef56cbc - Browse repository at this point
Copy the full SHA ef56cbcView commit details
Commits on May 3, 2022
-
Use readonly morphio Morphology (#979)
Switch to using the morphio readonly morphology instead of mut Co-authored-by: Mike Gevaert <michael.gevaert@epfl.ch>
Configuration menu - View commit details
-
Copy full SHA for d66d037 - Browse repository at this point
Copy the full SHA d66d037View commit details -
Remove deprecated viewer module (#1032)
Removes viewer deprecated module and hides plot_tree, plot_tree3d, plot_soma, plot_soma3d from neurom.view Co-authored-by: Zisis Eleftherios <zisis@bb-fvfd24cfmnhx.epfl.ch>
Configuration menu - View commit details
-
Copy full SHA for f6451f6 - Browse repository at this point
Copy the full SHA f6451f6View commit details
Commits on May 9, 2022
-
Morphology level radial distance features use the soma as reference p…
…oint (#1030) Use soma center as a reference point for morphology-level radial distance features. Radial distance features on the morphology level were using as reference point the root of each neurite. While this is ok when per-neurite features are calculated, it is incorrect when the radial distance features are calculated for the entire cell. This change renders soma as the reference point for calculating the radial distances, not the root of each neurite. When the same features are used per-neurite the old behavior of using the neurite root is still the same. Co-authored-by: Adrien Berchet <adrien.berchet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 580bd1a - Browse repository at this point
Copy the full SHA 580bd1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 006cafc - Browse repository at this point
Copy the full SHA 006cafcView commit details
Commits on May 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5901eb2 - Browse repository at this point
Copy the full SHA 5901eb2View commit details
Commits on May 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8ac8eac - Browse repository at this point
Copy the full SHA 8ac8eacView commit details
Commits on May 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d68d656 - Browse repository at this point
Copy the full SHA d68d656View commit details
Commits on May 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ed338f3 - Browse repository at this point
Copy the full SHA ed338f3View commit details
Commits on May 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0f3b8d0 - Browse repository at this point
Copy the full SHA 0f3b8d0View commit details
Commits on May 31, 2022
-
Update v4 with latest master (#1044)
* Updating copyright year (#1028) Co-authored-by: Alexander Dietz <alexander.dietz@epfl.ch> * Updating copyright year (#1029) Co-authored-by: Alexander Dietz <alexander.dietz@epfl.ch> * Remove duplicated deps jinja, sphinx (#1043) Co-authored-by: bbpgithubaudit <86652185+bbpgithubaudit@users.noreply.github.com> Co-authored-by: Alexander Dietz <alexander.dietz@epfl.ch> Co-authored-by: stefanoantonel <stefanoantonel@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 08270b2 - Browse repository at this point
Copy the full SHA 08270b2View commit details
Commits on Jun 7, 2022
-
Make documentation/docstrings testable (#1035)
Co-authored-by: Adrien Berchet <adrien.berchet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 367544e - Browse repository at this point
Copy the full SHA 367544eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94f79e5 - Browse repository at this point
Copy the full SHA 94f79e5View commit details
Commits on Jun 16, 2022
-
Fix load_morpholgies to always resolve paths (#1047)
Make file paths absolute in Population init, but not resolve symlinks. Co-authored-by: Adrien Berchet <adrien.berchet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2ff9737 - Browse repository at this point
Copy the full SHA 2ff9737View commit details
Commits on Jun 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 18871f2 - Browse repository at this point
Copy the full SHA 18871f2View commit details
Commits on Jul 8, 2022
-
allow Morphology objects to be either mut or immut (#1049)
* Maintain mut/immut after transformation * Add tests Co-authored-by: Eleftherios Zisis <eleftherios.zisis@epfl.ch>
Configuration menu - View commit details
-
Copy full SHA for 41ec17f - Browse repository at this point
Copy the full SHA 41ec17fView commit details
Commits on Sep 20, 2022
-
* Updating copyright year (#1028) Co-authored-by: Alexander Dietz <alexander.dietz@epfl.ch> * Updating copyright year (#1029) Co-authored-by: Alexander Dietz <alexander.dietz@epfl.ch> * Remove duplicated deps jinja, sphinx (#1043) * remove single point contour somas in h5 and asc tests (#1045) * this is in prep for MorphIO to be more consistent and picky with contour somas * Fix view cli (#1051) * Fix coverage (#1056) Co-authored-by: bbpgithubaudit <86652185+bbpgithubaudit@users.noreply.github.com> Co-authored-by: Alexander Dietz <alexander.dietz@epfl.ch> Co-authored-by: stefanoantonel <stefanoantonel@users.noreply.github.com> Co-authored-by: MikeG <michael.gevaert@epfl.ch> Co-authored-by: Alexis Arnaudon <alexis.arnaudon@epfl.ch>
Configuration menu - View commit details
-
Copy full SHA for 8bddfc9 - Browse repository at this point
Copy the full SHA 8bddfc9View commit details
Commits on Oct 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 45ae28b - Browse repository at this point
Copy the full SHA 45ae28bView commit details
Commits on Mar 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 77dcaff - Browse repository at this point
Copy the full SHA 77dcaffView commit details
Commits on Jul 6, 2023
-
Proposal for v4 composite types (#1071)
--------- Co-authored-by: Eleftherios Zisis <eleftherios.zisis@epfl.ch>
Configuration menu - View commit details
-
Copy full SHA for 1a5453e - Browse repository at this point
Copy the full SHA 1a5453eView commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2101dc - Browse repository at this point
Copy the full SHA e2101dcView commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 28f0d67 - Browse repository at this point
Copy the full SHA 28f0d67View commit details
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6462553 - Browse repository at this point
Copy the full SHA 6462553View commit details -
Configuration menu - View commit details
-
Copy full SHA for 556d848 - Browse repository at this point
Copy the full SHA 556d848View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4ad9a8 - Browse repository at this point
Copy the full SHA f4ad9a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d28b17 - Browse repository at this point
Copy the full SHA 4d28b17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38aa876 - Browse repository at this point
Copy the full SHA 38aa876View commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 35d2b10 - Browse repository at this point
Copy the full SHA 35d2b10View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8f66ca - Browse repository at this point
Copy the full SHA c8f66caView commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6bdf13f - Browse repository at this point
Copy the full SHA 6bdf13fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69a0073 - Browse repository at this point
Copy the full SHA 69a0073View commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8c1ea7 - Browse repository at this point
Copy the full SHA c8c1ea7View commit details
Commits on Apr 17, 2024
-
Fix NeuriteType for Python 3.12.3 (#1116)
* Fix NeuriteType for Python 3.12.3 * Coverage
Configuration menu - View commit details
-
Copy full SHA for 4672c78 - Browse repository at this point
Copy the full SHA 4672c78View commit details
Commits on Apr 18, 2024
-
Replace iter_* methods by properties in core objects and improve iter…
…_segments (#1054) * Improve iter_segments and add segment methods in core objects * Rename iterator_type into section_iterator * Remove iter_* methods and use consistent properties * Use iter_sections instead of obj.sections in check.morphtree * Update doc
Configuration menu - View commit details
-
Copy full SHA for 90224b1 - Browse repository at this point
Copy the full SHA 90224b1View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 985a4dd - Browse repository at this point
Copy the full SHA 985a4ddView commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98b5326 - Browse repository at this point
Copy the full SHA 98b5326View commit details
Commits on May 2, 2024
-
Move soma methods to functions (#1118)
* Expose soma methods as free functions. * Allow using both morphio and neurom soma in soma functions. * Keep backward compatibility with the soma methods. * Disallow storing soma values to avoid issues with mutation of soma. --------- Co-authored-by: Adrien Berchet <adrien.berchet@epfl.ch>
Configuration menu - View commit details
-
Copy full SHA for 8ad258b - Browse repository at this point
Copy the full SHA 8ad258bView commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18670a6 - Browse repository at this point
Copy the full SHA 18670a6View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5237448 - Browse repository at this point
Copy the full SHA 5237448View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab906d1 - Browse repository at this point
Copy the full SHA ab906d1View commit details