Skip to content

Commit

Permalink
update to 0.4.6 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Chevallier authored Apr 7, 2022
1 parent 451dcb8 commit 3fb45aa
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
21 changes: 19 additions & 2 deletions docs/source/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,30 @@ API changes

- None


Version - 0.4.5 (Stable - PyPi)
Version - 0.4.6 (Stable - PyPi)
---------------------------------

Enhancements
~~~~~~~~~~~~

- Add P300 BrainInvaders datasets (:gh:`283` by `Sylvain Chevallier`_)
- Add explicit warning when lambda function are used to parametrize pipelines (:gh:`278` by `Jan Sosulski`_)


Bugs
~~~~

- Correct default path for ERP visualization (:gh:`279` by `Jan Sosulski`_)
- Correct documentation (:gh:`282` and :gh:`284` by `Jan Sosulski`_)



Version - 0.4.5
---------------

Enhancements
~~~~~~~~~~~~

- Progress bars, pooch, tqdm (:gh:`258` by `Divyesh Narayanan`_ and `Sylvain Chevallier`_)
- Adding test and example for set_download_dir (:gh:`249` by `Divyesh Narayanan`_)
- Update to newer version of Schirrmeister2017 dataset (:gh:`265` by `Robin Schirrmeister`_)
Expand Down
2 changes: 1 addition & 1 deletion moabb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# flake8: noqa
__version__ = "0.4.5"
__version__ = "0.4.6"

from moabb.utils import set_log_level
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "moabb"
version = "0.4.5"
version = "0.4.6"
description = "Mother of All BCI Benchmarks"
authors = ["Alexandre Barachant", "Vinay Jayaram"]
maintainers = ["Sylvain Chevallier <[email protected]>"]
Expand Down

0 comments on commit 3fb45aa

Please sign in to comment.