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/nibabel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.2.0
Choose a base ref
...
head repository: nipy/nibabel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.2.1
Choose a head ref
  • 10 commits
  • 22 files changed
  • 3 contributors

Commits on Feb 27, 2024

  1. Backport gh-1284: Add tool for generating GitHub-friendly release notes

    DOC: Fix references in changelog
    
    MNT: Add tool for generating GitHub-friendly release notes
    
    MNT: Avoid isort version with broken extras
    effigies committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    10ba536 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c74794e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20d51dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a2e30c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83613ab View commit details
    Browse the repository at this point in the history
  6. Build(deps): Bump the actions-infrastructure group with 3 updates

    Bumps the actions-infrastructure group with 3 updates: [actions/setup-python](https://github.com/actions/setup-python), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).
    
    Updates `actions/setup-python` from 4 to 5
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    Updates `actions/upload-artifact` from 3 to 4
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    Updates `actions/download-artifact` from 3 to 4
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions-infrastructure
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions-infrastructure
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions-infrastructure
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Update .github/workflows/test.yml
    dependabot[bot] authored and effigies committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5e4f2f9 View commit details
    Browse the repository at this point in the history
  7. Build(deps): Bump codecov/codecov-action from 3 to 4

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Update .github/workflows/test.yml
    dependabot[bot] authored and effigies committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c1ac829 View commit details
    Browse the repository at this point in the history
  8. Backport gh-1298: Support "flat" ASCII-encoded GIFTI DataArrays

    TEST: Unit test for loading ASCII-encoded "flat" GIFTI data array. Currently failing
    
    RF: Make sure that ASCII-encoded DataArrays are returned with expected shape
    
    RF: Consistently apply data type, shape and index order in GIFTI data blocks
    
    TEST: Expect data arrays to be the advertised shapes
    manifest-rules authored and effigies committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ee684eb View commit details
    Browse the repository at this point in the history
  9. Backport gh-1296: Conditionally drop derived volumes from DWI sequences

    DATA: Add dcm_qa_xa30 as submodule for test data
    
    TEST: Add test for Siemens TRACE volume
    
    FIX: Conditionally drop isotropic frames
    effigies committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9408ae8 View commit details
    Browse the repository at this point in the history
  10. REL: 5.2.1

    effigies committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1df3b61 View commit details
    Browse the repository at this point in the history
Loading