Skip to content

Commit

Permalink
Release 0.9.2 (#3348)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymzayek committed Aug 24, 2022
1 parent b6de3aa commit 98a3ee0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion doc/changes/latest.rst → doc/changes/0.9.2.rst
Expand Up @@ -2,9 +2,19 @@

.. include:: names.rst

0.9.2.dev
0.9.2
=========

**Released August 2022**

HIGHLIGHTS
----------

- Updated docs with a new theme using `furo <https://github.com/pradyunsg/furo>`_ (:gh:`3125` by `Alexis Thual`_).
- :func:`~mass_univariate.permuted_ols` and :func:`~glm.second_level.non_parametric_inference` now support :term:`TFCE` statistic (:gh:`3196` by `Taylor Salo`_).
- :func:`~mass_univariate.permuted_ols` and :func:`~glm.second_level.non_parametric_inference` now support cluster-level Family-wise error correction (:gh:`3181` by `Taylor Salo`_).
- :func:`~interfaces.bids.save_glm_to_bids` has been added, which writes model outputs to disk according to BIDS convention (:gh:`2715` by `Taylor Salo`_).

NEW
---

Expand Down
4 changes: 2 additions & 2 deletions doc/changes/whats_new.rst
Expand Up @@ -5,8 +5,8 @@
What's new
==========

.. _latest:
.. include:: latest.rst
.. _v0.9.2:
.. include:: 0.9.2.rst
.. _v0.9.1:
.. include:: 0.9.1.rst
.. _v0.9.0:
Expand Down
4 changes: 2 additions & 2 deletions nilearn/version.py
Expand Up @@ -21,10 +21,10 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = '0.9.2.dev'
__version__ = '0.9.2'

_NILEARN_INSTALL_MSG = 'See %s for installation information.' % (
'http://nilearn.github.io/introduction.html#installation')
'https://nilearn.github.io/stable/introduction.html#installation')

import operator

Expand Down

0 comments on commit 98a3ee0

Please sign in to comment.