|
| 1 | +# v0.11.0 (Tue May 10 2022) |
| 2 | + |
| 3 | +#### 🚀 Enhancement |
| 4 | + |
| 5 | +- RF: drop Python 3.6 (EOLed), fix dcm2niix version in neurodocker script [#555](https://github.com/nipy/heudiconv/pull/555) ([@yarikoptic](https://github.com/yarikoptic)) |
| 6 | +- ENH: Adds populate_intended_for for fmaps [#482](https://github.com/nipy/heudiconv/pull/482) ( [@pvelasco](https://github.com/pvelasco) [@yarikoptic](https://github.com/yarikoptic) [email protected] [@neurorepro](https://github.com/neurorepro)) |
| 7 | + |
| 8 | +#### 🐛 Bug Fix |
| 9 | + |
| 10 | +- bids_ME heuristic: add test for the dataset that raised #541, add support for MEGRE [#547](https://github.com/nipy/heudiconv/pull/547) ([@pvelasco](https://github.com/pvelasco) [@yarikoptic](https://github.com/yarikoptic)) |
| 11 | +- reproin heuristic: specify POPULATE_INTENDED_FOR_OPTS [#546](https://github.com/nipy/heudiconv/pull/546) ([@yarikoptic](https://github.com/yarikoptic)) |
| 12 | +- FIX: Convert sets to lists for filename updaters [#461](https://github.com/nipy/heudiconv/pull/461) ([@tsalo](https://github.com/tsalo)) |
| 13 | +- Added new infofilestyle compatible with BIDS [#12](https://github.com/nipy/heudiconv/pull/12) ([@chrisgorgo](https://github.com/chrisgorgo)) |
| 14 | +- try a simple fix for wrongly ordered files in tar file [#535](https://github.com/nipy/heudiconv/pull/535) ([@bpinsard](https://github.com/bpinsard)) |
| 15 | +- BF: Fix the order of the 'echo' entity in the filename [#542](https://github.com/nipy/heudiconv/pull/542) ([@pvelasco](https://github.com/pvelasco)) |
| 16 | +- ENH: add HeudiconvVersion to sidecar .json files [#529](https://github.com/nipy/heudiconv/pull/529) ([@yarikoptic](https://github.com/yarikoptic)) |
| 17 | +- BF (TST): make anonymize_script actually output anything and map determinstically [#511](https://github.com/nipy/heudiconv/pull/511) ([@yarikoptic](https://github.com/yarikoptic)) |
| 18 | +- Rename DICOMCONVERT_README.md to README.md [#4](https://github.com/nipy/heudiconv/pull/4) ([@satra](https://github.com/satra)) |
| 19 | + |
| 20 | +#### ⚠️ Pushed to `master` |
| 21 | + |
| 22 | +- Dockerfile - use bullseye for the base and fresh dcm2niix ([@yarikoptic](https://github.com/yarikoptic)) |
| 23 | + |
| 24 | +#### 🏠 Internal |
| 25 | + |
| 26 | +- Run codespell on some obvious typos [#563](https://github.com/nipy/heudiconv/pull/563) ([@yarikoptic](https://github.com/yarikoptic)) |
| 27 | +- Set up auto [#558](https://github.com/nipy/heudiconv/pull/558) ([@jwodder](https://github.com/jwodder) [@yarikoptic](https://github.com/yarikoptic)) |
| 28 | + |
| 29 | +#### 🧪 Tests |
| 30 | + |
| 31 | +- BF(TST): use caplog to control logging level, use python3 in shebang [#553](https://github.com/nipy/heudiconv/pull/553) ([@yarikoptic](https://github.com/yarikoptic)) |
| 32 | +- BF(TST): use caplog instead of capfd for testing if we log a warning [#534](https://github.com/nipy/heudiconv/pull/534) ([@yarikoptic](https://github.com/yarikoptic)) |
| 33 | +- Travis - Use bionic for the base [#533](https://github.com/nipy/heudiconv/pull/533) ([@yarikoptic](https://github.com/yarikoptic)) |
| 34 | + |
| 35 | +#### Authors: 9 |
| 36 | + |
| 37 | +- Basile ([@bpinsard](https://github.com/bpinsard)) |
| 38 | +- Chris Gorgolewski ([@chrisgorgo](https://github.com/chrisgorgo)) |
| 39 | +- DBIC BIDS Team ( [email protected]) |
| 40 | +- John T. Wodder II ([@jwodder](https://github.com/jwodder)) |
| 41 | +- Michael ([@neurorepro](https://github.com/neurorepro)) |
| 42 | +- Pablo Velasco ([@pvelasco](https://github.com/pvelasco)) |
| 43 | +- Satrajit Ghosh ([@satra](https://github.com/satra)) |
| 44 | +- Taylor Salo ([@tsalo](https://github.com/tsalo)) |
| 45 | +- Yaroslav Halchenko ([@yarikoptic](https://github.com/yarikoptic)) |
| 46 | + |
| 47 | +--- |
| 48 | + |
1 | 49 | # [0.10.0] - 2021-09-16
|
2 | 50 |
|
3 | 51 | Various improvements and compatibility/support (dcm2niix, datalad) changes.
|
|
0 commit comments