What’s new?¶
1.0.4 (January 18, 2020)¶
Bug-fix release in the 1.0.x series.
FIX: Include reports for
run
-less functional runs (Backport of gh-443 to 1.0.x series) (#445) @jdkent
1.0.3 (December 18, 2019)¶
Hot-fix release in the 1.0.x series. Backported from 1.1.2.
FIX:
IntraModalMerge
- Undefined input name used in_run_interface
(#442)FIX:
IntraModalMerge
failed for dims (x, y, z, 1) (#441) @oesteban
1.0.2 (December 9, 2019)¶
Bug-fix release in the 1.0.x series.
FIX: Permit dummy scans to be 0 (#438) @jdkent
MNT: Specify junit_family to suppress pytest DeprecationWarning (#432) @effigies
1.0.1 (November 27, 2019)¶
Bug-fix release in the 1.0.x series.
FIX: Ensure data type of masked image matches T1.mgz (#430) @effigies
1.0.0 (November 26, 2019)¶
The first stable release of NIWorkflows.
CI: Drop setup.py install/develop installs (#428) @effigies
DOC: Maintenance of the documentation building (#429) @oesteban
DOC: Generate versioned documentation of the API (#416) @rwblair
ENH: Add
copy_header
inputs to some ANTs interfaces (#401) @oestebanENH: Remove the data getters/utils modules (#427) @oesteban
ENH: Move nilearn interfaces over from fMRIPrep (#414) @oesteban
ENH: Reports use the default template from niworkflows, allowing overwrite (#419) @oesteban
FIX: Update all
SpatialImage.get_data
->get_fdata
(#426) @oestebanMAINT: Update
.gitignore
and.dockerignore
(#420) @oestebanMAINT: use scikit-image LTS for earlier python versions (#418) @mgxd
MAINT: Pin nipype>=1.3.1, remove link dependencies from
setup.cfg
@oesteban
0.10.x series¶
0.10.4 (October 8, 2019)¶
Patch release with a few small bug fixes and improvements.
FIX: Remove unused, undocumented output from the bold_reference workflow (#409) @oesteban
FIX: Do not validate built paths (#405) @effigies
FIX: Ensure that length of indices matches length of values (#397) @rciric
ENH: Add a new
Binarize
interface using nibabel (#402) @oestebanENH: Enable BIDSFreeSurferDir to take an absolute path as a subjects directory (#398) @effigies
TEST: Separate LTA length fixing and add doctest (#403) @davhunt
0.10.3 (September 9, 2019)¶
Patch release with several bugfixes and two improvements on how NIfTI files were handled. With thanks to David Hunt and Ursula Tooley for contributions.
ENH: Memory optimized header rewriting (#386) @effigies
ENH: Warn about copying sform to qform only if qform changes (#365) @utooley
FIX: Nonpositive values entered to N4 when calculating BOLDrefs (#389) @oesteban
FIX: Retain newlines in corrected LTA files (#391) @davhunt
FIX: Handle singleton decompositions (#383) @rciric
FIX: Revision of previous PR #337 / MELODIC did not converge (#381) @oesteban
MAINT:Confound metadata maintenance (#382) @rciric
TEST: Skip tests with non-Python dependencies when missing (#387) @effigies
0.10.2 (July 24, 2019)¶
Patch release culminating the migration of workflows from fMRIPrep.
TST: Bring EPI brain extraction tests from fMRIPrep (#380) @oesteban
0.10.1 (July 22, 2019)¶
Minor release with bug fixes and pinning the latest stable release of the TemplateFlow client.
PIN: latest templateflow client (0.4.1) @oesteban
FIX: Load file with mmap-False when modifying on-disk dtype (#378) @effigies
FIX: Require scikit-learn because nilearn does not (#376) @effigies
0.10.0 (July 12, 2019)¶
Minor release to allow dependent tools to upgrade to PyBIDS 0.9 series (minimum 0.9.2).
We’ve also moved to a setup.cfg
-based setup to standardize configuration.
MAINT: Use PyBIDS 0.9.2+ (#369) @effigies
MAINT: Switch to a
setup.cfg
-based setup (#375) @effigies
0.9.x series¶
0.9.6 (July 8, 2019)¶
Minor improvements to support some of the requirements generated during the development of fMRIPrep-1.0.4.
ENH: Improvements to
RobustMNINormalization
(#368) @oestebanRF: Miscellaneous improvements to allow multiplicity of templates and specs (#366) @oesteban
0.9.5 (June 5, 2019)¶
Minor improvements to allow more flexible template selection within the brain extraction workflow, in particular to enable using infant and pediatric templates.
ENH: Accept template specifications in
antsBrainExtraction
(#364) @oesteban
0.9.4 (June 5, 2019)¶
A housekeeping release, including bugfixes and minor enhancements. With thanks to William H. Thompson for contributions.
PIN: TemplateFlow to latest (0.3.0), including infant and pediatric templates (#363) @oesteban
RF: Move BOLD-reference generation workflows to niworkflows (#362) @oesteban
ENH: Create informative HTML reportlet on missing MELODIC mix (#337) @effigies
ENH: Signal extraction of parcels/ROIs from single NIfTI file (#303) @wiheto
0.9.3 (May 15, 2019)¶
Hotfix to the new confounds plot showing correlations.
FIX: Refine implementation of plotting confounds correlations (#360) @oesteban
0.9.2-1 (May 6, 2019)¶
Hotfix to CopyXForm interface to keep backwards compatibility.
FIX: fields were being replaced in outputs call (b418733) @oesteban
0.9.2 (May 6, 2019)¶
Hotfix addressing x-form issues on our antsBrainExtraction
’s interpretation.
ENH: Ensure consistency of headers along brain extraction workflow (#359) @oesteban
0.9.1-1 (May 3, 2019)¶
A hotfix over latest hotfix.
FIX: Minor bug introduced with #358 (ed7a8e) @oesteban
0.9.1 (May 3, 2019)¶
A hotfix release to allow new documentation building of fMRIPrep.
FIX: Tolerate missing ANTs at workflow construction (#358) @effigies
0.9.0 (May 3, 2019)¶
A number of new features and bugfixes. This release includes a refactor of the reports generation system that attempts to better generalize to other BIDS-Apps. The new reports internally use pybids to find reportlets, and the configuration file has been migrated to YAML to allow line breaks when captioning reportlets. The release also provides more infrastructure for fMRIPrep and sMRIPrep, including some BIDS-related interfaces.
ENH: Miscellaneous improvements to the Reports (#357) @oesteban
ENH: Add a
KeySelect
interface (#347) @oestebanFIX: BusError in
DerivativesDataSink
(#356) @effigiesRevert “FIX: BusError in
DerivativesDataSink
” (#355) @effigiesFIX:
GenerateSamplingReference
failed extension with #348 (#354) @oestebanFIX: Revise tests after sloppy merge of #352 (#353) @oesteban
FIX: Reportlets path and output path were wrong (#352) @oesteban
FIX: Use safe loader for YAML data input in reports (#351) @oesteban
FIX: Allow
native
grids (i.e. pass-through) forGenerateSamplingReference
(#348) @oestebanFIX: BusError in
DerivativesDataSink
(#350) @effigiesENH: Add new confounds model to reports template (#349) @oesteban
ENH/FIX: Migrate default config to YAML, fix ROIs query. (#346) @oesteban
REL: Synchronization with latest fMRIPrep changes + minor improvements (#345) @oesteban
ENH:
DerivativesDataSink
now accepts metadata dictionaries too (#332) @oestebanENH: Upstream
init_gifti_surface_wf
from sMRIPrep (#328) @oestebanFIX: Do not generate 4D references out of 4D single-band references (SBRefs) (#338) @oesteban
FIX: Allow pipelining dynamic outputs of
ReadSidecarJSON
(#340) @oestebanENH: Dictionary manipulation / TSV to dict, merge multiple dicts (#341) @rciric
ENH: Run a second
N4BiasFieldCorrection
node to refine INU correction (#342) @oestebanENH: Add an
allowed_entities
setting inDerivativesDataSink
(#343) @oestebanENH: Refactor of the Report generation tools (#344) @oesteban
PIN: Update dependencies - nilearn!=0.5.0,!=0.5.1 and latest templateflow (0.1.7)
0.8.x series¶
0.8.2 (April 4, 2019)¶
New release to go along with the upcoming MRIQC 0.15.0.
ENH: Update CompCor plotting to allow getting NaNs (#326) @rciric
ENH: Ensure brain mask’s conformity (#324) @oesteban
ENH: Add several helper interfaces (#325) @oesteban
FIX: “NONE of the components…” banner was printed even when no AROMA file was present (#330) @oesteban
0.8.1 (March 15, 2019)¶
FIX: Revising antsBrainExtraction dual workflow (#316) @oesteban
ENH: Expose bias-corrected T1w before skull-stripping (#317) @oesteban
ENH:
DerivativesDataSink
- enable JSON sidecar writing (#318) @oesteban
0.8.0 (March 05, 2019)¶
[PIN] Update to TemplateFlow 0.1.0 (#315) @oesteban
0.7.x series¶
0.7.2 (February 19, 2019)¶
[FIX] Scaling of confound fix (#310) @wiheto
[FIX] GenerateSamplingReference with correct zooms (#312) @effigies
[ENH] AROMA plots - add warning for edge cases (none/all are noise) (#292) @jdkent
[ENH] Confound enhancement (#287) @rciric
0.7.1.post1 (February 12, 2019)¶
[FIX] Do not cast
run
BIDS-entity to string (#307) @oesteban
0.7.1 (February 07, 2019)¶
[TST] Add test on
BIDSInfo
interface (#302) @oesteban[MNT] Deprecate
getters
module (#305) @oesteban[FIX] Improve bounding box computation from masks (#304) @oesteban
0.7.0 (February 04, 2019)¶
[ENH] Implementation of BIDS utilities using pybids (#299) @oesteban
[HOTFIX] Only check headers of NIfTI files (#300) @oesteban
[ENH] Option to sanitize NIfTI headers when writing derivatives (#298) @oesteban
[ENH] Do not save the original name and time stamp of gzip files (#295) @oesteban
[CI] Checkout source for coverage reporting (#290) @effigies
[CI] Add coverage (#288) @effigies
Old 0.x series¶
0.6.1 (January 23, 2019)¶
[FIX] Allow arbitrary template names in
RobustMNINormalization
(#284) @oesteban[FIX] Brain extraction broken connection (#286) @oesteban
0.6.0 (January 18, 2019)¶
[RF] Improve readability of parameters files (#276) @oesteban
[ENH] Improve niwflows.interfaces.freesurfer (#277) @oesteban
[ENH] Make BIDS regex more readable (#278) @oesteban
[ENH] Datalad+templateflow integration (#280) @oesteban
0.5.4 (January 23, 2019)¶
[HOTFIX] Fix
UnboundLocalError
in utils.bids (#285) @oesteban
0.5.3 (January 08, 2019)¶
[RF] Improve generalization of Reports generation (#275)
[RF] Improve implementation of DerivativesDataSink (#274)
[RF] Conform names to updated TemplateFlow, add options conducive to small animal neuroimaging (#271)
[FIX] Do not resolve non-existent Paths (#272)
0.5.2.post5 (December 14, 2018)¶
[FIX]
read_crashfile
stopped working after migration (#270)
0.5.2.post4 (December 13, 2018)¶
[HOTFIX]
LiterateWorkflow
returning empty desc (#269)
0.5.2.post3 (December 13, 2018)¶
[FIX] Summary fMRIPlot chokes when confounds are all-nan (#268)
0.5.2.post2 (December 12, 2018)¶
[FIX]
get_metadata_for_nifti
broken in transfer from fmriprep (#267)
0.5.2.post1 (December 10, 2018)¶
A hotfix release that ensures version is correctly reported when installed via Pypi.
[MAINT] Clean-up dependencies (7a76a45)
[HOTFIX] Ensure VERSION file is created at deployment (3e3a2f3)
[TST] Add tests missed out in #263 (#266)
0.5.2 (December 8, 2018)¶
With thanks to @wiheto for contributions.
[ENH] Upstream work from fMRIPrep (prep. sMRIPrep) (#263)
[ENH] Integrate versioneer (#264)
[FIX] X axis label for fMRIPlot - better respect TR and default to frame number (#261)
0.5.1 (November 8, 2018)¶
[FIX] Count non-steady-state volumes even if sbref is passed (#258)
[FIX] Remove empty nipype file (#259)
0.5.0 (October 26, 2018)¶
[RF] Updates for templateflow (#257)
0.4.4 (October 15, 2018)¶
[ENH] Add “fMRIPrep” template, with new boldref template (#255)
[ENH/MAINT] Refactor downloads, update NKI (#256)
0.4.3 (September 4, 2018)¶
[FIX] Return runtime from EstimateReferenceImage._run_interface (#251)
[ENH] Add nipype reimplementation of antsBrainExtraction (#244)
[REF] Use runtime.cwd when possible in interfaces (#249)
0.4.2 (July 5, 2018)¶
[ENH] Add fs-32k template (#243)
[FIX] Avoid mmap when overwriting input in copyxform (#247)
[PIN] nipype 1.1.0 (#248)
0.4.1 (June 7, 2018)¶
[FIX] Standardize DTK template name
0.4.0 (May 31, 2018)¶
[ENH] Resume external nipype dependency at version 1.0.4 (#241)
[REF] Use nipype’s ReportCapableInterface mixin (#238)
[MNT] Enable running tests in parallel (#240)
0.3.13 (May 11, 2018)¶
[PIN] Update Nipype to current master in nipy/nipype
0.3.12 (May 05, 2018)¶
With thanks to @danlurie for this new feature.
[ENH] Constrained cost-function masking for T1-MNI registration (#233)
0.3.8 (April 20, 2018)¶
[PIN] Update nipype PIN to current master
0.3.7 (March 22, 2018)¶
[ENH] fMRI summary plot to take
_confounds.tsv
(#230)
0.3.6 (March 14, 2018)¶
Celebrating the 30th Anniversary of Pi Day!
[ENH] Migrate the summary plot to niworkflows (#229)
[ENH] Migrate carpetplot from MRIQC (#223)
0.3.5 (February 28, 2018)¶
With thanks to @mgxd for the new atlas.
[PIN] Nipype-1.0.2
[ENH] Add OASIS joint-fusion label atlas (#228)
0.3.4 (February 22, 2018)¶
0.3.3¶
[ENH] Added SanitizeImage interface (https://github.com/poldracklab/niworkflows/pull/221)
0.3.1¶
[FIX] broken normalization retries (https://github.com/poldracklab/niworkflows/pull/220)
0.3.0¶
[PIN] Nipype 1.0.0
0.2.8¶
[PIN] Pinning nipype to oesteban/nipype (including nipy/nipype#2383, nipy/nipype#2384, nipy/nipype#2376)
0.2.7¶
[PIN] Pinning nipype to nipy/nipype (including https://github.com/nipy/nipype/pull/2373)
0.2.6¶
[PIN] Pinning nipype to oesteban/nipype (including https://github.com/nipy/nipype/pull/2368)
0.2.5¶
[PIN] Pinning nipype to nipy/nipype@master
0.2.4¶
[FIX] Regression of poldracklab/fmriprep#868 - updated nipy/nipype#2325 to fix it.
0.2.3¶
[PIN] Upgrade internal Nipype to current master + current nipy/nipype#2325
[ENH] Thinner lines in tissue segmentation (#215)
[ENH] Use nearest for coreg visualization (#214)
0.2.2¶
[PIN] Upgrade internal Nipype to current master + nipy/nipype#2325
0.2.1¶
[ENH] Add new ROIsPlot interface (#211)
[PIN] Upgrade internal Nipype to current master.
0.2.0¶
[ENH] Generate SVGs only (#210)
[PIN] Upgrade internal Nipype to master after the v0.14.0 release.
0.1.11¶
[ENH] Update internal Nipype including merging nipy/nipype#2285 before nipype itself does.
0.1.10¶
[ENH] Lower priority of “Affines do not match” warning (#209)
[FIX] Increase tolerance in GenerateSamplingReference (#207)
[ENH] Upgrade internal Nipype
0.1.9¶
[ENH] Display surface contours for MRICoregRPT if available (#204)
[ENH] Crop BOLD sampling reference to reduce output file size (#205)
[ENH] Close file descriptors where possible to avoid OS limits (#208)
[ENH] Upgrade internal Nipype
0.1.8¶
[ENH] Add NKI template data grabber (#200)
[ENH] Enable sbref to be passed to EstimateReferenceImage (#199)
[ENH] Add utilities for fixing NIfTI qform/sform matrices (#202)
[ENH] Upgrade internal Nipype
0.1.7¶
[ENH] Reporting interface for mri_coreg
[ENH] Upgrade internal Nipype
0.1.6¶
[ENH] Add BIDS example getters (#189)
[ENH] Add NormalizeMotionParams interface (#190)
[ENH] Add ICA-AROMA reporting interface (#193)
[FIX] Correctly handle temporal units in MELODIC plotting (#192)
[ENH] Upgrade internal Nipype
0.1.5¶
[ENH] Do not enforce float precision for ANTs (#187)
[ENH] Clear header extensions when making ref image (#188)
[ENH] Upgrade internal Nipype
0.1.4¶
[ENH] Upgrade internal Nipype
0.1.3¶
[ENH] Upgrade internal Nipype
0.1.2¶
Hotfix release (updated manifest)
0.1.1¶
Hotfix release (updated manifest)
0.1.0¶
[ENH] Improve dependency management for users unable to use Docker/Singularity containers (#174)
[DEP] Removed RobustMNINormalization testing input; use flavor-‘testing’ instead (#172)
0.0.7¶
[ENH] Use AffineInitializer in RobustMNIRegistration (#169, #171)
[ENH] Add CopyHeader interface (#168)
[ENH] Add 3dUnifize to skull-stripping workflow (#167, #170)
[ENH] Give access to num_threads in N4BiasFieldCorrection (#166)
[ENH] Add a simple interface for visualising masks (#161)
[ENH] Add a family of faster registration settings (#157)
[ENH] More flexible settings for RobustMNIRegistration (#155)
[ENH] Add EstimateReferenceImage interface (#148)
[ENH] Add a SimpleBeforeAfter report capable interface (#144)
[ENH] Add MELODIC report interface (#134)
0.0.6¶
[FIX] Python 2.7 issues and testing (#130, #135)
[ENH] Compress surface segmentation reports (#133)
[ENH] Write bias image in skull-stripping workflow (#131)
[FIX] BBRegisterRPT: Use inputs.subjects_dir to find structurals (#128)
[ENH] Fetch full 2009c from OSF (#126)
[ENH] Coregistration tweaks (#125)
[FIX] Be more robust in detecting SVGO (#124)
[ENH] Enable Lanczos interpolation (#122)
0.0.3¶
Add parcellation derived from Harvard-Oxford template, to be used with the nonlinear-asym-09c template for the carpetplot
Add headmask and normalize tpms in mni_icbm152_nlin_asym_09c
Update MNI ICBM152 templates (linear and nonlinear-asym)
Add MNI152 2009c nonlinear-symetric template (LAS)
Add MNI152 nonlinear-symmetric template
Add MNI EPI template and parcellation
Switch data downloads from GDrive to OSF
Fixed installer, now compatible with python 3
0.0.2¶
Added MRI reorient workflow (based on AFNI)
0.0.1¶
Added skull-stripping workflow based on AFNI
Rewritten most of the shablona-derived names and description files
Copied project structure from Shablona