0.2.0b0
Pre-release
Pre-release
This is the first beta release of the v0.2.X series.
Compared to 0.2.0a0 (alpha release), mirdata 0.2.0b0 has:
- a new utility function
jams_utils.notes_to_jams
, which converts notes annotations into JAMS format using note_to_midi from librosa. PR #186 by @magdalenafuentes - better support for remote data. PR #188 by @rabitt
- addition of pysoundfile to the list of requirements. PRs #190 and #193 by @lostanlen
- improvements to the documentation. PRs #194 and #201 by @rabitt
- addition of a pull request template and updates to the contribution policy. PR #198 and #199 by @magdalenafuentes
- a table of all supported datasets. PR #203 by @rabitt
- a base
Track
class with unified__repr__
implementation. PR #205 by @rabitt
To consult the list of supported datasets, please visit:
https://mirdata.readthedocs.io/en/latest/source/datasets.html
To contribute a new dataset to mirdata, please visit:
https://github.com/mir-dataset-loaders/mirdata/blob/master/CONTRIBUTING.md