Nilearn 0.7.0 release
Published:
We just released nilearn 0.7.0! You can get it through pip: $ pip install nilearn.
This new release fixes some bugs and adds a bunch of new functionalities, among which:
- Nilearn now includes the functionality of Nistats. This module is experimental, hence subject to change in any future release. 
- New - Decoderobjects implement a model selection scheme that averages the best models within a cross validation loop.
- New - FREMobjects extend the- Decoderobject with one fast clustering step at the beginning and aggregates a high number of estimators trained on various splits of the training set.
- New plotting functions: - plot_eventto visualize events file.
- plot_roican now plot ROIs in contours with view_type argument.
- plot_carpetgenerates a “carpet plot” (also known as a “Power plot” or a “grayplot”).
- plot_img_on_surfgenerates multiple views of- plot_surf_stat_mapin a single figure.
- plot_markersshows network nodes (markers) on a glass brain template.
- plot_surf_contoursplots the contours of regions of interest on the surface.
 
