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

[WIP] Add surface support #106

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

[WIP] Add surface support #106

wants to merge 8 commits into from

Commits on Nov 27, 2024

  1. Refactor _make_parcellation function for improved readability and add…

    … _concat_surf_imgs utility function
    Pierre-Louis Barbarant committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    f9d1bd1 View commit details
    Browse the repository at this point in the history
  2. Enhance ParcellationMasker to support SurfaceImage and refactor _fit_…

    …masker method for clarity
    Pierre-Louis Barbarant committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    1968f55 View commit details
    Browse the repository at this point in the history
  3. Add test for ParcellationMasker to handle surface images and improve …

    …existing test readability
    Pierre-Louis Barbarant committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    8567664 View commit details
    Browse the repository at this point in the history
  4. Remove redundant main block from test_non_contiguous_labels function …

    …in test_utils.py
    Pierre-Louis Barbarant committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    181fa35 View commit details
    Browse the repository at this point in the history
  5. Add functions to create sample mesh and surface images for testing (f…

    …rom nilearn)
    Pierre-Louis Barbarant committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    8d25cc2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Refactor _make_parcellation function for improved readability and for…

    …mat code; remove unused _concat_surf_imgs function
    Pierre-Louis Barbarant committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    6a5aa67 View commit details
    Browse the repository at this point in the history
  2. Refactor ParcellationMasker to use concatenate_surface_images functio…

    …n and improve code readability
    Pierre-Louis Barbarant committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    9039031 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b01f10 View commit details
    Browse the repository at this point in the history