Skip to content

Commit 1a2ed36

Browse files
committed
version bump 0.8.2
1 parent 74b24f3 commit 1a2ed36

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changes.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changes
22
=======
33

4+
v0.8.2
5+
------
6+
7+
- `#418`_: Fixed a bug in time-frequency sonification with single-interval inputs.
8+
9+
.. _#418: https://github.com/mir-evaluation/mir_eval/pull/418
10+
411
v0.8.1
512
------
613

mir_eval/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
from . import transcription_velocity
2121
from . import key
2222

23-
__version__ = "0.8.1"
23+
__version__ = "0.8.2"

0 commit comments

Comments
 (0)