Hello everyone!
We have just released Nilearn 0.10.2!
Update from PyPi:
pip install --upgrade nilearn
This is a minor release with some exciting new features:
- Volume plotting functions like plot_img now have an optional radiological parameter, defaulting to False. If True, this will invert the x-axis and L and R annotations to confirm to radiological conventional view.
- The decoder class was updated:
- to use the more efficient LogisticRegressionCV
- to support LassoCV as a new estimator option
- Add vmin and symmetric_cbar arguments to plot_img_on_surf
- Improved contrasts allowing fixed effects on F contrasts
- There is a new experimental surface API to facilitate working with surface data in downstream surface-based analyses. We provide this API as a nilearn.experimental.surface module as it is still incomplete and subject to change without a deprecation cycle.
- We now have a DOI on Zenodo for all Nilearn versions: nilearn | Zenodo
You can see the full changelog of this release here: Whatโs new - Nilearn
The full list of pull requests included in this version: Release 0.10.2 ยท nilearn/nilearn ยท GitHub
The full โdiffโ since last version: Comparing 0.10.1...0.10.2 ยท nilearn/nilearn ยท GitHub
11 new contributors !!!
- Jonas Mago made their first contribution in Correcting typo in the "load_confounds_strategy" function ("scrubbing") by jonasmago ยท Pull Request #3738 ยท nilearn/nilearn ยท GitHub
- Samante Tarum made their first contribution in [ENH][DOC] Fix inconsistent description of return keys for fetch_atlas_surf_destrieux by tarunsamanta2k20 ยท Pull Request #3774 ยท nilearn/nilearn ยท GitHub
- Czarina Sy made their first contribution in [MAINT] Removed all mentions of "License" from headers by czarinasy ยท Pull Request #3838 ยท nilearn/nilearn ยท GitHub
- Alisha Kodibagkar made their first contribution in https://github.com/nilearn/nilearn/pull/3855
- Franรงois Paugam made their first contribution in [REF] refactor test with error raising by FrancoisPgm ยท Pull Request #3854 ยท nilearn/nilearn ยท GitHub
- Mathieu Dugrรฉ made their first contribution in [FIX] transparent vertices in `surf_plotting` function by mathdugre ยท Pull Request #3860 ยท nilearn/nilearn ยท GitHub
- Rahul Brito made their first contribution in [REF] Rename html surface func to make them private by Rahul-Brito ยท Pull Request #3847 ยท nilearn/nilearn ยท GitHub
- Konarad Wagstyl made their first contribution in https://github.com/nilearn/nilearn/pull/3172
- Aswin Vijayan made their first contribution in https://github.com/nilearn/nilearn/pull/3597
- Maximilian Cosmo Sitter made their first contribution in [Fix] Fix pathlib.Path not being counted as Niimg-like in new_image_like by mcsitter ยท Pull Request #3723 ยท nilearn/nilearn ยท GitHub
- Alexandre Cionca made their first contribution in [FIX] allow using a list of `sample_mask` in `MultiNiftiMapsMasker.fit_transform` by acionca ยท Pull Request #3971 ยท nilearn/nilearn ยท GitHub