Skip to content

Commit caa6ff3

Browse files
authored
increment version; remove deprecated import; fix coverage config (#412)
1 parent 7b8d5ea commit caa6ff3

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

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.0"
23+
__version__ = "0.8.1dev"

mir_eval/segment.py

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
import numpy as np
7979
import scipy.stats
8080
import scipy.sparse
81-
import scipy.misc
8281
import scipy.special
8382

8483
from . import util

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ show_missing = True
66

77
[coverage:run]
88
omit =
9-
separation.py
9+
mir_eval/separation.py
1010

1111
[pydocstyle]
1212
# convention = numpy

0 commit comments

Comments
 (0)