Bug-fix release that remedies an issue with packaging data
- FIX: Packaging data (#535)
Bug-fix release improving the FS license checking
- ENH: Improve FS license checking (#533)
Bug-fix release addressing some downstream issues in fMRIPrep.
- FIX:
MultiLabel
interpolations should not usefloat=True
(#530)- FIX: Do not break figure-datatype derivatives by sessions (#529)
- MNT: Update comments, minimum versions for setup requirements (#512)
A bug-fix release remedying a casting issue in DerivativesDataSink.
- FIX: Non-integer data coercion initialization
A bug-fix release in the 1.2.x series. This ensures consistency of datatype (dataobj, header) when casting to a new type in DerivativesDataSink.
- FIX: Ensure consistency when changing derivative datatype (#527)
First release in the 1.2.x series. This release includes a variety of enhancements and bug fixes, including a large scale refactoring of DerivativesDataSink.
- FIX: Purge greedy lstrip from reports (#521)
- FIX: Add DWI default patterns for dMRIPrep's reportlets (#504)
- FIX: Merge/SplitSeries write to path of input image, instead of cwd (#503)
- FIX: Better generalization and renaming+relocation in the API of
extract_wm
(#500) - FIX: Increase fault tolerance of DerivativesDataSink (#497)
- FIX: Match N4-only workflow outputs to brain extraction workflow (#496)
- FIX: Set default volumetric resolution within OutputReferencesAction to native (#494)
- ENH: Upstream NiTransforms module from fMRIPrep (#525)
- ENH: Improve DerivativesDataSink flexibility (#507) (#514) (#516)
- ENH: Add utility function to quickly check for FS license (#505)
- ENH: Add nibabel-based split and merge interfaces (#489)
- ENH: Show registration reportlets inline within Jupyter notebooks (#493)
- ENH: Ensure subcortical volume in CIFTI is in LAS orientation (#484)
- ENH: Produce carpetplot from CIFTI file (#491)
- ENH: Option to set DerivativesDataSink datatype (#492) (#495)
- MAINT: Revert #496 -- N4-only workflow connections (#498)
- MAINT: Transfer brainmask script from fMRIPrep (#488)
Bug-fix release in the 1.1.x series.
- FIX: Update naming patterns in figures.json (#483)
- FIX: Add CE agent to output figure filename templates (#482)
Bug-fix release to improve CIFTI compatibility with workbench tools.
- FIX: Ensure BOLD and label orientations are equal (#477)
Bug-fix release in the 1.1.x series.
- ENH: Overwrite attr's string conversion dunders (#475)
Bug-fix release in the 1.1.x series.
This release contains maintenance actions on the CI infrastructure after migration to the NiPreps organization.
- FIX: replace mutable
list
withtuple
in ANTs' workflow (#473)- MAINT: Pacify security patterns found by Codacy (#474)
- MAINT: Miscellaneous housekeeping (#472)
- MAINT: Fix test_masks (#470)
- MAINT: Use docker-registry for caching on CircleCI (#471)
- MAINT: Revise code coverage collection (#469)
- MAINT: Transfer to nipreps organization (#468)
Bug-fix release in the 1.1.x series.
This release includes some minor improvements to formatting of reports and derivative metadata.
- FIX: Check fo valid qform before calculating change (#466) @effigies
- ENH: Display errors as summary/details elements (#464) @effigies
- ENH: Add a pure-Python ApplyMask interface, based on NiBabel (#463) @oesteban
- MAINT: Replace
os
operations withpathlib
, indent JSON sidecars (#467) @mgxd
Minor improvements to enable fMRIPrep 20.0.0 release.
- ENH: Revise SpatialReference caching for ease of use, accessibility (#461) @mgxd
- ENH: Downgrade log level for superfluous scans (#460) @mgxd
- ENH: Enable optional BIDS entity filtering to data collection utility (#407) @bpinsard
Update NiBabel pinned version.
- MAINT: Update nibabel's pin to >=3.0.1
A refactor of recently introduced spaces/references/spatial-references objects, and some methods for upstream pipelines.
- ENH: Revision of spaces module for consistency (#457)
- ENH: Add BIDS output version checker (#456)
- ENH: Standard space querying (#455)
- ENH: Add cache to
SpatialReferences
(#453) - ENH: Add helper function for cleaning a directory (#454)
- FIX: Parsing of floats in
ResampleImageBySpacing
(#452)
Minor enhancements to better represent spaces/spatial-references, and increasing the test coverage of the Reports System (with thanks to J. Kent for the contribution):
- ENH: Separate
Space
andSpatialReferences
(#451) - ENH+TST: Add all valid entities to the default report specification (#447)
A fix/enhancement of the report generation system. With thanks to J. Kent for the contribution.
- ENH/FIX: parse orderings to account for missing entities (#443)
Hotfix of 1.1.1
- FIX:
IntraModalMerge
- Undefined input name used in_run_interface
(#442)
A bugfix release to support addressing nipreps/sdcflows#77. With thanks to Alejandro De La Vega for contributions.
- FIX:
IntraModalMerge
failed for dims (x, y, z, 1) (#441) @oesteban - ENH: Add
n4_only
workflow -- to skip brain extraction (#435) @adelavega - MAINT: Update nibabel to 3.0.0rc1 (#439) @mgxd
The first minor release of the niworkflows 1.x series. Numerous interfaces (GenerateCifti, CiftiNameSource, GiftiNameSource) have been changed to be compatible with HCP grayordinates.
- ENH: CIFTI / fsLR density (#436) @mgxd
- ENH: Expand GenerateCifti & MedialNaNs interfaces to support HCP grayordinates / fsLR surfaces (#417) @mgxd
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
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
Bug-fix release in the 1.0.x series.
- FIX: Ensure data type of masked image matches T1.mgz (#430) @effigies
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) @oesteban - ENH: 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) @oesteban - MAINT: Update
.gitignore
and.dockerignore
(#420) @oesteban - MAINT: use scikit-image LTS for earlier python versions (#418) @mgxd
- MAINT: Pin nipype>=1.3.1, remove link dependencies from
setup.cfg
@oesteban
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) @oesteban - ENH: Enable BIDSFreeSurferDir to take an absolute path as a subjects directory (#398) @effigies
- TEST: Separate LTA length fixing and add doctest (#403) @davhunt
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
Patch release culminating the migration of workflows from fMRIPrep.
- TST: Bring EPI brain extraction tests from fMRIPrep (#380) @oesteban
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
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
Minor improvements to support some of the requirements generated during the development of fMRIPrep-1.4.1.
- ENH: Improvements to
RobustMNINormalization
(#368) @oesteban - RF: Miscellaneous improvements to allow multiplicity of templates and specs (#366) @oesteban
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
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
Hotfix to the new confounds plot showing correlations.
- FIX: Refine implementation of plotting confounds correlations (#360) @oesteban
Hotfix to CopyXForm interface to keep backwards compatibility.
- FIX: fields were being replaced in outputs call (b418733) @oesteban
Hotfix addressing x-form issues on our antsBrainExtraction
's interpretation.
- ENH: Ensure consistency of headers along brain extraction workflow (#359) @oesteban
A hotfix over latest hotfix.
- FIX: Minor bug introduced with #358 (ed7a8e) @oesteban
A hotfix release to allow new documentation building of fMRIPrep.
- FIX: Tolerate missing ANTs at workflow construction (#358) @effigies
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) @oesteban- FIX: BusError in
DerivativesDataSink
(#356) @effigies- Revert "FIX: BusError in
DerivativesDataSink
" (#355) @effigies- FIX:
GenerateSamplingReference
failed extension with #348 (#354) @oesteban- FIX: 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) @oesteban- FIX: BusError in
DerivativesDataSink
(#350) @effigies- ENH: 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) @oesteban- ENH: Upstream
init_gifti_surface_wf
from sMRIPrep (#328) @oesteban- FIX: Do not generate 4D references out of 4D single-band references (SBRefs) (#338) @oesteban
- FIX: Allow pipelining dynamic outputs of
ReadSidecarJSON
(#340) @oesteban- ENH: Dictionary manipulation / TSV to dict, merge multiple dicts (#341) @rciric
- ENH: Run a second
N4BiasFieldCorrection
node to refine INU correction (#342) @oesteban- ENH: Add an
allowed_entities
setting inDerivativesDataSink
(#343) @oesteban- ENH: Refactor of the Report generation tools (#344) @oesteban
- PIN: Update dependencies - nilearn!=0.5.0,!=0.5.1 and latest templateflow (0.1.7)
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
- 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
- [PIN] Update to TemplateFlow 0.1.0 (#315) @oesteban
- [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
- [FIX] Do not cast
run
BIDS-entity to string (#307) @oesteban
- [TST] Add test on
BIDSInfo
interface (#302) @oesteban- [MNT] Deprecate
getters
module (#305) @oesteban- [FIX] Improve bounding box computation from masks (#304) @oesteban
- [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
- [FIX] Allow arbitrary template names in
RobustMNINormalization
(#284) @oesteban- [FIX] Brain extraction broken connection (#286) @oesteban
- [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
- [HOTFIX] Fix
UnboundLocalError
in utils.bids (#285) @oesteban
- [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)
- [FIX]
read_crashfile
stopped working after migration (#270)
- [HOTFIX]
LiterateWorkflow
returning empty desc (#269)
- [FIX] Summary fMRIPlot chokes when confounds are all-nan (#268)
- [FIX]
get_metadata_for_nifti
broken in transfer from fmriprep (#267)
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)
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)
- [FIX] Count non-steady-state volumes even if sbref is passed (#258)
- [FIX] Remove empty nipype file (#259)
- [RF] Updates for templateflow (#257)
- [ENH] Add "fMRIPrep" template, with new boldref template (#255)
- [ENH/MAINT] Refactor downloads, update NKI (#256)
- [FIX] Return runtime from EstimateReferenceImage._run_interface (#251)
- [ENH] Add nipype reimplementation of antsBrainExtraction (#244)
- [REF] Use runtime.cwd when possible in interfaces (#249)
- [ENH] Add fs-32k template (#243)
- [FIX] Avoid mmap when overwriting input in copyxform (#247)
- [PIN] nipype 1.1.0 (#248)
- [FIX] Standardize DTK template name
- [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)
- [PIN] Update Nipype to current master in nipy/nipype
With thanks to @danlurie for this new feature.
- [ENH] Constrained cost-function masking for T1-MNI registration (#233)
- [PIN] Update nipype PIN to current master
- [ENH] fMRI summary plot to take
_confounds.tsv
(#230)
Celebrating the 30th Anniversary of Pi Day!
- [ENH] Migrate the summary plot to niworkflows (#229)
- [ENH] Migrate carpetplot from MRIQC (#223)
With thanks to @mgxd for the new atlas.
- [PIN] Nipype-1.0.2
- [ENH] Add OASIS joint-fusion label atlas (#228)
- [ENH] Remove extensions from the nifti header (#226)
- [FIX] Fixing conda version (#227)
- [TST] Speed-up long tests (#225)
- [TST] Migrate to CircleCI 2.0 (#224)
- [ENH] Added SanitizeImage interface (nipreps#221)
- [FIX] broken normalization retries (nipreps#220)
- [PIN] Nipype 1.0.0
- [PIN] Pinning nipype to oesteban/nipype (including nipy/nipype#2383, nipy/nipype#2384, nipy/nipype#2376)
- [PIN] Pinning nipype to nipy/nipype (including nipy/nipype#2373)
- [PIN] Pinning nipype to oesteban/nipype (including nipy/nipype#2368)
- [PIN] Pinning nipype to nipy/nipype@master
- [FIX] Regression of nipreps/fmriprep#868 - updated nipy/nipype#2325 to fix it.
- [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)
- [PIN] Upgrade internal Nipype to current master + nipy/nipype#2325
- [ENH] Add new ROIsPlot interface (#211)
- [PIN] Upgrade internal Nipype to current master.
- [ENH] Generate SVGs only (#210)
- [PIN] Upgrade internal Nipype to master after the v0.14.0 release.
- [ENH] Update internal Nipype including merging nipy/nipype#2285 before nipype itself does.
- [ENH] Lower priority of "Affines do not match" warning (#209)
- [FIX] Increase tolerance in GenerateSamplingReference (#207)
- [ENH] Upgrade internal Nipype
- [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
- [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
- [ENH] Reporting interface for mri_coreg
- [ENH] Upgrade internal Nipype
- [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
- [ENH] Do not enforce float precision for ANTs (#187)
- [ENH] Clear header extensions when making ref image (#188)
- [ENH] Upgrade internal Nipype
- [ENH] Upgrade internal Nipype
- [ENH] Upgrade internal Nipype
- Hotfix release (updated manifest)
- Hotfix release (updated manifest)
- [ENH] Improve dependency management for users unable to use Docker/Singularity containers (#174)
- [DEP] Removed RobustMNINormalization testing input; use flavor-'testing' instead (#172)
- [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)
- [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)
- 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
- Added MRI reorient workflow (based on AFNI)
- Added skull-stripping workflow based on AFNI
- Rewritten most of the shablona-derived names and description files
- Copied project structure from Shablona