Skip to content

Commit db33c5e

Browse files
committed
doc: 25.1.0 release notes
1 parent 7718e6a commit db33c5e

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)