Skip to content

v0.1.2

Compare
Choose a tag to compare
@lostanlen lostanlen released this 05 Mar 23:10
· 202 commits to master since this release
41dcf17

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.