Skip to content

Commit 71ab328

Browse files
committed
Merge tag '25.1.0'
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)
2 parents 7718e6a + db33c5e commit 71ab328

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGES.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
25.1.0 (October 21, 2025)
2+
=========================
3+
New feature release in the 25.1 series.
4+
5+
This release introduces a new ``TemplateFlowClient`` class that provides the
6+
functionality previously exposed in ``templateflow.api``.
7+
``templateflow.api`` is now a thin wrapper around a global instance of ``TemplateFlowClient``,
8+
so existing code using ``templateflow.api`` should continue to work as before.
9+
10+
These changes allow multiple independent clients to coexist in the same Python process,
11+
as well as defer loading of data from the filesystem until it is requested,
12+
significantly improving import time.
13+
14+
* RF: Factor TemplateFlow into Cache and Client classes (#149)
15+
* FIX: Error on missing S3 files, do not write error data to disk (#148)
16+
117
25.0.4 (October 1, 2025)
218
========================
319
Patch release to update templateflow skeleton.

0 commit comments

Comments
 (0)