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: nipy/nitransforms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 25.0.1
Choose a base ref
...
head repository: nipy/nitransforms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    be5ddd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01cb7cd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #278 from nipy/codex/investigate-issue-#270-and-pr…

    …opose-tests
    
    FIX: ``apply()`` fails with 4D singleton images
    oesteban authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    f663530 View commit details
    Browse the repository at this point in the history
  4. fix: respect singleton 4d

    oesteban authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    faef239 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. Configuration menu
    Copy the full SHA
    bfa39e1 View commit details
    Browse the repository at this point in the history
  2. tst: improve test with more specific inputs

    The shape of the output is defined by the reference shape in space, and by the input and the transform in the 4th dimension.
    oesteban authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    ebae5c7 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    oesteban authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    13b0a26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0857139 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #279 from nipy/fix/finalize-270

    FIX: Respect singleton 4th-D
    oesteban authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    20e2c25 View commit details
    Browse the repository at this point in the history
  6. fix: remove "densification" of B-Spline transforms in apply()

    For some reason, ``apply()`` always converted B-Spline displacements
    into a displacements dense-field.
    oesteban committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    cdcc9bb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #280 from nipy/fix/do-not-resample-bsplines

    FIX: Remove "densification" of B-Spline transforms in ``apply()``
    oesteban authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    4eb5bc4 View commit details
    Browse the repository at this point in the history
Loading