Skip to content

Releases: mir-dataset-loaders/mirdata

v0.1.2

05 Mar 23:10
41dcf17
Compare
Choose a tag to compare

This version fixes a major bug in v0.1.0, related to the index of the RWC-Genre dataset.

As noted in issue #80, the file indexes/rwc_genre.json was incomplete: it contained had only 90 items instead of 100. More precisely, it lacked files RM-G09{i} for i in {1,..,9} and RM-G100. If these files were missing from DATA_HOME, or had invalid checksums, the function mirdata.rwc_genre.validate would have returned ({}, {}), i.e. as if all files were present and valid. In other words, the validator of the mirdata.rwc_genre was too lenient. In the interest of reproducible usage, we recommend you to stop relying on the mirdata.rwc_genre module to validate the RWC-genre dataset.

For this reason, we have removed the mirdata.rwc_genre module entirely in v0.1.2.

First Stable Release

04 Nov 23:03
17743f8
Compare
Choose a tag to compare
Rachel/0.1.0 release (#150)

* Closes #73

* increase version to 0.1.0