Skip to content

25.1.0

Choose a tag to compare

@mgxd mgxd released this 21 Oct 18:45
· 5 commits to master since this release

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