Skip to content

Commit

Permalink
REL: 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed May 28, 2022
1 parent 8c5bd42 commit a7dded2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ Here we list a changelog of pybv.
:local:
:depth: 1

0.8.0 (unreleased)
0.7.1 (2022-05-28)
==================

Changelog
~~~~~~~~~
- Nothing yet
Bug
~~~
- Fixed a bug in private ``pybv._export`` module for export to BrainVision from MNE-Python, by `Stefan Appelhoff`_: (:gh:`90`)

0.7.0 (2022-05-28)
==================

Changelog
~~~~~~~~~
- Added an overview table of alternative software for BrainVision data, by `Stefan Appelhoff`_: (:gh:`85`)
- :func:`pybv.write_brainvision` now accepts a list of dict as argument to the ``events`` parameter, allowing for more control over what to write to ``.vmrk``, by `Stefan Appelhoff`_: (:gh:`86`)
- Added an overview table of alternative software for BrainVision data, by `Stefan Appelhoff`_ (:gh:`85`)
- :func:`pybv.write_brainvision` now accepts a list of dict as argument to the ``events`` parameter, allowing for more control over what to write to ``.vmrk``, by `Stefan Appelhoff`_ (:gh:`86`)

0.6.0 (2021-09-29)
==================
Expand Down
2 changes: 1 addition & 1 deletion pybv/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A lightweight I/O utility for the BrainVision data format."""


__version__ = '0.8.0.dev0'
__version__ = '0.7.1'
from .io import write_brainvision

__all__ = ['write_brainvision']

0 comments on commit a7dded2

Please sign in to comment.