Skip to content

Commit a15ab8a

Browse files
committed
DOC: CHANGELOG for 0.8.0
1 parent 5681e0d commit a15ab8a

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +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.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+
733
## [0.7.0] - 2020-03-20
834

935
### Removed
@@ -310,8 +336,15 @@ TODO Summary
310336
[#376]: https://github.com/nipy/heudiconv/issues/376
311337
[#379]: https://github.com/nipy/heudiconv/issues/379
312338
[#380]: https://github.com/nipy/heudiconv/issues/380
339+
[#387]: https://github.com/nipy/heudiconv/issues/387
313340
[#390]: https://github.com/nipy/heudiconv/issues/390
314341
[#404]: https://github.com/nipy/heudiconv/issues/404
315342
[#407]: https://github.com/nipy/heudiconv/issues/407
316343
[#419]: https://github.com/nipy/heudiconv/issues/419
344+
[#420]: https://github.com/nipy/heudiconv/issues/420
317345
[#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

Comments
 (0)