You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
Section change (#510)
* A section within MorphIO is defined as a series of segments between
bifurcation/multifurcation points. However, SWC files allow section
change without a branch. Normal parsing of this will raise an
exception, but can be allowed using the option `UNIFURCATED_SECTION_CHANGE`
* Create a warning if the section type changes without a bifurcation
* Add option to allow for sections changes in SWC files without bifurcation
Release prep for v3.3.4 (#438)
* turn on linux 3.11 wheels;
* windows still depend on h5py, and there are no wheels for 3.11
* macOS 3.11 h5py doesn't build, so we can't test our macos 311 wheels