@@ -4,16 +4,42 @@ All notable changes to this project will be documented (for humans) in this file
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 0.8.1 ] - Date
7+ ## [ 0.9.0 ] - 2020-12-23
88
9- TODO Summary
9+ Various improvements and compatibility/support (dcm2niix, datalad,
10+ duecredit) changes. Major change is placement of output files to the
11+ target output directory during conversion.
1012
1113### Added
14+
15+ - #454 zenodo referencing in README.rst and support for ducredit for
16+ heudiconv and reproin heuristic
17+ - #445 more tutorial references in README.md
18+
1219### Changed
13- ### Deprecated
20+
21+ - [ #485 ] [ ] placed files during conversion right away into the target
22+ directory (with a ` _heudiconv??? ` suffix, renamed into ultimate target
23+ name later on), which avoids hitting file size limits of /tmp ([ #481 ] [ ] ) and
24+ helped to avoid a regression in dcm2nixx 1.0.20201102
25+ - #477 replaced ` rec-<magnitude|phase> ` with ` part-<mag|phase> ` now
26+ that BIDS supports the part entity
27+ - #473 made default for CogAtlasID to be a TODO URL
28+ - #459 made AcquisitionTime used for acq_time scans file field
29+ - #451 retained sub-second resolution in scans files
30+ - #442 refactored code so there is now heudiconv.main.workflow for
31+ more convenient use as a Python module
32+
1433### Fixed
34+
35+ - minimal version of nipype set to 1.2.3 to guarantee correct handling
36+ of DWI files ([ #480 ] [ ] )
37+ - ` heudiconvDCM* ` temporary directories are removed now ([ #462 ] [ ] )
38+ - compatibility with DataLad 0.13 ([ #464 ] [ ] )
39+
1540### Removed
16- ### Security
41+
42+ - #443 pathlib as a dependency (we are Python3 only now)
1743
1844
1945## [ 0.8.0] - 2020-04-15
@@ -323,6 +349,7 @@ TODO Summary
323349[ #366 ] : https://github.com/nipy/heudiconv/issues/366
324350[ #368 ] : https://github.com/nipy/heudiconv/issues/368
325351[ #373 ] : https://github.com/nipy/heudiconv/issues/373
352+ [ #485 ] : https://github.com/nipy/heudiconv/issues/485
326353[ #293 ] : https://github.com/nipy/heudiconv/issues/293
327354[ #304 ] : https://github.com/nipy/heudiconv/issues/304
328355[ #306 ] : https://github.com/nipy/heudiconv/issues/306
@@ -360,11 +387,7 @@ TODO Summary
360387[ #434 ] : https://github.com/nipy/heudiconv/issues/434
361388[ #436 ] : https://github.com/nipy/heudiconv/issues/436
362389[ #437 ] : https://github.com/nipy/heudiconv/issues/437
363- [ #425 ] : https://github.com/nipy/heudiconv/issues/425
364- [ #420 ] : https://github.com/nipy/heudiconv/issues/420
365- [ #425 ] : https://github.com/nipy/heudiconv/issues/425
366- [ #430 ] : https://github.com/nipy/heudiconv/issues/430
367- [ #432 ] : https://github.com/nipy/heudiconv/issues/432
368- [ #434 ] : https://github.com/nipy/heudiconv/issues/434
369- [ #436 ] : https://github.com/nipy/heudiconv/issues/436
370- [ #437 ] : https://github.com/nipy/heudiconv/issues/437
390+ [ #462 ] : https://github.com/nipy/heudiconv/issues/462
391+ [ #464 ] : https://github.com/nipy/heudiconv/issues/464
392+ [ #480 ] : https://github.com/nipy/heudiconv/issues/480
393+ [ #481 ] : https://github.com/nipy/heudiconv/issues/481
0 commit comments