File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 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+
11725.0.4 (October 1, 2025)
218========================
319Patch release to update templateflow skeleton.
You can’t perform that action at this time.
0 commit comments