File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,22 @@ 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
- ## [ Unreleased ] - Date
8
- TODO Summary
7
+ ## [ 0.5 ] - TBD
8
+ First release after major refactor
9
9
### Added
10
10
- [ CHANGELOG.md] ( https://github.com/nipy/heudiconv/blob/master/CHANGELOG.md )
11
+ - [ Regression testing] ( https://github.com/nipy/heudiconv/blob/master/tests/test_regression.py ) on real data (using datalad)
11
12
### Changed
12
13
- Refactored into a proper ` heudiconv ` Python module
13
- - ` Dockefile ` is generated by NeuroDocker
14
+ - ` Dockerfile ` is generated by [ neurodocker] ( https://github.com/kaczmarj/neurodocker )
15
+ - Logging verbosity reduced
16
+ - Increased leniency with missing DICOM fields
14
17
### Removed
15
18
### Deprecated
16
19
### Fixed
20
+ - Consistency with converted files permissions
21
+ - Ensured subject id for BIDS conversions will be BIDS compliant
22
+ - Re-add ` seqinfo ` fields as column names in generated ` dicominfo `
17
23
### Security
18
24
19
25
## [ 0.4] - 2017-10-15
@@ -67,4 +73,4 @@ TODO Summary
67
73
## References
68
74
[ DBIC ] : http://dbic.dartmouth.edu
69
75
[ datalad ] : http://datalad.org
70
- [ dcm2niix ] : https://github.com/rordenlab/dcm2niix
76
+ [ dcm2niix ] : https://github.com/rordenlab/dcm2niix
You can’t perform that action at this time.
0 commit comments