Skip to content
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

Move soma methods to functions #1118

Merged
merged 6 commits into from
May 2, 2024
Merged

Move soma methods to functions #1118

merged 6 commits into from
May 2, 2024

Conversation

eleftherioszisis
Copy link
Collaborator

@eleftherioszisis eleftherioszisis commented Apr 24, 2024

  • Expose soma methods as free functions that work on both morphio an neurom soma objects.
  • Keep backward compatibility with the soma methods.
  • Disallow storing soma values, such as radius or area, as attributes because the underlying morphio soma can be mutated.

neurom/core/soma.py Outdated Show resolved Hide resolved
neurom/core/soma.py Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Apr 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (v4@98b5326). Click here to learn what that means.

Additional details and impacted files
@@          Coverage Diff           @@
##             v4     #1118   +/-   ##
======================================
  Coverage      ?   100.00%           
======================================
  Files         ?        35           
  Lines         ?      2683           
  Branches      ?         0           
======================================
  Hits          ?      2683           
  Misses        ?         0           
  Partials      ?         0           

@eleftherioszisis eleftherioszisis marked this pull request as ready for review April 30, 2024 06:33
@eleftherioszisis eleftherioszisis merged commit 8ad258b into v4 May 2, 2024
5 checks passed
@eleftherioszisis eleftherioszisis deleted the soma-functions branch May 2, 2024 07:31
eleftherioszisis pushed a commit that referenced this pull request May 14, 2024
* Mixed subtree processing (#981)
* Refactor tests for test_mixed.py (#1027)
* Remove deprecated modules and functions/classes & warnings (#1026, #1032)
* Use readonly morphio Morphology by default (#979)
* Morphology level radial distance features use the soma as reference point (#1030)
* Expose subtree processing from the morph_stats api (#1034)
* Remove pyXX prefix for lint, docs, and coverage (#1038)
* Fix tutorials and add tutorial testenv (#1039)
* Add isort for formatting/linting (#1040)
* Add testing of example scripts (#1041)
* Make documentation/docstrings testable (#1035)
* Add black to neurom, format everything, and add to lint (#1042)
* Fix load_morpholgies to always resolve paths (#1047)
* allow Morphology objects to be either mut or immut (#1049)
* Replace iter_* methods by properties in core objects and improve iter_segments (#1054)
* Decouple Morphology constructor from io (#1120)
* Move soma methods to functions (#1118)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants