File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,32 @@ All notable changes to this project will be documented (for humans) in this file
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 0.5.2] - Date
7
+ ## [ 0.5.2] - 2019-01-04
8
8
9
- TODO Summary
9
+ A variety of bugfixes
10
10
11
11
### Added
12
12
### Changed
13
13
14
14
- Reproin heuristic: ` __dup ` indices would now be assigned incrementally
15
15
individually per each sequence, so there is a chance to properly treat
16
16
associate for multi-file (e.g. ` fmap ` ) sequences
17
+ - Reproin heuristic: also split StudyDescription by space not only by ^
17
18
- ` tests/ ` moved under ` heudiconv/tests ` to ease maintenance and facilitate
18
19
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
19
22
20
23
### Deprecated
21
24
### 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
+
22
33
### Removed
23
34
### Security
24
35
You can’t perform that action at this time.
0 commit comments