Skip to content

Releases: mir-evaluation/mir_eval

0.8.2

25 Feb 18:09
8db0b38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...0.8.2

0.8.1

21 Feb 16:13
9458174
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.8.1

0.8.0

10 Feb 16:06
a0a8672
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7...0.8.0

0.8.0rc1

06 Feb 20:32
b98d364
Compare
Choose a tag to compare
0.8.0rc1 Pre-release
Pre-release

Second release candidate for 0.8 series. This is a modernization and compatibility update, with a few bugfixes and optimizations since 0.7.

What's Changed

New Contributors

Full Changelog: 0.7...0.8.0rc1

0.8.0rc0

06 Feb 20:26
830f6e4
Compare
Choose a tag to compare
0.8.0rc0 Pre-release
Pre-release

First release candidate for 0.8. This is primarily a compatibility and modernization update, but there are a few bugfixes and optimization included since the 0.7 release.

What's Changed

New Contributors

Full Changelog: 0.7...0.8.0rc0

0.7

16 Feb 20:39
645f462
Compare
Choose a tag to compare
0.7
Bump version to 0.7

0.6

16 Feb 20:32
Compare
Choose a tag to compare
0.6
Bump version to 0.6

0.5

24 Oct 19:09
Compare
Choose a tag to compare
0.5

#222: added int cast for inferred length in sonify.clicks
#225: improved t-measures and l-measures
#227: added marginal flag to segment.nce
#234: update display to use matplotlib 2
#236: force integer division in beat.pscore
#240: fix unit tests for source separation
#242: use regexp in chord label validation
#245: add labeled interval formatter to display
#247: do not sonify negative amplitudes in time_frequency
#249: support gaps in util.interpolate_intervals
#252: add modulo and length arguments to chord.scale_degree_to_bitmap
#254: fix bss_eval_images single-frame fallback documentation
#255: fix crackle in sonify.time_frequency
#258: make util.match_events faster
#259: run pep8 check after nosetests
#263: add measures for chord over- and under-segmentation
#266: add amplitude parameter to sonify.pitch_contour
#268: update display tests to support mpl2.1
#277: update requirements and fix deprecations
#279: isolate matplotlib side effects
#282: remove evaluator scripts
#283: add transcription eval with velocity

0.4

28 Aug 02:15
Compare
Choose a tag to compare
0.4

#189: expanded transcription metrics
#195: added pitch contour sonification
#196: added the display submodule
#203: support unsorted segment intervals
#205: correction in documentation for sonify.time_frequency
#208: refactored file/buffer loading
#210: added io.load_tempo
#212: added frame-wise blind-source separation evaluation
#218: speed up melody.resample_melody_series when times are equivalent

0.3

27 Feb 20:06
Compare
Choose a tag to compare
0.3
  • @justinsalamon added transcription eval
  • @craffel added key eval and made minor docstring and testing improvements
  • @bmcfee improved sonify.time_frequency, sonify.chords, and util.filter_kwargs, and hierarchy eval