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/nipype
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.2
Choose a base ref
...
head repository: nipy/nipype
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.8.3
Choose a head ref
  • 20 commits
  • 13 files changed
  • 5 contributors

Commits on May 13, 2022

  1. added outputs' generation

    GalKepler committed May 13, 2022
    Configuration menu
    Copy the full SHA
    4c5d106 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. FIX: Avoid excessive etelemetry calls

    In cases where `check_latest_version` returned None, each time
    `BaseInterface.__init__` was called would lead to another server ping.
    This avoids this loop by falling to a string, n/a, if the server fails
    to produce a version.
    mgxd committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    5b9f3a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Merge pull request #3484 from mgxd/fix/et-pings

    FIX: Avoid excessive etelemetry pings
    effigies authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    f4343d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

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

Commits on Jul 6, 2022

  1. MNT: Bump to 1.8.3.dev0

    effigies committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    3e7e613 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

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

Commits on Jul 12, 2022

  1. Merge pull request #3488 from effigies/fix/nibabel4

    FIX: Delay access of nibabel.trackvis until actually needed
    effigies authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c388fae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64e176b View commit details
    Browse the repository at this point in the history
  3. RF: Modernize compute_dvars

    Directly coerce image dataobj attributes, and mask idiomatically
    Replace interpolation with method in np.percentile (interpolation
    deprecated)
    Call AR_est_YW indirectly to avoid coercion of tuple(array, float)
    effigies committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    75a78e0 View commit details
    Browse the repository at this point in the history
  4. TEST: make specs

    effigies committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    53afcd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    693bff7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3489 from effigies/fix/dvars_tolerance

    FIX: Add tolerance parameter to ComputeDVARS
    effigies authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    611b903 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3485 from LostBenjamin/patch-1

    Fix a bug about wrong order of function arguments
    effigies authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c7824a3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3476 from GalBenZvi/biascorrect

    [ENH] Added outputs' generation to DWIBiascorrect interface
    effigies authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d8af3c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. MNT: Update mailmap

    effigies committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    badc807 View commit details
    Browse the repository at this point in the history
  2. MNT: Update Zenodo

    effigies committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    f12d915 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd29fd2 View commit details
    Browse the repository at this point in the history
  4. DOC: 1.8.3 changelog

    effigies committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    3ff0d31 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3490 from nipy/rel/1.8.3

    REL: 1.8.3
    effigies authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    447192d View commit details
    Browse the repository at this point in the history
  6. REL: 1.8.3

    effigies committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    3b50532 View commit details
    Browse the repository at this point in the history
Loading