Releases: nipreps/niworkflows
Releases · nipreps/niworkflows
1.7.5
1.7.4
What's Changed
- FIX: Use keyword sep for pandas.read_csv by @effigies in #781
- codespell: config, action + some typo fixups by @yarikoptic in #782
- FIX: Check for empty segments in plot_carpet by @effigies in #783
New Contributors
- @yarikoptic made their first contribution in #782
Full Changelog: 1.7.3...1.7.4
1.7.3
Release Notes
Patch release in the 1.7.x series.
This release fixes a minor bug in carpet plot generation and resolves remaining issues
with using custom configurations in DerivativesDataSink.
Changes
- FIX: Avoid sorting carpetplot rows when decimated ROIs have one voxel by @effigies in #780
- ENH:Pass custom configuration into DerivativesDataSink entity parser by @tsalo in #777
Full Changelog: 1.7.2...1.7.3
1.7.2
1.7.1
Release Notes
Patch release in the 1.7.x series.
This release includes updates to the Docker image environment, and a fix for a plotting bug.
Changes
- CI: Update GitHub actions frdom master (#766)
- CI: Drop set-output (#763)
- FIX: Remove unused ANTs parameter that was removed in 2.4.1 (#771)
- FIX: Coerce
MGHImage
toNifti1Image
when plotting (#769) - FIX: Create test label images with realistic dtypes (#767)
- FIX: error for
np.bool
withnumpy 1.24.0
(#764) - MNT: Try bumping docker base to latest nipreps/miniconda (#773)
- MNT: Use org-level context (#770)
- REF: Store global variables as DerivativesDataSink attributes (#762)
1.7.0
Release Notes
New feature release in the 1.7.x series. This series will support sMRIPrep 0.10, fMRIPrep 22.1, and NiBabies 22.2.
This will be the last minor release series to support Python 3.7.
Changes
- FIX: Use
np.bool_
instead of deprecated np.bool (#760) - FIX: Use nilearn plot_surf over surfplot (#745)
- ENH: Allow DerivativesDataSink to handle output==input (#758)
- ENH: Add
Resolution
field to metadata if data hasres
entity (#754) - ENH: Add morphometric suffixes to pattern matching (#753)
- RF: GenerateCifti interface (#756)
- MNT: Loosen dependency versions (#759)
- MNT: Remove non-compliant
dtseries.json
metadata (#750) - MNT: Build FreeSurfer 7.2 (#751)
Full Changelog: 1.6.4...1.7.0
1.6.4
1.6.3
Release Notes
This release includes a new interface and improvements to existing interfaces.
Changes
- CI: Fix commit check (#744)
- CI: Extract pip pre checks into separate, skippable job (#743)
- FIX: Missing outputs in RobustAverage (#741)
- ENH: ReorientImage interface (#736)
- ENH: Add minimum_fs_version input to BIDSFreeSurferDir (#739)
- MNT: Pin traits < 6.4 (#738)
- MNT: Upgrade versioneer (#737)
- MAINT: Remove pins that broke prerelease tests (#735)