Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Scheltienne committed May 10, 2023
1 parent 91df686 commit 397af76
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/source/dev/changes/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,24 @@

.. _latest:

Current 0.3.0.dev
-----------------
Current 0.3.0
-------------

Enhancements
~~~~~~~~~~~~
- Improve changelog. (:pr:`86` by `Victor Férat`_)
- Support for AAHC clustering (:pr:`92` by `Reinmar Kobler`_)
- Add ``Microstate Segmentation`` tutorial. (:pr:`91` by `Victor Férat`_)

- Improve changelog (:pr:`86` by `Victor Férat`_)
- Add ``Microstate Segmentation`` tutorial (:pr:`91` by `Victor Férat`_)
- Add :meth:`~pycrostates.segmentation.RawSegmentation.compute_transition_matrix` and :meth:`~pycrostates.segmentation.RawSegmentation.compute_expected_transition_matrix` to :class:`~pycrostates.segmentation.RawSegmentation` and :class:`~pycrostates.segmentation.EpochsSegmentation` (:pr:`91` by `Victor Férat`_)
- Add :func:`pycrostates.preprocessing.apply_spatial_filter` (:pr:`96` by `Victor Férat`_)
- Add auto-labeling/ordering of microstates maps (:pr:`105` by `Victor Férat`_)

Bugs
~~~~

- Compare projector if MNE version is above 1.2 (:pr:`77` by `Mathieu Scheltienne`_)

API changes
~~~~~~~~~~~

- Add support for AAHC clustering (:pr:`92` by `Reinmar Kobler`_)

0 comments on commit 397af76

Please sign in to comment.