Skip to content

Commit 19e2f5b

Browse files
committed
Merge branch 'enh-misc2' of https://github.com/yarikoptic/heudiconv into enh-misc2
2 parents 5c86a78 + a021bd5 commit 19e2f5b

File tree

2 files changed

+75
-0
lines changed

2 files changed

+75
-0
lines changed

.mailmap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
Matteo Visconti di Oleggio Castello <[email protected]>
3+
Matteo Visconti di Oleggio Castello <[email protected]>
4+
Matteo Visconti di Oleggio Castello <[email protected]>
5+
Chris Filo Gorgolewski <[email protected]> Chris Gorgolewski <[email protected]>

CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# Changelog
2+
All notable changes to this project will be documented (for humans) in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased] - Date
8+
TODO Summary
9+
### Added
10+
- [CHANGELOG.md](https://github.com/nipy/heudiconv/blob/master/CHANGELOG.md)
11+
### Changed
12+
- Refactored into a proper `heudiconv` Python module
13+
- `Dockefile` is generated by NeuroDocker
14+
### Removed
15+
### Deprecated
16+
### Fixed
17+
### Security
18+
19+
## [0.4] - 2017-10-15
20+
A usable release to support [DBIC] use-case
21+
### Added
22+
- more testing
23+
### Changes
24+
- Dockerfile updates (added pigz, progressed forward [dcm2niix])
25+
### Fixed
26+
- correct date/time in BIDS `_scans` files
27+
- sort entries in `_scans` by date and then filename
28+
29+
## [0.3] - 2017-07-10
30+
A somewhat working release on the way to support [DBIC] use-case
31+
### Added
32+
- more tests
33+
- groupping of dicoms by series if provided
34+
- many more features and fixes
35+
36+
## [0.2] - 2016-10-20
37+
An initial release on the way to support [DBIC] use-case
38+
### Added
39+
- basic Python project assets (`setup.py`, etc)
40+
- basic tests
41+
- [datalad] support
42+
- dbic_bids heuristic
43+
- `--dbg` command line flag to enter `pdb` environment upon failure
44+
## Fixed
45+
- Better Python3 support
46+
- Better PEP8 compliance
47+
48+
## [0.1] - 2015-09-23
49+
50+
Initial version
51+
52+
---
53+
54+
Just a template for future records:
55+
56+
## [Unreleased] - Date
57+
TODO Summary
58+
### Added
59+
### Changed
60+
### Deprecated
61+
### Fixed
62+
### Removed
63+
### Security
64+
65+
---
66+
67+
## References
68+
[DBIC]: http://dbic.dartmouth.edu
69+
[datalad]: http://datalad.org
70+
[dcm2niix]: https://github.com/rordenlab/dcm2niix

0 commit comments

Comments
 (0)