|
| 1 | +0.5.0 (TBD) |
| 2 | +=========== |
| 3 | +A new minor release going forward with some of the items of our roadmap. |
| 4 | +The most salient features are the integration of FSL Eddy and the adoption of the new *SDCFlows 2.0* |
| 5 | +API. |
| 6 | + |
| 7 | +.. admonition:: Author list for papers based on *dMRIPrep* 0.5.x series |
| 8 | + |
| 9 | + As described in the `Contributor Guidelines |
| 10 | + <https://www.nipreps.org/community/CONTRIBUTING/#recognizing-contributions>`__, |
| 11 | + anyone listed as developer or contributor may write and submit manuscripts |
| 12 | + about *dMRIPrep*. |
| 13 | + To do so, please move the author(s) name(s) to the front of the following list: |
| 14 | + |
| 15 | + Joseph, Michael \ :sup:`1`\ ; Mansour, Salim \ :sup:`1`\ ; Pisner, Derek \ :sup:`2`\ ; Richie-Halford, Adam \ :sup:`3`\ ; Lerma-Usabiaga, Garikoitz \ :sup:`4, 5`\ ; Keshavan, Anisha \ :sup:`3`\ ; Kent, James D. \ :sup:`6`\ ; Dickie, Erin W. \ :sup:`7`\ ; Cieslak, Matthew \ :sup:`8`\ ; Poldrack, Russell A. \ :sup:`5`\ ; Veraart, Jelle \ :sup:`9`\ ; Rokem, Ariel \ :sup:`10`\ ; Esteban, Oscar \ :sup:`11`\ . |
| 16 | + |
| 17 | + Affiliations: |
| 18 | + |
| 19 | + 1. The Centre for Addiction and Mental Health |
| 20 | + 2. Department of Psychology, University of Texas at Austin, TX, USA |
| 21 | + 3. The University of Washington, eScience Institute |
| 22 | + 4. Basque Center on Cognition, Brain and Language (BCBL) |
| 23 | + 5. Department of Psychology, Stanford University |
| 24 | + 6. Neuroscience Program, University of Iowa |
| 25 | + 7. Krembil Centre for Neuroinformatics, The Centre for Addiction and Mental Health, Dept. of Psychiatry, University of Toronto |
| 26 | + 8. Perelman School of Medicine, University of Pennsylvania, PA, USA |
| 27 | + 9. School of Medicine, New York University |
| 28 | + 10. The University of Washington eScience Institute |
| 29 | + 11. Dept. of Radiology, Lausanne University Hospital and University of Lausanne |
| 30 | + |
| 31 | + * FIX: Change in _svgutils_ API (0.3.2) breaks our reportlet generation (#151) |
| 32 | + * FIX: Correctly check *SDCFlows*' registry of ``IntendedFor`` files (#141) |
| 33 | + * FIX: Honor ``--nprocs`` flag (#142) |
| 34 | + * ENH: Temporary integration of FSL Eddy (#144) |
| 35 | + * ENH: Connect fieldmap estimation to preprocessing pipeline of individual DWI runs (#140) |
| 36 | + * ENH: Refactor workflow for simplicity - explicit iteration over DWIs (#138) |
| 37 | + * ENH: Run fieldmap estimation using *SDCFlows* 2.0 (#137) |
| 38 | + * FIX/MAINT: Drop Python 3.6 + Revise Python environment (versions pinned) in Dockerfile (#146) |
| 39 | + * MAINT: Update *SDCFlows* pinning to the latest 2.0.0 release (#152) |
| 40 | + * DOC: Revise *dMRIPrep*'s road-map (#147) |
| 41 | + * DOC: Add FSL ``topup`` reference in citation boilerplate (#148) |
| 42 | + * DOC: change "functional" to "diffusion" (#143) |
| 43 | + |
1 | 44 | 0.4.0 (December 10, 2020)
|
2 | 45 | =========================
|
3 | 46 | A minor release including T1w-DWI registration with FreeSurfer's ``bbregister``.
|
@@ -78,7 +121,6 @@ A release to show the deployment process on the Sprint.
|
78 | 121 | * ENH: Set up customized report specification (#34)
|
79 | 122 | * MAINT: Use a local docker registry instead of load/save (#46)
|
80 | 123 |
|
81 |
| - |
82 | 124 | 0.2.1 (December 12, 2019)
|
83 | 125 | =========================
|
84 | 126 | A bugfix release to test that versioned documentation is working.
|
@@ -112,4 +154,5 @@ dMRIPrep will bring the contents of this branch back in as a plugin.
|
112 | 154 |
|
113 | 155 | 0.1.0 (November 21, 2018)
|
114 | 156 | =========================
|
115 |
| -* First release on GitHub. |
| 157 | +First release on GitHub. |
| 158 | + |
0 commit comments