Skip to content

Commit 1e0353c

Browse files
committed
CHANGELOG
1 parent 5ca882a commit 1e0353c

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,32 @@ 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.2] - Date
7+
## [0.5.2] - 2019-01-04
88

9-
TODO Summary
9+
A variety of bugfixes
1010

1111
### Added
1212
### Changed
1313

1414
- Reproin heuristic: `__dup` indices would now be assigned incrementally
1515
individually per each sequence, so there is a chance to properly treat
1616
associate for multi-file (e.g. `fmap`) sequences
17+
- Reproin heuristic: also split StudyDescription by space not only by ^
1718
- `tests/` moved under `heudiconv/tests` to ease maintenance and facilitate
1819
testing of an installed heudiconv
20+
- Protocol name will also be accessed from private Siemens
21+
csa.tProtocolName header field if not present in public one
1922

2023
### Deprecated
2124
### Fixed
25+
26+
- Multiple files produced by dcm2niix are first sorted to guarantee
27+
correct order e.g. of magnitude files in fieldmaps, which otherwise
28+
resulted in incorrect according to BIDS ordering of them
29+
- Aggregated top level .json files now would contain only the fields
30+
with the same values from all scanned files. In prior versions,
31+
those files were not regenerated after an initial conversion
32+
2233
### Removed
2334
### Security
2435

0 commit comments

Comments
 (0)