Releases: mir-dataset-loaders/mirdata
Releases · mir-dataset-loaders/mirdata
0.3.8
What's Changed
- 580 mirdata multiple fixes by @guillemcortes in #581
- Adding loader for BAF dataset by @guillemcortes in #583
- Adding loader for CompMusic Carnatic Varnam by @genisplaja in #579
- GitHub Actions migration by @guillemcortes in #596
- Update badges url by @magdalenafuentes in #598
- example_metadta.csv -> example_metadata.csv by @carlthome in #591
- fix broken link for "OMRAS2 Metadata Project 2009" by @CyxouD in #555
- Fix setup extras_requirements installation. Add missing comma. by @guillemcortes in #603
- minor fixes: documentation by @giovana-morais in #600
- New version of CompMusic Turkish Makam Dataset by @genisplaja in #576
- Adding loader for IDMT-SMT-AUDIO-EFFECTS by @francescopapaleo in #595
- Adding loader for CIPI dataset by @PRamoneda in #599
- Adding loader for SCMS by @genisplaja in #597
- Adding loader for Candombe by @tanmayy24 in #606
- Bump version by @magdalenafuentes in #607
New Contributors
- @guillemcortes made their first contribution in #581
- @carlthome made their first contribution in #591
- @CyxouD made their first contribution in #555
- @giovana-morais made their first contribution in #600
- @francescopapaleo made their first contribution in #595
- @tanmayy24 made their first contribution in #606
Full Changelog: 0.3.7...0.3.8
0.3.7
What's Changed
- [Fix] tests currently fail for extractall_unicode after a package update by @nkundiushuti in #550
- [Loader] Adding loader for OpenMIC2018 by @bmcfee in #544
- [Loader] Adding loader for Filosax by @dave-foster in #536
- [Docs] fix orchset.track_ids() --> orchest.track_ids by @mimbres in #554
- [Loader] Adding loader for Four-Way Tabla dataset (ISMIR 21) by @genisplaja in #557
- [Fix] Use different testing example for Saraga Hindustani by @genisplaja in #563
- [Loader] Adding loader for CompMusic Raga Dataset by @genisplaja in #559
- [Loader] Adding loader for (CompMusic) Indian Art Music Tonic by @genisplaja in #565
- [Loader] Adding loader for (CompMusic) Hindustani Music Rhythm by @genisplaja in #566
- [Loader] Adding loader for (Compmusic) Carnatic Music Rhythm by @genisplaja in #560
- [New] Updating file paths and other issues with windows environment by @harshpalan in #567
- [Loader] Adding loader for EGFxSet by @iranroman in #556
New Contributors
- @bmcfee made their first contribution in #544
- @dave-foster made their first contribution in #536
- @mimbres made their first contribution in #554
- @harshpalan made their first contribution in #567
- @iranroman made their first contribution in #556
Full Changelog: 0.3.6...0.3.7
0.3.6
What's Changed
- Adding mini set, beat and tempo to GTZAN genre by @magdalenafuentes in #537
- Patch new splitting functions by @rabitt in #538
- Vocadito Loader by @drubinstein in #532
Full Changelog: 0.3.5...0.3.6
0.3.4
New Loaders
- Haydn Op20
- Good Sounds
- Slakh
- Jamendo MoodTheme
- DaTacos
New Features
- Support for data in non-local filesystems (e.g. GCS, AWS)
- Annotation unit support
- Note annotations added to medleydb_pitch and ikala
- Aggregated annotations (Track.notes_all, Track.multif0) added to guitarset
- Aggregated annotations (MultiTrack.notes, MultiTrack.multif0) added to dagstuhl_choirset
- Expanded annotation helpers: NoteData.to_multif0, F0Data.to_multif0, NoteData/F0Data/MultiF0Data .to_matrix, .to_sparse_binary, and to_mir_eval
0.3.4b3
0.3.4b2
- Adds
to_mir_eval
methods toNoteData
,MultiF0Data
andF0Data
annotation types - Adds an
__add__
method toNoteData
andMultiF0Data
annotation types - Adds
F0Data.to_multif0()
- [guitarset] Adds
Track.notes_all
andTrack.multif0
- aggregates of the string-level annotations - [dagstuhl_choirset] Adds
MultiTrack.notes
andMultiTrack.multif0
- aggregates of the track-level annotations - [medleydb_melody] Frequency values of 0 in
Track.melody3
removed from annotation - [phenix_anechoic] MultiTrack note data uses new
__add__
method under the hood
bugfix: validate_lengths_equal
now works as expected for lists arrays/lists greater than length 2
bugfix: mirdata code no longer hits deprecation warnings for NoteData and F0Data
0.3.4b1
0.3.4b0
0.3.3
New Loaders
- CompMusic - OTMM makam recognition
- McGill Billboard
- Phenicx Anechoic
- Jingju A Cappella
- Queen
- TONAS
- Dagstuhl ChoirSet
- Freesound One-Shot
New Features
- introduction of
Track.get_path
- Multitrack support
- Expanded contributing docs
Bugfixes
- supports cross-platform unicode encoding/decoding in zip/tar files
0.3.2
New in 0.3.2:
- Bug fix in AcousticBrainz attributes
- Patches mypy errors
- Simplifies index loading
- Moves remote index support to downloaders and adds subdirectory option to downloader
- Fix builtins
- Move development installation instructions to contributing docs
- Remove UTF-8 coding header from files
- Fix black command in contributing instructions