Diffusion Imaging In Python - Documentation#
DIPY is the paragon 3D/4D+ imaging library in Python. It contains generic methods for spatial normalization, signal processing, machine learning, statistical analysis and visualization of medical images. Additionally, it contains specialized methods for computational anatomy including diffusion, perfusion and structural imaging.
DIPY is part of the NiPy ecosystem.
Quick links#
New to DIPY? Start with our installation guide and DIPY key concepts.
Browse our tutorials gallery.
How do I do X in DIPY? This dedicated section will provide you with a quick and direct answer.
Not comfortable with coding? We have command line interfaces for you. An easy way to use DIPY via a terminal.
Back to the basics. Learn the theory behind the methods implemented in DIPY.
Saw a typo? Found a bug? Want to improve a function? Learn how to contribute to DIPY!
A detailed description of the DIPY public Python API.
A detailed description of all the DIPY workflows command line.
Upgrading from a previous version? See what’s new and changed between each release of DIPY.
Need help with your processing? Ask us and a large neuroimaging community.
Highlights#
DIPY 1.12.0 is now available. New features include:
NF: FORCE reconstruction model.
NF: New BiasField correction method.
NF: Parallel EuDX tractography.
NF: Intermediate map for symmetric diffeomorphic registration.
NF: StatefulSurface class to handle surfaces.
NF: Multiple new workflows (dipy_fit_msmtcsd, dipy_brain_mask, dipy_cluster_streamlines, dipy_fit_powermap, dipy_fit_fwdti).
ENH: Cythonized AK, RK, and KFA kurtosis computations.
RF: TRX as default file format for tractography outputs.
RF: Adoption of pathlib across workflows.
RF: Refactoring of nlmeans denoising (classic and blockwise variants).
Added support for Python 3.14.
Drop support for Python 3.10.
Documentation update.
Closed 324 issues and merged 173 pull requests.
See Older Highlights.
Announcements#
DIPY 1.12.0 released March 14, 2026.
DIPY 1.11.0 released March 15, 2025.
DIPY 1.10.0 released December 12, 2024.
See some of our Past Announcements