Commit 71ab328
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)1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
1 | 17 | | |
2 | 18 | | |
3 | 19 | | |
| |||
0 commit comments