Skip to content

Commit 2d07d3b

Browse files
committed
doc: document changes
1 parent f7d1669 commit 2d07d3b

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [0.5.4] - Date
88

9-
TODO Summary
9+
This release includes fixes to BIDS multi-echo conversions, the
10+
re-implementation of queuing support (currently just SLURM), as well as
11+
some bugfixes.
12+
13+
Starting today, we will (finally) push versioned releases to DockerHub.
14+
Finally, to more accurately reflect on-going development, the `latest`
15+
tag has been renamed to `unstable`.
1016

1117
### Added
18+
- Additional Stanford tutorial added to README ([#301])
1219

1320
### Changed
21+
- `--sbargs` argument was renamed to `--queue-args` ([#304])
22+
- Allow usage of `--files` with basic heuristics. This requires
23+
use of `--subject` flag, and is limited to one subject. ([#293])
1424

1525
### Deprecated
1626

1727
### Fixed
1828

19-
- TODO: fix: embedding issue ([#306])
20-
- TODO: ([#304]) from mgxd/fix/queue
21-
- TODO: ([#301]) from franklin-feingold/master
22-
- TODO: fix/queue
23-
- TODO: ([#293]) from mgxd/multiecho
24-
- correctly handle the case when `outtype` of heuristic has "dicom"
29+
- Fixed an issue where generated BIDS sidecar files were missing additional
30+
information - treating all conversions as if the `--minmeta` flag was
31+
used ([#306])
32+
- Re-enable SLURM queuing support ([#304])
33+
- BIDS multi-echo support for EPI + T1 images ([#293])
34+
- Correctly handle the case when `outtype` of heuristic has "dicom"
2535
before '.nii.gz'. Previously would have lead to absent additional metadata
2636
extraction etc ([#310])
2737

0 commit comments

Comments
 (0)