Skip to content

Commit 2ece8e8

Browse files
committed
REL: 0.7.3
1 parent a029fb3 commit 2ece8e8

2 files changed

Lines changed: 17 additions & 10 deletions

File tree

docs/changelog.rst

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ People who contributed to this software across releases (in **alphabetical order
1515
- `Stefan Appelhoff`_
1616
- `Tristan Stenner`_
1717

18+
.. _Chris Holdgraf: https://bids.berkeley.edu/people/chris-holdgraf
19+
.. _Stefan Appelhoff: http://stefanappelhoff.com/
20+
.. _Tristan Stenner: https://github.com/tstenner
21+
.. _Phillip Alday: https://palday.bitbucket.io/
22+
.. _Clemens Brunner: https://cbrnr.github.io/
23+
.. _Richard Höchenberger: https://hoechenberger.net/
24+
.. _Adam Li: https://adam2392.github.io/
25+
.. _Aniket Pradhan: http://home.iiitd.edu.in/~aniket17133/
26+
1827
.. _changelog:
1928

2029
=========
@@ -27,6 +36,13 @@ Here we list a changelog of pybv.
2736
:local:
2837
:depth: 1
2938

39+
0.7.3 (2022-06-04)
40+
==================
41+
42+
Bug
43+
~~~
44+
- 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`)
45+
3046
0.7.2 (2022-06-01)
3147
==================
3248

@@ -143,12 +159,3 @@ Changelog
143159
~~~~~~~~~
144160
- Initial import from `philistine <https://pypi.org/project/philistine/>`_ package by `Phillip Alday`_
145161
and removing dependency on MNE-Python, by `Chris Holdgraf`_, and `Stefan Appelhoff`_
146-
147-
.. _Chris Holdgraf: https://bids.berkeley.edu/people/chris-holdgraf
148-
.. _Stefan Appelhoff: http://stefanappelhoff.com/
149-
.. _Tristan Stenner: https://github.com/tstenner
150-
.. _Phillip Alday: https://palday.bitbucket.io/
151-
.. _Clemens Brunner: https://cbrnr.github.io/
152-
.. _Richard Höchenberger: https://hoechenberger.net/
153-
.. _Adam Li: https://adam2392.github.io/
154-
.. _Aniket Pradhan: http://home.iiitd.edu.in/~aniket17133/

pybv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""A lightweight I/O utility for the BrainVision data format."""
22

33

4-
__version__ = '0.7.2'
4+
__version__ = '0.7.3'
55
from .io import write_brainvision
66

77
__all__ = ['write_brainvision']

0 commit comments

Comments
 (0)