@@ -4,6 +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.8.0] - 2020-04-15
8
+
9
+ ### Enhancements
10
+
11
+ - Centralized saving of .json files. Indentation of some files could
12
+ change now from previous versions where it could have used ` 3 `
13
+ spaces. Now indentation should be consistently ` 2 ` for .json files
14
+ we produce/modify ([ #436 ] [ ] ) (note: dcm2niix uses tabs for indentation)
15
+ - ReproIn heuristic: support SBRef and phase data ([ #387 ] [ ] )
16
+ - Set the "TaskName" field in .json sidecar files for multi-echo data
17
+ ([ #420 ] [ ] )
18
+ - Provide an informative exception if command needs heuristic to be
19
+ specified ([ #437 ] [ ] )
20
+
21
+ ### Refactored
22
+
23
+ - ` embed_nifti ` was refactored into ` embed_dicom_and_nifti_metadata `
24
+ which would no longer create ` .nii ` file if it does not exist
25
+ already ([ #432 ] [ ] )
26
+
27
+ ### Fixed
28
+
29
+ - Skip datalad-based tests if no datalad available ([ #430 ] [ ] )
30
+ - Search heuristic file path first so we do not pick up a python
31
+ module if name conflicts ([ #434 ] [ ] )
32
+
7
33
## [ 0.7.0] - 2020-03-20
8
34
9
35
### Removed
@@ -310,8 +336,15 @@ TODO Summary
310
336
[ #376 ] : https://github.com/nipy/heudiconv/issues/376
311
337
[ #379 ] : https://github.com/nipy/heudiconv/issues/379
312
338
[ #380 ] : https://github.com/nipy/heudiconv/issues/380
339
+ [ #387 ] : https://github.com/nipy/heudiconv/issues/387
313
340
[ #390 ] : https://github.com/nipy/heudiconv/issues/390
314
341
[ #404 ] : https://github.com/nipy/heudiconv/issues/404
315
342
[ #407 ] : https://github.com/nipy/heudiconv/issues/407
316
343
[ #419 ] : https://github.com/nipy/heudiconv/issues/419
344
+ [ #420 ] : https://github.com/nipy/heudiconv/issues/420
317
345
[ #425 ] : https://github.com/nipy/heudiconv/issues/425
346
+ [ #430 ] : https://github.com/nipy/heudiconv/issues/430
347
+ [ #432 ] : https://github.com/nipy/heudiconv/issues/432
348
+ [ #434 ] : https://github.com/nipy/heudiconv/issues/434
349
+ [ #436 ] : https://github.com/nipy/heudiconv/issues/436
350
+ [ #437 ] : https://github.com/nipy/heudiconv/issues/437
0 commit comments