Skip to content

Bring Dev back on track with main#123

Merged
ToastyDom merged 5 commits into
developmentfrom
main
Apr 19, 2026
Merged

Bring Dev back on track with main#123
ToastyDom merged 5 commits into
developmentfrom
main

Conversation

@ToastyDom

Copy link
Copy Markdown
Collaborator

Contributing to Net2Brain

Thank you for your interest in contributing! To keep the codebase clean and reviewable, please follow the guidelines below.

Workflow

1. Fork and branch from development

Always branch off from the development branch — not main. This keeps the main branch stable and ensures your changes are integrated through proper review.

git checkout development
git pull origin development
git checkout -b feature/your-feature-name

Use a descriptive branch name that reflects what you're working on, e.g. feature/add-my-model or fix/rdm-bug.

2. Make your changes

Keep your changes focused. One feature or fix per PR makes reviewing much easier.

3. Write a clear PR description

When opening your pull request, please explain:

  • What you changed (a concise summary of the code changes)
  • Why you changed it (the motivation or problem you're solving)
  • Any relevant context, links to issues, or caveats reviewers should know about
  • Example code for quick triggering of the added functionality

4. Open a PR into development

Open your pull request against the development branch — not main.

5. Assign a reviewer

Always assign @ToastyDom as a reviewer.

Questions?

Feel free to open an issue if you're unsure about anything before diving in.

ToastyDom and others added 5 commits March 1, 2026 22:54
Improved Algonauts 2023 NSD datasets (`Algonauts23_Net2Brain` and `Algonauts23_shared_Net2Brain`): proper metadata files linking fMRI rows to image filenames, NSD IDs, COCO IDs and captions, explicit per-subject ROI availability, and recomputed RDMs for the shared split.
Add wrapper class CT-RSA for RSA over multiple neural and model timepoints + max + baseline-correction
@ToastyDom
ToastyDom merged commit 5c8ef64 into development Apr 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants