@@ -4,6 +4,36 @@ 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.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
+
7
37
## [ 0.6.0] - 2019-12-16
8
38
9
39
This is largely a bug fix. Metadata and order of ` _key-value ` fields in BIDS
@@ -271,6 +301,7 @@ TODO Summary
271
301
[ #348 ] : https://github.com/nipy/heudiconv/issues/348
272
302
[ #351 ] : https://github.com/nipy/heudiconv/issues/351
273
303
[ #352 ] : https://github.com/nipy/heudiconv/issues/352
304
+ [ #359 ] : https://github.com/nipy/heudiconv/issues/359
274
305
[ #360 ] : https://github.com/nipy/heudiconv/issues/360
275
306
[ #364 ] : https://github.com/nipy/heudiconv/issues/364
276
307
[ #369 ] : https://github.com/nipy/heudiconv/issues/369
@@ -280,3 +311,7 @@ TODO Summary
280
311
[ #379 ] : https://github.com/nipy/heudiconv/issues/379
281
312
[ #380 ] : https://github.com/nipy/heudiconv/issues/380
282
313
[ #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