Releases: templateflow/python-client
25.1.1
25.1.0
Release Notes
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.
Full Changelog: 25.0.4...25.1.0
25.0.4
25.0.3
25.0.1
Release Notes
Patch release containing fixes to transform names in two templates.
Full Changelog: 25.0.0...25.0.1
25.0.0
24.2.2
24.2.0
What's Changed
- MAINT: Finalize migration of package build to PEP517/8 by @oesteban in #117
- MAINT: Run ruff and address some issues by @oesteban in #119
- MAINT: Migrate to hatchling packaging by @oesteban in #120
- MAINT: Add license header in all Python files by @oesteban in #122
- ENH: Add a command line interface by @oesteban in #123
- MAINT: Revise code style according to ruff by @oesteban in #124
- FIX: Generate a requirements file with
testdependencies by @oesteban in #125 - MAINT: Add codespell and make it fix some typos by @yarikoptic in #121
- MAINT: Revise failing Pypi deployment and
twine checkby @oesteban in #127 - MAINT: Update datalad pinned version by @oesteban in #128
Full Changelog: 24.1.0...24.2.0
24.1.0
Release Notes
This is a minor release updating PyBIDS's configuration to enable new entities that allow the selection of recently added FreeSurfer's surface parcellations added with templateflow/tpl-fsaverage#5.
What's Changed
Full Changelog: 24.0.0...24.1.0