Diffusion Imaging In Python - Documentation#
DIPY is the paragon 3D/4D+ imaging library in Python. 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 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 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.10.0 is now available. New features include:
NF: Patch2Self3 - Large improvements of self-supervised denoising method added.
NF: Fiber density and spread from ODF using Bingham distributions method added.
NF: Iteratively reweighted least squares for robust fitting of diffusion models added.
NF: NDC - Neighboring DWI Correlation quality metric added.
NF: DAM - tissue classification method added.
NF: New Parallel Backends (Ray, joblib, Dask) for fitting reconstruction methods added.
RF: Deprecation of Tensorflow support. PyTorch support is now the default.
Transition to Keyword-only arguments (PEP 3102).
Zero-warnings policy (CIs, Compilation, doc generation) adopted.
Adoption of ruff for automatic style enforcement.
Transition to using f-strings.
Citation system updated. It is more uniform and robust.
Multiple Workflows updated.
Multiple DIPY Horizon features updated.
Large documentation update.
Closed 250 issues and merged 185 pull requests.
See Older Highlights.
Announcements#
DIPY 1.10.0 released December 12, 2024.
DIPY 1.9.0 released March 8, 2024.
DIPY 1.8.0 released December 13, 2023.
See some of our Past Announcements