Skip to content

Commit 3724fa1

Browse files
authored
Merge pull request #315 from dartmouth-pbs/rel-v0.5.4
Release v0.5.4
2 parents ff845bb + 36e08d8 commit 3724fa1

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

CHANGELOG.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,39 @@ All notable changes to this project will be documented (for humans) in this file
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [0.5.4] - Date
7+
## [0.5.4] - 2019-04-29
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+
- Readthedocs documentation ([#327][])
1219

1320
### Changed
21+
- Update Docker dcm2niix to v.1.0.20190410 ([#334][])
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
18-
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"
28+
- Improve support for multiple `--queue-args` ([#328][])
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

2838
### Removed
39+
- `--sbargs` argument was renamed to `--queue-args` ([#304][])
2940

3041
### Security
3142

0 commit comments

Comments
 (0)