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
25.1.0 (October 21, 2025)
New feature release in the 25.1 series.
This release introduces a new ``TemplateFlowClient`` class that provides the
functionality previously exposed in ``templateflow.api``.
``templateflow.api`` is now a thin wrapper around a global instance of ``TemplateFlowClient``,
so existing code using ``templateflow.api`` should continue to work as before.
These changes allow multiple independent clients to coexist in the same Python process,
as well as defer loading of data from the filesystem until it is requested,
significantly improving import time.
* RF: Factor TemplateFlow into Cache and Client classes (#149)
* FIX: Error on missing S3 files, do not write error data to disk (#148)
25.0.3 (August 20, 2025)
Patch release to escape special characters when fetching data from S3.
* FIX: Quote s3 path to handle special characters (#147)
25.0.2 (August 20, 2025)
Patch release containing a fix for `get` queries including the "+" character.
* FIX: Allow plus signs in 'to' and 'from' entities (#146)
25.0.0 (August 12, 2025)
Minor release including updated templates.
* FIX: Fix crash in templateflow get when matching one file (#140)
* MAINT: Update Python support, datalad and git-annex deps (#143)
24.2.2 (September 14, 2024)
Patch release containing one bugfix and updating the default skeleton.
CHANGES
-------
* FIX: Avoid directory clobber during zip extraction (#131)
* MAINT: Overdue updates and revision of CircleCI (#136)
24.2.1 (September 14, 2024)
Patch release containing one bugfix and updating the default skeleton.
CHANGES
-------
* FIX: Avoid directory clobber during zip extraction (#131)
* MAINT: Overdue updates and revision of CircleCI (#136)
24.2.0
Release notes
-------------
Minor release including a new command line interface for the Client.
CHANGES
-------
* ENH: Add a command line interface (#123)
* MAINT: Update *DataLad*'s pinned version (#128)
* MAINT: Revise failing *Pypi* deployment and ``twine check`` (#127)
* MAINT: Generate a requirements file with ``test`` dependencies (#125)
* MAINT: Add codespell and make it fix some typos (#121)
* MAINT: Revise code style according to ruff (#124)
* MAINT: Add license header in all Python files (#122)
* MAINT: Migrate to hatchling packaging (#120)
* MAINT: Run ruff and address some issues (#119)
* MAINT: Finalize migration of package build to PEP517/8 (#117)