nilearn.bsky.social
@nilearn.bsky.social
Statistics for NeuroImaging in Python.

nilearn.github.io
Compared to without rich
October 3, 2025 at 8:18 AM
did you know that Nilearn optional supports the awesome rich library (h/t @willmcgugan.bsky.social) for prettier logging?

rich.readthedocs.io/en/stable/
October 3, 2025 at 8:18 AM
Surface plots can now plot both hemispheres.

nilearn.github.io/stable/auto_...
June 23, 2025 at 7:50 AM
The default colormap has been changed to “RdBu_r” or “gray” for most plotting functions.
June 23, 2025 at 7:50 AM
Nilearn now offers some support for “transparent thresholding” plotting that not only highlights statistically significant regions but also includes subthreshold locations.

preprint: arxiv.org/abs/2504.07824

example: nilearn.github.io/stable/auto_...
June 23, 2025 at 7:50 AM
We have just released Nilearn 0.12.0!

A little thread to highlight some of the new features.

More information here: neurostars.org/t/nilearn-0-...
June 23, 2025 at 7:50 AM
We don't have an example for this in the gallery but what you want is the inverse_transform of the NiftiLabelMasker.

nilearn.github.io/stable/modul...

Here is minimal example to help you get started.
December 5, 2024 at 4:05 PM