We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b24f3 commit 8db0b38Copy full SHA for 8db0b38
docs/changes.rst
@@ -1,6 +1,13 @@
1
Changes
2
=======
3
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
11
v0.8.1
12
------
13
mir_eval/__init__.py
@@ -20,4 +20,4 @@
20
from . import transcription_velocity
21
from . import key
22
23
-__version__ = "0.8.1"
+__version__ = "0.8.2"
0 commit comments