All Versions
13
Latest Version
Avg Release Cycle
43 days
Latest Release
1238 days ago

Changelog History
Page 2

  • v1.3.0.rc1 Changes

    October 08, 2019

    1.3.0-rc1 (October 8, 2019)

    DOI

    🚀 Release candidate for Nipype 1.3.0, released off-schedule to enable testing and allow downstream projects to move off of 1.2.3.

    🚀 Final release scheduled for Monday, October 28.

    Full changelog
    • FIX: Restore AFNICommand._get_fname, required by some interfaces (#3071)
    • 🛠 FIX: Remove asynchronous chdir callback (#3060)
    • 🛠 FIX: Minimize scope for directory changes while loading results file (#3061)
    • 💅 ENH: Add precommit information for contributors and pre-commit style (#3063)
    • ENH: Delay etelemetry for non-interactive sessions, report bad versions (#3049)
    • ENH: Run memoized check_version at REPL import, Node/Workflow/Interface init (#30)
    • RF: Provide functions to augment old Path.mkdir, Path.resolve methods (#3050)
    • RF: Redirect nipype.workflows to niflow.nipype1.workflows (#3067)
    • ✅ TST: Skip dcm2niix test if data fails to download (#3059)
    • ✅ TST: dcm2niix test fix (#3058)
    • 👍 MAINT: Drop Python 3.4 support (#3062)
    • CI: make specs on Travis (#3066)
  • v1.2.3 Changes

    September 23, 2019

    1.2.3 (September 23, 2019)

    DOI

    👍 Python 1.2.3 will be the last version to support Python 3.4.

    Full changelog
    • 🛠 FIX: Patch Path.mkdir for Python 2 (#3037)
    • 🛠 FIX: Drop deprecated message argument to FileNotFoundError (#3035)
    • 🛠 FIX: Handle NIFTI extensions in afni.Qwarp (#3028)
    • 🛠 FIX: Disallow returning None in pipeline.utils.load_resultfile (#3023)
    • ENH: Allow afni.CatMatvec to accept empty string opkeys (#2943)
    • ENH: Add mrrtrix3.MRResize interface (#3031)
    • ENH: Add version check / telemetry to Nipype (#3027)
    • ⚡️ ENH: Update MCFLIRT outputs for FSL 6+ (#3029)
    • ENH: Lightweight node cache checking (#3026)
    • ENH: Avoid loading result from file when writing reports (#3024)
    • ENH: replace portalocker with filelock (#3025)
    • MAINT: Set minimum yapf for checkspecs to 0.27 (#3033)
  • v1.2.2 Changes

    September 09, 2019

    1.2.2 (September 07, 2019)

    DOI

    Full changelog
    • 🛠 FIX: Ensure loadpkl returns a not None value (#3020)
    • 🛠 FIX: loadpkl failed when pklz file contained versioning info (#3017)
    • 🛠 FIX: Update mne.WatershedBEM command line (#3007)
    • 🛠 FIX: Specify correct stop criterion flag in PETPVC (#3010)
    • ENH: Add interface for AFNI 3dTsmooth (#2948)
    • ENH: Additional arguments to ANTs N4BiasFieldCorrection (#3012)
    • ENH: Add --rescale-intensities and name_source to N4BiasFieldCorrection (#3011)
    • ENH: Add index_mask_file input to ImageStats (#3005)
    • 🚚 RF: Remove versioning from loadpkl (#3019)
    • 📇 MAINT: Add python_requires to package metadata (#3006)