Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: templateflow/python-client

Tags

25.1.1

Toggle 25.1.1's commit message
25.1.1 (October 21, 2025)

Patch release to remove use of Python 3.13+ parameter.

25.1.0

Toggle 25.1.0's commit message
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.4

Toggle 25.0.4's commit message
25.0.4 (October 1, 2025)

Patch release to update templateflow skeleton.

25.0.3

Toggle 25.0.3's commit message
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

Toggle 25.0.2's commit message
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.1

Toggle 25.0.1's commit message
25.0.1 (August 13, 2025)

Patch release containing fixes to transform names in two templates.

25.0.0

Toggle 25.0.0's commit message
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

Toggle 24.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
oesteban Oscar Esteban
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

Toggle 24.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
oesteban Oscar Esteban
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

Toggle 24.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
oesteban Oscar Esteban
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)