This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit dcead3a committed Feb 21, 2025 · 13 / 13
1 parent 5209a70 commit dcead3a Copy full SHA for dcead3a
File tree 3 files changed +20
-1
lines changed
3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
+ v0.8.1
5
+ ------
6
+
7
+ - `#410 `_: Fixed several errors with time-frequency sonification
8
+ - `#412 `_: Removed unused import of deprecated scipy submodule
9
+ - `#416 `_: `mir_eval.io ` routines now support `pathlib.Path ` (and generally `os.Pathlike `) inputs as well as strings or open file descriptors.
10
+ - `#416 `_: `mir_eval.io.load_wav ` is deprecated and will be removed in v0.9.'
11
+
12
+ .. _#410 : https://github.com/mir-evaluation/mir_eval/pull/410
13
+ .. _#412 : https://github.com/mir-evaluation/mir_eval/pull/412
14
+ .. _#416 : https://github.com/mir-evaluation/mir_eval/pull/416
15
+
16
+
4
17
v0.8
5
18
----
6
19
Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ The simplest way to install **mir_eval** is via ``pip``:
18
18
19
19
python -m pip install mir_eval
20
20
21
+ If you use `conda ` packages, **mir_eval ** is available on conda-forge:
22
+
23
+ .. code-block :: console
24
+
25
+ conda install -c conda-forge mir_eval
26
+
21
27
Alternatively, you can install from source:
22
28
23
29
.. code-block :: console
Original file line number Diff line number Diff line change 20
20
from . import transcription_velocity
21
21
from . import key
22
22
23
- __version__ = "0.8.1dev "
23
+ __version__ = "0.8.1 "
You can’t perform that action at this time.
0 commit comments