@@ -6,22 +6,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ 0.5.4] - Date
8
8
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 ` .
10
16
11
17
### Added
18
+ - Additional Stanford tutorial added to README ([ #301 ] )
12
19
13
20
### 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 ] )
14
24
15
25
### Deprecated
16
26
17
27
### Fixed
18
28
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"
25
35
before '.nii.gz'. Previously would have lead to absent additional metadata
26
36
extraction etc ([ #310 ] )
27
37
0 commit comments