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

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    269bc7f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. fix: Remove pkg_resources dependency

    There is no reasonable case where a user has pkg_resources-accessible
    metadata (or importlib-metadata) and does not have a `_version.py` file.
    
    Instead of replacing with importlib-metadata, I'm just skipping ahead to
    the hard-coded "unknown", using `0+unknown` to satisfy PEP440.
    
    There may be a very rare case where someone makes an editable
    installation and borks their directory, but knowing what the version was
    when they installed it won't help us a lot there.
    effigies committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    6a248eb View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Merge pull request #227 from mgxd/enh/apply-import

    RF: Add `resamping.apply` to top module imports
    mgxd authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    7dfcb37 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. build(deps): bump astral-sh/setup-uv from 3 to 4

    Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 3 to 4.
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: astral-sh/setup-uv
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    fe51a32 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump codecov/codecov-action from 4 to 5

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    bb38f5d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Merge pull request #231 from nipy/dependabot/github_actions/astral-sh…

    …/setup-uv-4
    
    build(deps): bump astral-sh/setup-uv from 3 to 4
    effigies authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    c3f6fa2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #230 from effigies/fix/purge_setuptools

    fix: Remove pkg_resources dependency
    effigies authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    2b0e980 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    498213f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. Merge pull request #232 from nipy/dependabot/github_actions/codecov/c…

    …odecov-action-5
    
    build(deps): bump codecov/codecov-action from 4 to 5
    effigies authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    ba795eb View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. Configuration menu
    Copy the full SHA
    4d7ae6c View commit details
    Browse the repository at this point in the history
Loading