Skip to content

Commit 2115ea0

Browse files
committed
Merge tag '2.0.0rc4'
2.0.0rc4 * FIX: Convert SEI fieldmaps given in rad/s into Hz (#127) * FIX: Limit ``3dQwarp`` to maximum 4 CPUs for stability reasons (#128) * ENH: Generate a simple mask after correction (#161) * ENH: Increase unit-tests coverage of ``sdcflows.fieldmaps`` (#159) * ENH: Optimize tensor-product B-Spline kernel evaluation (#157) * ENH: Add a memory check to dynamically limit interpolation blocksize (#156) * ENH: Massage TOPUP's fieldcoeff files to be compatible with ours (#154) * ENH: Add a simplistic EPI masking algorithm (#152) * ENH: Utility that returns the ``B0FieldSource`` of a given potential EPI target (#151) * ENH: Write ``fmapid-`` entity in Derivatives (#150) * ENH: Multiplex fieldmap estimation outputs into a single ``outputnode`` (#149) * ENH: Putting the new API together on a base workflow (#143) * ENH: Autogenerate ``B0FieldIdentifiers`` from ``IntendedFor`` (#142) * ENH: Finalizing the API overhaul (#132) * ENH: Keep a registry of already-used identifiers (and auto-generate new) (#130) * ENH: New objects for better representation of fieldmap estimation (#114) * ENH: Show FieldmapReportlet oriented aligned with cardinal axes (#120) * ENH: New estimation API (featuring a TOPUP implementation!) (#115) * DOC: Minor improvements to the literate workflows descriptions. (#162) * DOC: Fix typo in docstring (#155) * DOC: Enable NiPype's sphinx-extension to better render Interfaces (#131) * MAINT: Drop Python 3.6 (#160) * MAINT: Enable Git-archive protocol with setuptools-scm-archive (#153) * MAINT: Migrate TravisCI -> GH Actions (completion) (#138) * MAINT: Migrate TravisCI -> GH Actions (#137) * MAINT: Minimal unit test and refactor of pepolar workflow node (#133) * MAINT: Collect code coverage from tests on Circle (#122) * MAINT: Test minimum dependencies with TravisCI (#96) * MAINT: Add FLIRT config files to prepare for TOPUP integration (#116)
2 parents d649398 + ec4fec3 commit 2115ea0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.0.0 (December 18, 2020)
2+
=========================
3+
4+
5+
16
2.0.0 (TBD)
27
===========
38
The *SDCFlows* 2.0.x series are released with a comprehensive overhaul of the software's API.
@@ -47,6 +52,7 @@ Some of the most prominent pull-requests conducive to this release are:
4752

4853
* FIX: Convert SEI fieldmaps given in rad/s into Hz (#127)
4954
* FIX: Limit ``3dQwarp`` to maximum 4 CPUs for stability reasons (#128)
55+
* ENH: Generate a simple mask after correction (#161)
5056
* ENH: Increase unit-tests coverage of ``sdcflows.fieldmaps`` (#159)
5157
* ENH: Optimize tensor-product B-Spline kernel evaluation (#157)
5258
* ENH: Add a memory check to dynamically limit interpolation blocksize (#156)
@@ -62,6 +68,7 @@ Some of the most prominent pull-requests conducive to this release are:
6268
* ENH: New objects for better representation of fieldmap estimation (#114)
6369
* ENH: Show FieldmapReportlet oriented aligned with cardinal axes (#120)
6470
* ENH: New estimation API (featuring a TOPUP implementation!) (#115)
71+
* DOC: Minor improvements to the literate workflows descriptions. (#162)
6572
* DOC: Fix typo in docstring (#155)
6673
* DOC: Enable NiPype's sphinx-extension to better render Interfaces (#131)
6774
* MAINT: Drop Python 3.6 (#160)

0 commit comments

Comments
 (0)