Skip to content

[ENH]: Enable extendable data registries#450

Merged
synchon merged 11 commits intomainfrom
feat/extendable-data-registry
Jul 11, 2025
Merged

[ENH]: Enable extendable data registries#450
synchon merged 11 commits intomainfrom
feat/extendable-data-registry

Conversation

@synchon
Copy link
Copy Markdown
Member

@synchon synchon commented Jul 10, 2025

  • description of feature/fix
  • tests added/passed
  • add an entry for the latest changes

This PR adds support for extending data registries with custom ones. Custom data registries can be interacted via *_data functions just like in-built ones.

@codecov
Copy link
Copy Markdown

codecov bot commented Jul 10, 2025

Codecov Report

Attention: Patch coverage is 93.05556% with 5 lines in your changes missing coverage. Please review.

Project coverage is 91.15%. Comparing base (e8a99eb) to head (a6bcfd9).
Report is 14 commits behind head on main.

Files with missing lines Patch % Lines
junifer/data/_dispatch.py 91.80% 5 Missing ⚠️

❌ Your patch status has failed because the patch coverage (93.05%) is below the target coverage (95.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #450      +/-   ##
==========================================
+ Coverage   91.09%   91.15%   +0.06%     
==========================================
  Files         134      134              
  Lines        5422     5460      +38     
  Branches      903      898       -5     
==========================================
+ Hits         4939     4977      +38     
- Misses        309      310       +1     
+ Partials      174      173       -1     
Flag Coverage Δ
docs 100.00% <ø> (ø)
junifer 91.15% <93.05%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
junifer/api/decorators.py 100.00% <100.00%> (ø)
junifer/data/coordinates/_coordinates.py 100.00% <100.00%> (ø)
junifer/data/masks/_masks.py 69.85% <100.00%> (-0.15%) ⬇️
junifer/data/parcellations/_parcellations.py 93.00% <100.00%> (+0.88%) ⬆️
junifer/typing/_typing.py 100.00% <100.00%> (ø)
junifer/data/_dispatch.py 93.50% <91.80%> (-1.85%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@synchon synchon added the enhancement New feature or request label Jul 10, 2025
@synchon synchon added this to the 0.0.7 (alpha 6) milestone Jul 10, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 10, 2025

PR Preview Action v1.6.2
Preview removed because the pull request was closed.
2025-07-11 09:24 UTC

@synchon synchon requested a review from fraimondo July 10, 2025 19:04
@synchon synchon merged commit e203449 into main Jul 11, 2025
20 of 21 checks passed
@synchon synchon deleted the feat/extendable-data-registry branch July 11, 2025 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants