Skip to content

Commit

Permalink
REL: 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Jun 4, 2022
1 parent a029fb3 commit 2ece8e8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
25 changes: 16 additions & 9 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ People who contributed to this software across releases (in **alphabetical order
- `Stefan Appelhoff`_
- `Tristan Stenner`_

.. _Chris Holdgraf: https://bids.berkeley.edu/people/chris-holdgraf
.. _Stefan Appelhoff: http://stefanappelhoff.com/
.. _Tristan Stenner: https://github.com/tstenner
.. _Phillip Alday: https://palday.bitbucket.io/
.. _Clemens Brunner: https://cbrnr.github.io/
.. _Richard Höchenberger: https://hoechenberger.net/
.. _Adam Li: https://adam2392.github.io/
.. _Aniket Pradhan: http://home.iiitd.edu.in/~aniket17133/

.. _changelog:

=========
Expand All @@ -27,6 +36,13 @@ Here we list a changelog of pybv.
:local:
:depth: 1

0.7.3 (2022-06-04)
==================

Bug
~~~
- Fix in private ``pybv._export`` module: ``durations`` of 1 sample length are fine even if they are at the last data sample, by `Stefan Appelhoff`_: (:gh:`92`)

0.7.2 (2022-06-01)
==================

Expand Down Expand Up @@ -143,12 +159,3 @@ Changelog
~~~~~~~~~
- Initial import from `philistine <https://pypi.org/project/philistine/>`_ package by `Phillip Alday`_
and removing dependency on MNE-Python, by `Chris Holdgraf`_, and `Stefan Appelhoff`_

.. _Chris Holdgraf: https://bids.berkeley.edu/people/chris-holdgraf
.. _Stefan Appelhoff: http://stefanappelhoff.com/
.. _Tristan Stenner: https://github.com/tstenner
.. _Phillip Alday: https://palday.bitbucket.io/
.. _Clemens Brunner: https://cbrnr.github.io/
.. _Richard Höchenberger: https://hoechenberger.net/
.. _Adam Li: https://adam2392.github.io/
.. _Aniket Pradhan: http://home.iiitd.edu.in/~aniket17133/
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.7.2'
__version__ = '0.7.3'
from .io import write_brainvision

__all__ = ['write_brainvision']

0 comments on commit 2ece8e8

Please sign in to comment.