Skip to content

Release 0.11.0

Compare
Choose a tag to compare
@satra satra released this 15 Sep 22:07
· 7897 commits to master since this release
  • API: Change how hash values are computed (#1174)
  • ENH: New algorithm: mesh.WarpPoints applies displacements fields to point sets
    (#889).
  • ENH: New interfaces for MRTrix3 (#1126)
  • ENH: New option in afni.3dRefit - zdel, ydel, zdel etc. (#1079)
  • FIX: ants.Registration composite transform outputs are no longer returned as lists (#1183)
  • BUG: ANTs Registration interface failed with multi-modal inputs
    (#1176) (#1175)
  • ENH: dipy.TrackDensityMap interface now accepts a reference image (#1091)
  • FIX: Bug in XFibres5 (#1168)
  • ENH: Attempt to use hard links for data sink.
    (#1161)
  • FIX: Updates to SGE Plugins
    (#1129)
  • ENH: Add ants JointFusion() node with testing
    (#1160)
  • ENH: Add --float option for antsRegistration calls
    (#1159)
  • ENH: Added interface to simulate DWIs using the multi-tensor model
    (#1085)
  • ENH: New interface for FSL fslcpgeom utility (#1152)
  • ENH: Added SLURMGraph plugin for submitting jobs to SLURM with dependencies (#1136)
  • FIX: Enable absolute path definitions in DCMStack (#1089,
    replaced by #1093)
  • ENH: New mesh.MeshWarpMaths to operate on surface-defined warpings
    (#1016)
  • FIX: Refactor P2PDistance, change name to ComputeMeshWarp, add regression tests,
    fix bug in area weighted distance, and added optimizations
    (#1016)
  • ENH: Add an option not to resubmit Nodes that finished running when using SGEGraph (#1002)
  • FIX: FUGUE is now properly listing outputs. (#978)
  • ENH: Improved FieldMap-Based (FMB) workflow for correction of susceptibility distortions in EPI seqs.
    (#1019)
  • FIX: In the FSLXcommand _list_outputs function fixed for loop range (#1071)
  • ENH: Dropped support for now 7 years old Python 2.6 (#1069)
  • FIX: terminal_output is not mandatory anymore (#1070)
  • ENH: Added "nipype_cmd" tool for running interfaces from the command line (#795)
  • FIX: Fixed Camino output naming (#1061)
  • ENH: Add the average distance to ErrorMap (#1039)
  • ENH: Inputs with name_source can be now chained in cascade (#938)
  • ENH: Improve JSON interfaces: default settings when reading and consistent output creation
    when writing (#1047)
  • FIX: AddCSVRow problems when using infields (#1028)
  • FIX: Removed unused ANTS registration flag (#999)
  • FIX: Amend create_tbss_non_fa() workflow to match FSL's tbss_non_fa command. (#1033)
  • FIX: remove unused mandatory flag from spm normalize (#1048)
  • ENH: Update ANTSCorticalThickness interface (#1013)
  • FIX: Edge case with sparsemodels and PEP8 cleanup (#1046)
  • ENH: New io interfaces for JSON files reading/writing (#1020)
  • ENH: Enhanced openfmri script to support freesurfer linkage (#1037)
  • BUG: matplotlib is supposed to be optional (#1003)
  • FIX: Fix split_filename behaviour when path has no file component (#1035)
  • ENH: Updated FSL dtifit to include option for grad non-linearities (#1032)
  • ENH: Updated Camino tracking interfaces, which can now use FSL bedpostx output.
    New options also include choice of tracker, interpolator, stepsize and
    curveinterval for angle threshold (#1029)
  • FIX: Interfaces redirecting X crashed if $DISPLAY not defined (#1027)
  • FIX: Bug crashed 'make api' (#1026)
  • ENH: Updated antsIntroduction to handle RA and RI registrations (#1009)
  • ENH: Updated N4BiasCorrection input spec to include weight image and spline order. Made
    argument formatting consistent. Cleaned ants.segmentation according to PEP8.
    (https://github.com/nipy/nipype/pull/990/files)
  • ENH: SPM12 Normalize interface (#986)
  • FIX: Utility interface test dir (#986)
  • FIX: IPython engine directory reset after crash (#987)
  • ENH: Resting state fMRI example with NiPy realignment and no SPM (#992)
  • FIX: Corrected Freesurfer SegStats _list_outputs to avoid error if summary_file is
    undefined (issue #994)(https://https://github.com/nipy/nipype/pull/996)
  • FIX: OpenfMRI support and FSL 5.0.7 changes (#1006)
  • FIX: Output prefix in SPM Normalize with modulation (#1023)
  • ENH: Usability improvements in cluster environments (#1025)
  • ENH: ANTs JointFusion() (#1042)
  • ENH: Added csvReader() utility (#1044)
  • FIX: typo in nipype.interfaces.freesurfer.utils.py Tkregister2 (#1083)
  • FIX: SSHDataGrabber outputs now return full path to the grabbed/downloaded files. (#1086)
  • FIX: Add QA output for TSNR to resting workflow (#1088)
  • FIX: Change N4BiasFieldCorrection to use short tag for dimensionality (backward compatible) (#1096)
  • ENH: Added -newgrid input to Warp in AFNI (3dWarp wrapper) (#1128)
  • FIX: Fixed AFNI Copy interface to use positional inputs as required (#1131)
  • ENH: Added a check in Dcm2nii to check if nipype created the config.ini file and remove if true (#1132)
  • ENH: Use a while loop to wait for Xvfb (up to a max wait time "xvfb_max_wait" in config file, default 10)
    (#1142)