Skip to content

Commit 0154e14

Browse files
committed
CHANGELOG for 0.7.0
1 parent 48cb692 commit 0154e14

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,36 @@ 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.7.0] - 2020-03-20
8+
9+
### Removed
10+
11+
- Python 2 support/testing
12+
13+
### Enhancement
14+
15+
- `-g` option obtained two new modes: `all` and `custom`. In case of `all`,
16+
all provided DICOMs will be treated as coming from a single scanning session.
17+
`custom` instructs to use `.grouping` value (could be a DICOM attribute or
18+
a callable)provided by the heuristic ([#359][]).
19+
- Stop before reading pixels data while gathering metadata from DICOMs ([#404][])
20+
- reproin heuristic:
21+
- In addition to original "md5sum of the study_description" `protocols2fix`
22+
could now have (and applied after md5sum matching ones)
23+
1). a regular expression searched in study_description,
24+
2). an empty string as "catch all".
25+
This features could be used to easily provide remapping into reproin
26+
naming (documentation is to come to http://github.com/ReproNim/reproin)
27+
([#425][])
28+
29+
### Fixed
30+
31+
- Use nan, not None for absent echo value in sorting
32+
- reproin heuristic: case seqinfos into a list to be able to modify from
33+
overloaded heuristic ([#419][])
34+
- No spurious errors from the logger upon a warning about `etelemetry`
35+
absence ([#407][])
36+
737
## [0.6.0] - 2019-12-16
838

939
This is largely a bug fix. Metadata and order of `_key-value` fields in BIDS
@@ -271,6 +301,7 @@ TODO Summary
271301
[#348]: https://github.com/nipy/heudiconv/issues/348
272302
[#351]: https://github.com/nipy/heudiconv/issues/351
273303
[#352]: https://github.com/nipy/heudiconv/issues/352
304+
[#359]: https://github.com/nipy/heudiconv/issues/359
274305
[#360]: https://github.com/nipy/heudiconv/issues/360
275306
[#364]: https://github.com/nipy/heudiconv/issues/364
276307
[#369]: https://github.com/nipy/heudiconv/issues/369
@@ -280,3 +311,7 @@ TODO Summary
280311
[#379]: https://github.com/nipy/heudiconv/issues/379
281312
[#380]: https://github.com/nipy/heudiconv/issues/380
282313
[#390]: https://github.com/nipy/heudiconv/issues/390
314+
[#404]: https://github.com/nipy/heudiconv/issues/404
315+
[#407]: https://github.com/nipy/heudiconv/issues/407
316+
[#419]: https://github.com/nipy/heudiconv/issues/419
317+
[#425]: https://github.com/nipy/heudiconv/issues/425

0 commit comments

Comments
 (0)