Mir-eval

Latest version: v0.7

Safety actively analyzes 619231 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.7

----

- `334`_: Support notation for unknown/ambiguous key or mode
- `343`_: Add suite of alignment metrics

.. _334: https://github.com/craffel/mir_eval/pull/334
.. _343: https://github.com/craffel/mir_eval/pull/343

0.6

----

- `297`_: Return 0 when no overlap in transcription_velocity
- `299`_: Allow one reference tempo and both estimate tempi to be zero
- `301`_: Allow zero tolerance in tempo, but issue a warning
- `302`_: Loosen separation test tolerance
- `305`_: Use toarray instead of todense for sparse matrices
- `307`_: Use tuple index in chord.rotate_bitmap_to_root
- `309`_: Require matplotlib <3 for testing
- `312`_: Fix raw chroma accuracy for unvoiced estimates
- `320`_: Add comment support to io methods
- `323`_: Fix interpolation in sonify.time_frequency
- `324`_: Add generalized melody metrics
- `327`_: Stop testing 2.7
- `328`_: Cast n_voiced to int in display.multipitch

.. _297: https://github.com/craffel/mir_eval/pull/297
.. _299: https://github.com/craffel/mir_eval/pull/299
.. _301: https://github.com/craffel/mir_eval/pull/301
.. _302: https://github.com/craffel/mir_eval/pull/302
.. _305: https://github.com/craffel/mir_eval/pull/305
.. _307: https://github.com/craffel/mir_eval/pull/307
.. _309: https://github.com/craffel/mir_eval/pull/309
.. _312: https://github.com/craffel/mir_eval/pull/312
.. _320: https://github.com/craffel/mir_eval/pull/320
.. _323: https://github.com/craffel/mir_eval/pull/323
.. _324: https://github.com/craffel/mir_eval/pull/324
.. _327: https://github.com/craffel/mir_eval/pull/327
.. _328: https://github.com/craffel/mir_eval/pull/328

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

.. _222: https://github.com/craffel/mir_eval/pull/222
.. _225: https://github.com/craffel/mir_eval/pull/225
.. _227: https://github.com/craffel/mir_eval/pull/227
.. _234: https://github.com/craffel/mir_eval/pull/234
.. _236: https://github.com/craffel/mir_eval/pull/236
.. _240: https://github.com/craffel/mir_eval/pull/240
.. _242: https://github.com/craffel/mir_eval/pull/242
.. _245: https://github.com/craffel/mir_eval/pull/245
.. _247: https://github.com/craffel/mir_eval/pull/247
.. _249: https://github.com/craffel/mir_eval/pull/249
.. _252: https://github.com/craffel/mir_eval/pull/252
.. _254: https://github.com/craffel/mir_eval/pull/254
.. _255: https://github.com/craffel/mir_eval/pull/255
.. _258: https://github.com/craffel/mir_eval/pull/258
.. _259: https://github.com/craffel/mir_eval/pull/259
.. _263: https://github.com/craffel/mir_eval/pull/263
.. _266: https://github.com/craffel/mir_eval/pull/266
.. _268: https://github.com/craffel/mir_eval/pull/268
.. _277: https://github.com/craffel/mir_eval/pull/277
.. _279: https://github.com/craffel/mir_eval/pull/279
.. _282: https://github.com/craffel/mir_eval/pull/282
.. _283: https://github.com/craffel/mir_eval/pull/283

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

.. _189: https://github.com/craffel/mir_eval/issues/189
.. _195: https://github.com/craffel/mir_eval/issues/195
.. _196: https://github.com/craffel/mir_eval/issues/196
.. _203: https://github.com/craffel/mir_eval/issues/203
.. _205: https://github.com/craffel/mir_eval/issues/205
.. _208: https://github.com/craffel/mir_eval/issues/208
.. _210: https://github.com/craffel/mir_eval/issues/210
.. _212: https://github.com/craffel/mir_eval/issues/212
.. _218: https://github.com/craffel/mir_eval/pull/218

0.3

----
- `170`_: implemented transcription metrics
- `173`_: fixed a bug in chord sonification
- `175`_: filter_kwargs passes through `**kwargs`
- `181`_: added key detection metrics

.. _170: https://github.com/craffel/mir_eval/issues/170
.. _173: https://github.com/craffel/mir_eval/issues/173
.. _175: https://github.com/craffel/mir_eval/issues/175
.. _181: https://github.com/craffel/mir_eval/issues/181

0.2

----

- `103`_: incomplete files passed to `melody.evaluate` should warn
- `109`_: `STRICT_BASS_INTERVALS` is now an argument to `chord.encode`
- `122`_: improved handling of corner cases in beat tracking
- `136`_: improved test coverage
- `138`_: PEP8 compliance
- `139`_: converted documentation to numpydoc style
- `147`_: fixed a rounding error in segment intervals
- `150`_: `sonify.chroma` and `sonify.chords` pass `kwargs` to `time_frequecy`
- `151`_: removed `labels` support from `util.boundaries_to_intervals`
- `159`_: fixed documentation error in `chord.tetrads`
- `160`_: fixed documentation error in `util.intervals_to_samples`

.. _103: https://github.com/craffel/mir_eval/issues/103
.. _109: https://github.com/craffel/mir_eval/issues/109
.. _122: https://github.com/craffel/mir_eval/issues/122
.. _136: https://github.com/craffel/mir_eval/issues/136
.. _138: https://github.com/craffel/mir_eval/issues/138
.. _139: https://github.com/craffel/mir_eval/issues/139
.. _147: https://github.com/craffel/mir_eval/issues/147
.. _150: https://github.com/craffel/mir_eval/issues/150
.. _151: https://github.com/craffel/mir_eval/issues/151
.. _159: https://github.com/craffel/mir_eval/issues/159
.. _160: https://github.com/craffel/mir_eval/issues/160

Page 1 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.