Skip to content

Commit 6a38566

Browse files
committed
rel(2.0.0rc3): Update CHANGES [skip ci]
1 parent c4a3f99 commit 6a38566

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,33 @@ A bids's-eye view of this new release follows:
3939
:py:func:`sdcflows.workflows.fit.pepolar.init_topup_wf`).
4040
* Pushed the code coverage with tests, along with a deep code cleanup.
4141

42+
.. attention::
43+
44+
*SDCFlows* drops Python 3.6 starting with 1.4.x series.
45+
4246
Some of the most prominent pull-requests conducive to this release are:
4347

4448
* FIX: Convert SEI fieldmaps given in rad/s into Hz (#127)
4549
* FIX: Limit ``3dQwarp`` to maximum 4 CPUs for stability reasons (#128)
50+
* ENH: Increase unit-tests coverage of ``sdcflows.fieldmaps`` (#159)
51+
* ENH: Optimize tensor-product B-Spline kernel evaluation (#157)
52+
* ENH: Add a memory check to dynamically limit interpolation blocksize (#156)
53+
* ENH: Massage TOPUP's fieldcoeff files to be compatible with ours (#154)
54+
* ENH: Add a simplistic EPI masking algorithm (#152)
55+
* ENH: Utility that returns the ``B0FieldSource`` of a given potential EPI target (#151)
56+
* ENH: Write ``fmapid-`` entity in Derivatives (#150)
57+
* ENH: Multiplex fieldmap estimation outputs into a single ``outputnode`` (#149)
4658
* ENH: Putting the new API together on a base workflow (#143)
4759
* ENH: Autogenerate ``B0FieldIdentifiers`` from ``IntendedFor`` (#142)
4860
* ENH: Finalizing the API overhaul (#132)
4961
* ENH: Keep a registry of already-used identifiers (and auto-generate new) (#130)
5062
* ENH: New objects for better representation of fieldmap estimation (#114)
5163
* ENH: Show FieldmapReportlet oriented aligned with cardinal axes (#120)
5264
* ENH: New estimation API (featuring a TOPUP implementation!) (#115)
65+
* DOC: Fix typo in docstring (#155)
5366
* DOC: Enable NiPype's sphinx-extension to better render Interfaces (#131)
67+
* MAINT: Drop Python 3.6 (#160)
68+
* MAINT: Enable Git-archive protocol with setuptools-scm-archive (#153)
5469
* MAINT: Migrate TravisCI -> GH Actions (completion) (#138)
5570
* MAINT: Migrate TravisCI -> GH Actions (#137)
5671
* MAINT: Minimal unit test and refactor of pepolar workflow node (#133)

0 commit comments

Comments
 (0)