Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: templateflow/python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 25.1.1
Choose a base ref
...
head repository: templateflow/python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on Oct 21, 2025

  1. 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)
    effigies committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    71ab328 View commit details
    Browse the repository at this point in the history
  2. Merge tag '25.1.1'

    25.1.1 (October 21, 2025)
    
    Patch release to remove use of Python 3.13+ parameter.
    mgxd committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    bde097e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. Configuration menu
    Copy the full SHA
    56f3927 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e489fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27f5a96 View commit details
    Browse the repository at this point in the history
Loading