Skip to content

Latest commit

 

History

History
896 lines (710 loc) · 34 KB

CHANGES.rst

File metadata and controls

896 lines (710 loc) · 34 KB

1.4.0 (TBD)

First release in the 1.4.x series. This release includes enhancements and bug-fixes towards the release of the first beta version of dMRIPrep. It also contains new features that are necessary for the API overhaul that has happened within the new SDCFlows 2.x series. The new series include a cross-cutting (modalities, species) workflow to generate EPI references. Finally other NiPreps will also have a first release with specific support for them: NiRodents and NiBabies (and their corresponding fMRIPrep extensions).

NiWorkflows has been relicensed!

As of the first release candidate of the 1.4 series, the license has changed from BSD 3-clause to the Apache License 2.0. Amongst several terms that are changing, the following two premises are relevant if you derive code from the new series:

  • You must give any other recipients of the Work or Derivative Works a copy of this License; and
  • You must cause any modified files to carry prominent notices stating that You changed the files.

A list of prominent changes follows:

1.4.0rc6 (May 17, 2021)

  • FIX: DerivativesDataSink dismissing entity writing reportlet (#638)
  • FIX: Limit memory usage in EstimateReferenceImage (#629)
  • FIX: Purge removed --disable flag from svgo call (#626)
  • FIX: Readd sbref_file input to reference volume interface (#624)
  • ENH: Update visual report specification with fieldmaps (#634)
  • ENH: Expose the output of the ValidateImage node as an output in EPI reference workflow (#636)
  • DOC: Ensure copyright notice in all headers' comment (#635)
  • MAINT: Pin svgutils to previous versions (#596)

Prior 1.4.0rc6

  • FIX: Update svgutils after breaking API changes (#620)
  • FIX: Address issues with RobustAverage global signal measurement (#607)
  • FIX: NonsteadyStatesDetector wrongly using Nipype's is_outlier (#605)
  • FIX: Change in svgutils' API on 0.3.2 breaks reportlets (#599)
  • FIX: Check for in_segm input, not seg_file (typo) (#592)
  • FIX: Use the mask to calculate FOV rather than the fixed image in GenerateSamplingReference (#583)
  • FIX: Allow omission of <res> for template normalization (#582)
  • FIX: Include _T2starw _MTw and _TSE-suffixes in build_path options (#584)
  • FIX: DerivativesDataSink warning when it has multiple source files (#573)
  • ENH: Add an inversion operation to IntensityClip (#616)
  • ENH: Cross-cutting (modalities, species) workflow to generate EPI references (#610)
  • ENH: Add a RobustAverage interface and split volume selection (#602)
  • ENH: Revise some patterns of the BIDSLayout config to aid SDCFlows new API (#585)
  • ENH: Upstream fMRIPrep's init_bbreg_wf to integrate it in dMRIPrep (#586)
  • MAINT: Drop gh-pages history, reducing repository size (#622)
  • MAINT: Add DS030 dataset, with clipped (55 timepoints) BOLD data (#609)
  • MAINT: Migrate ds003_downsampled to nipreps-data (#608)
  • MAINT: Move mask-regressions test-data to datalad + nipreps-data (#606)
  • MAINT: Refactor structure of interfaces (#603)
  • MAINT: Drop Python 3.6, test setuptools builds, pip installations, and revise Docker pinned versions (#593)
  • MAINT: CircleCI housekeeping (#580)

Caution!

The niworkflows.interfaces submodule has been refactored. To migrate from previous series, please modify the following imports:

  • images.MatchHeader -> header.MatchHeader
  • images.ValidateImage -> header.ValidateImage
  • images.Demean -> nibabel.Demean
  • images.FilledImageLike -> nibabel.FilledImageLike
  • images.RegridToZooms -> nibabel.RegridToZooms
  • masks.ROIsPlot -> reportlets.masks.ROIsPlot
  • masks.ComputeEPIMask -> nilearn.ComputeEPIMask
  • mni.RobustMNINormalization -> norm.SpatialNormalization
  • New niworkflows.interfaces.reportlets submodule
    • report_base -> reportlets.base
    • masks -> reportlets.masks
    • registration -> reportlets.registration
    • segmentation -> reportlets.segmentation
  • utils.GenerateSamplingReference -> nibabel.GenerateSamplingReference
  • utils.CopyXForm -> header.CopyXForm
  • utils.NormalizeMotionParams -> confounds.NormalizeMotionParams
  • utils.AddTPMs -> probmaps.AddTPMs
  • utils.TPM2ROI -> probmaps.TPM2ROI
  • utils.AddTSVHeader -> utility.AddTSVHeader
  • utils.JoinTSVColumns -> utility.JoinTSVColumns
  • utils.DictMerge -> utility.DictMerge
  • utils.TSV2JSON -> utility.TSV2JSON

Beware that interface aliases at the top niworkflows.interfaces level have been removed:

  • ExpandModel, SpikeRegressors from confounds
  • BET -> reportlets.masks.BETRPT
  • FAST -> reportlets.segmentation.FASTRPT
  • FLIRT, ApplyXFM, RobustMNINormalization, Registration, ApplyTransforms, SimpleBeforeAfter now under reportlets.registration as FLIRTRPT, ApplyXFMRPT, RobustMNINormalizationRPT, ANTSRegistrationRPT, ANTSApplyTransformsRPT, SimpleBeforeAfterRPT.
  • CopyXForm, CopyHeader, SanitizeImage now under header
  • NormalizeMotionParams now under confounds.
  • FMRISummary, CompCorVariancePlot, ConfoundsCorrelationPlot from plotting

1.3.4 (June 8, 2021)

Bug-fix release in the 1.3.x series.

  • RF: Write derivatives once, using deterministic gzip settings

1.3.3 (April 15, 2021)

Bug-fix release in the 1.3.x series.

  • FIX: Limit memory usage in EstimateReferenceImage (#629)
  • FIX: Check for in_segm input, not seg_file (#592)
  • FIX: Use the mask to calculate FOV rather than the fixed image in GenerateSamplingReference (#583)
  • FIX: Allow omission of <res> for template normalization (#582)
  • MAINT: Pin svgutils to 0.3.1 (#596)
  • MAINT: Migrate from Travis -> GH Actions (#589)
  • MAINT: CircleCI housekeeping (#580)

1.3.2 (November 5, 2020)

Bug-fix release in the 1.3.x series.

  • FIX: Cordon off .dtseries.json contents (#578)
  • ENH: Add units to qform overwrite report (#577)

1.3.1 (September 22, 2020)

Bug-fix release in the 1.3.x series. Addresses longstanding issues in the anatomical MRI brain extraction workflow.

  • FIX: Revision of antsBrainExtraction, better handling edge cases (#567)

1.3.0 (September 11, 2020)

First release in the 1.3.x series. This release includes enhancements and bug-fixes towards the release of the first LTS (long-term support) version of fMRIPrep. PyBIDS has been revised to use more recent versions, a series of ANTs' interfaces have been deemed ready to upstream into Nipype, and several improvements regarding multi-echo EPI are included. With thanks to Basile Pinsard for contributions.

  • FIX: Patch ApplyTransforms spec to permit identity in a chain (#554)
  • FIX: Add dots to extensions in PyBIDS' config file (#548)
  • FIX: Segmentation plots aligned with cardinal axes (#544)
  • FIX: Skip T1w file existence check if anat_derivatives are provided (#545)
  • FIX: Avoid diverting CIFTI dtype from original BOLD (#532)
  • ENH: Add smooth input to RegridToZooms (#549)
  • ENH: Enable DerivativesDataSink to take multiple source files to derive entities (#547)
  • ENH: Allow bold_reference_wf to accept multiple EPIs/SBRefs (#408)
  • ENH: Numerical stability of EPI brain-masks using probabilistic prior (#485)
  • ENH: Add a pure-Python interface to resample to specific resolutions (#511)
  • MAINT: Upstream all bug-fixes in the 1.2.9 release
  • MAINT: Finalize upstreaming of ANTs' interfaces to Nipype (#550)
  • MAINT: Update to Python +3.6 (#541)

1.2.9 (September 11, 2020)

Bug-fix release in the 1.2.x series with very minor problems addressed.

  • FIX: Reportlets would crash in edge condition (#566)
  • FIX: AROMA metadata CsfFraction -> CSFFraction (#563)
  • FIX: Add DWI nonstandard spaces (#565)

1.2.8 (September 03, 2020)

Bug-fix release in the 1.2.x series with a minor improvement of the correlations plot.

  • FIX: Improved control over correlations plot (#561)

1.2.7 (August 12, 2020)

Bug-fix release in the 1.2.x series with a very minor improvement of the reportlets.

  • FIX: Pin PyBIDS < 0.11 (and TemplateFlow < 0.6.3) only on the 1.2.x series. (#552)
  • FIX: Use numpy.linspace to calculate mosaic plots' cutting planes (#543)

1.2.6 (June 09, 2020)

Bug-fix release in the 1.2.x series addressing minor bugs encountered mostly within sMRIPrep. With thanks to Franziskus Liem for contributions.

  • FIX: Error conforming T1w images with differing zooms before recon-all (#534)
  • FIX: Restore and deprecate license argument to check_valid_fs_license (#538)
  • FIX: Allow anatomical derivatives to have run- entity (#539)

1.2.5 (June 4, 2020)

Bug-fix release that remedies an issue with packaging data

  • FIX: Packaging data (#535)

1.2.4 (June 04, 2020)

Bug-fix release improving the FS license checking

  • ENH: Improve FS license checking (#533)

1.2.3 (May 27, 2020)

Bug-fix release addressing some downstream issues in fMRIPrep.

  • FIX: MultiLabel interpolations should not use float=True (#530)
  • FIX: Do not break figure-datatype derivatives by sessions (#529)
  • MNT: Update comments, minimum versions for setup requirements (#512)

1.2.2 (May 26, 2020)

A bug-fix release remedying a casting issue in DerivativesDataSink.

  • FIX: Non-integer data coercion initialization

1.2.1 (May 26, 2020)

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)

1.2.0 (May 21, 2020)

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)

1.1.x series

1.1.12 (March 19, 2020)

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)

1.1.11 (March 17, 2020)

Bug-fix release to improve CIFTI compatibility with workbench tools.

  • FIX: Ensure BOLD and label orientations are equal (#477)

1.1.10 (March 11, 2020)

Bug-fix release in the 1.1.x series.

  • ENH: Overwrite attr's string conversion dunders (#475)

1.1.9 (March 05, 2020)

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 with tuple 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)

1.1.8 (February 26, 2020)

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 with pathlib, indent JSON sidecars (#467) @mgxd

1.1.7 (February 14, 2020)

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

1.1.6 (February 7, 2020)

Update NiBabel pinned version.

  • MAINT: Update nibabel's pin to >=3.0.1

1.1.5 (February 6, 2020)

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)

1.1.4 (January 28, 2020)

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 and SpatialReferences (#451)
  • ENH+TST: Add all valid entities to the default report specification (#447)

1.1.3 (January 16, 2020)

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)

1.1.2 (December 17, 2019)

Hotfix of 1.1.1

  • FIX: IntraModalMerge - Undefined input name used in _run_interface (#442)

1.1.1 (December 17, 2019)

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

1.1.0 (December 9, 2019)

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

1.0.x series

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) @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

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) @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

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.4.1.

  • ENH: Improvements to RobustMNINormalization (#368) @oesteban
  • RF: 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) @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) for GenerateSamplingReference (#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 in DerivativesDataSink (#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)

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)

  • [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)

0.3.3

0.3.1

0.3.0

  • [PIN] Nipype 1.0.0

0.2.8

0.2.7

0.2.6

0.2.5

0.2.4

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

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