-
-
-
-
-
neurodebian/1.1.9-2b67ef9bd · ·
This is a build uploaded to neurodebian - buster only ATM Unfortunately python3.8 causes hangs of the tests, see https://github.com/nipy/nipype/pull/3154 for more information. On buster it builds and tests fine, thus was uploaded to neurodebian (buster).
-
-
-
1.1.908d70920 · ·
1.1.9 (February 25, 2019) Full changelog: https://github.com/nipy/nipype/milestone/30?closed=1 * FIX: Make positional arguments to LaplacianThickness require previous argument (https://github.com/nipy/nipype/pull/2848) * FIX: Import math and csv modules for bids_gen_info (https://github.com/nipy/nipype/pull/2881) * FIX: Ensure outputs can be listed in camino.ProcStreamlines by defining instance variable (https://github.com/nipy/nipype/pull/2739) * ENH: Allow afni.MaskTool to take multiple input files (https://github.com/nipy/nipype/pull/2892) * ENH: Add flags dictionary input to spm.Level1Design (https://github.com/nipy/nipype/pull/2861) * ENH: Threshold stddev once only in TSNR (https://github.com/nipy/nipype/pull/2883) * ENH: Add workbench.CiftiSmooth interface (https://github.com/nipy/nipype/pull/2871) * DOC: Replace initialism typo in comment with intended phrase (https://github.com/nipy/nipype/pull/2875) * DOC: Fix typos in ANTs Registration input documentation (https://github.com/nipy/nipype/pull/2869)
-
1.1.870add294 · ·
1.1.8 (January 28, 2019) * FIX: ANTS LaplacianThickness cmdline opts fixed up (https://github.com/nipy/nipype/pull/2846) * FIX: Resolve LinAlgError during SVD (https://github.com/nipy/nipype/pull/2838) * ENH: Add interfaces wrapping DIPY worflows (https://github.com/nipy/nipype/pull/2830) * ENH: Update BIDSDataGrabber for pybids 0.7 (https://github.com/nipy/nipype/pull/2737) * ENH: Add FSL `eddy_quad` interface (https://github.com/nipy/nipype/pull/2825) * ENH: Support tckgen -select in MRtrix3 v3+ (https://github.com/nipy/nipype/pull/2823) * ENH: Support for BIDS event files (https://github.com/nipy/nipype/pull/2845) * ENH: CompositeTransformUtil, new ANTs interface (https://github.com/nipy/nipype/pull/2785) * RF: Move pytest and pytest-xdist from general requirement into tests_required (https://github.com/nipy/nipype/pull/2850) * DOC: Add S3DataGrabber example (https://github.com/nipy/nipype/pull/2849) * DOC: Skip conftest module in API generation (https://github.com/nipy/nipype/pull/2852) * DOC: Hyperlink DOIs to preferred resolver (https://github.com/nipy/nipype/pull/2833) * MAINT: Install numpy!=1.16.0 from conda in Docker (https://github.com/nipy/nipype/pull/2862) * MAINT: Drop pytest-xdist requirement, minimum pytest version (https://github.com/nipy/nipype/pull/2856) * MAINT: Disable numpy 1.16.0 for Py2.7 (https://github.com/nipy/nipype/pull/2855)
-
1.1.7f2bbcc91 · ·
1.1.7 (December 17, 2018) * FIX: Copy node list before generating a flat graph (https://github.com/nipy/nipype/pull/2828) * FIX: Update pytest req'd version to 3.6 (https://github.com/nipy/nipype/pull/2827) * FIX: Set ResourceMonitor.fname to an absolute path (https://github.com/nipy/nipype/pull/2824) * FIX: Order of SPM.NewSegment channel_info boolean tuple is (Field, Corrected) (https://github.com/nipy/nipype/pull/2817) * FIX: Indices were swapped for memory and cpu profile data (https://github.com/nipy/nipype/pull/2816) * FIX: ``status_callback`` not called with ``stop_on_first_crash`` (https://github.com/nipy/nipype/pull/2810) * FIX: Change undefined ScriptError on LFS plugin to IOError (https://github.com/nipy/nipype/pull/2803) * ENH: Add NaN failure mode to CompCor interfaces (https://github.com/nipy/nipype/pull/2819) * ENH: Enable cnr_maps and residuals outputs for FSL eddy (https://github.com/nipy/nipype/pull/2750) * ENH: Improve ``str2bool`` + doctests (https://github.com/nipy/nipype/pull/2807) * TST: Improve py.test configuration of doctests (https://github.com/nipy/nipype/pull/2802) * DOC: Update DOI badge to point to all versions (https://github.com/nipy/nipype/pull/2804) * MAINT: Offload interfaces with help formatting (https://github.com/nipy/nipype/pull/2797) * MAINT: Reduce minimal code redundancy in filemanip.get_dependencies (https://github.com/nipy/nipype/pull/2782) * MAINT: Delayed imports to reduce import time (https://github.com/nipy/nipype/pull/2809)
-
1.1.6b448b606 · ·
1.1.6 (November 26, 2018) * [FIX] MapNodes fail when ``MultiProcPlugin`` passed by instance (https://github.com/nipy/nipype/pull/2786) * [FIX] --fineTune arguments order for MeshFix command (https://github.com/nipy/nipype/pull/2780) * [ENH] Add mp_context plugin arg for MultiProc (https://github.com/nipy/nipype/pull/2778) * [ENH] Create a crashfile even if 'stop_on_first_crash' is set (https://github.com/nipy/nipype/pull/2774) * [ENH] Add ExtractedBrainN4 output to ANTs CorticalThickness interface (https://github.com/nipy/nipype/pull/2784) * [STY] Combine split import (https://github.com/nipy/nipype/pull/2801) * [DOC] use https in css stylesheet url (https://github.com/nipy/nipype/pull/2779) * [MAINT] Outsource ``get_filecopy_info()`` from interfaces (https://github.com/nipy/nipype/pull/2798) * [MAINT] Import only Sequence to avoid DeprecationWarning (https://github.com/nipy/nipype/pull/2793) * [MAINT] One less DeprecationWarning (configparser) (https://github.com/nipy/nipype/pull/2794) * [MAINT] DeprecationWarning: use ``HasTraits.trait_set`` instead (https://github.com/nipy/nipype/pull/2792) * [MAINT] Stop using deprecated ``logger.warn()`` (https://github.com/nipy/nipype/pull/2788) * [MAINT] Move ``interfaces.base.run_command`` to ``nipype.utils.subprocess`` (https://github.com/nipy/nipype/pull/2777) * [MAINT] Force numpy>=1.15.4 when Python>=3.7 (https://github.com/nipy/nipype/pull/2775)