Nilearn 0.14.0 was released!

Hello y’all !!!

We have just released Nilearn 0.14.0! :rocket:

This is a major release with some new features:

  • Nilearn can leverage scikit-learn’s Array API-supported estimators to speed up neuroimaging ML analyses using GPU acceleration. See user guide page.
  • Interactive visualization with view_surf can now be done using niivue as a backend engine.
  • All maskers can now output to pandas or polars dataframe when using transform or accept such dataframes as input to inverse_transform.
  • smooth_img can now work with surfaces.
  • We had a very successful docathon at the OHBM hackathon to include an Examples section in the docstrings of many of our functions

Update from PyPi:

pip install --upgrade nilearn

Thanks to our new contributors !!!

You can see the full changelog of this release here: https://nilearn.github.io/stable/changes/whats_new.html#id1

The full list of pull requests included in this version:

The full “diff” since last version:

Nilearn links:

6 Likes