Skip to content

Commit 157e2ad

Browse files
committed
Merge pull request #922 from oesteban/enh/UpdateBEDPOSTX
[FSL] BEDPOSTX Revisited
2 parents 6f50ee1 + 13c7cfa commit 157e2ad

31 files changed

+1581
-393
lines changed

CHANGES

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
Next Release
22
============
33

4+
* ENH: New miscelaneous interfaces: SplitROIs (mapper), MergeROIs (reducer)
5+
to enable parallel processing of very large images.
6+
* ENH: Updated FSL interfaces: BEDPOSTX and XFibres, former interfaces are still
7+
available with the version suffix: BEDPOSTX4 and XFibres4. Added gpu
8+
versions of BEDPOSTX: BEDPOSTXGPU, BEDPOSTX5GPU, and BEDPOSTX4GPU
49
* ENH: Added experimental support for MIPAV algorithms thorugh JIST plugins
510
* ENH: New dipy interfaces: Denoise, Resample
6-
* ENH: New Freesurfer interfaces: Tkregister2 (for conversion of fsl style matrices to freesurfer format),
7-
MRIPretess
11+
* ENH: New Freesurfer interfaces: Tkregister2 (for conversion of fsl style matrices to freesurfer format), MRIPretess
812
* ENH: New FSL interfaces: WarpPoints, WarpPointsToStd, EpiReg, ProbTrackX2, WarpUtils, ConvertWarp
913
* ENH: New miscelaneous interfaces: AddCSVRow, NormalizeProbabilityMapSet, AddNoise
1014
* ENH: New AFNI interfaces: Eval, Means, SVMTest, SVMTrain

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'matplotlib.sphinxext.plot_directive',
4141
'matplotlib.sphinxext.only_directives',
4242
'IPython.sphinxext.ipython_directive',
43-
'ipython_console_highlighting'
43+
'IPython.sphinxext.ipython_console_highlighting'
4444
]
4545

4646
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)