Skip to content

Conversation

@tsalo
Copy link
Contributor

@tsalo tsalo commented Aug 20, 2025

Closes #145.

I checked the following:

Before

import templateflow

print(templateflow.__version__)
# 25.0.1

print(len(templateflow.api.get('MNI152NLin6Asym', **{'from': 'MNIInfant', 'suffix': 'xfm'})))
# 11 (all of the cohort-specific MNIInfant transforms)

print(len(templateflow.api.get('MNI152NLin6Asym', **{'from': 'MNIInfant+10', 'suffix': 'xfm'})))
# 0 (no transforms collected)

After

import templateflow

print(templateflow.__version__)
# 25.1.0.dev2+g2ee563748

print(len(templateflow.api.get('MNI152NLin6Asym', **{'from': 'MNIInfant', 'suffix': 'xfm'})))
# 0 (no transforms collected)

print(templateflow.api.get('MNI152NLin6Asym', **{'from': 'MNIInfant+10', 'suffix': 'xfm'}))
# .../.cache/templateflow/tpl-MNI152NLin6Asym/tpl-MNI152NLin6Asym_from-MNIInfant+10_mode-image_xfm.h5

@mgxd mgxd merged commit de8530a into templateflow:master Aug 20, 2025
14 checks passed
@tsalo
Copy link
Contributor Author

tsalo commented Aug 20, 2025

@mgxd any chance you could release 25.0.2 today?

@tsalo tsalo deleted the plus-sign branch August 20, 2025 14:39
@mgxd
Copy link
Contributor

mgxd commented Aug 20, 2025

just pushed it

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.

Query with plus signs not working

2 participants