Skip to content

Releases: mir-dataset-loaders/mirdata

0.3.8

03 Nov 22:34
ff99c5d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.7...0.3.8

0.3.7

25 Nov 15:58
c9fd249
Compare
Choose a tag to compare

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

Full Changelog: 0.3.6...0.3.7

0.3.6

06 Nov 20:02
e591c54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.5...0.3.6

0.3.4

28 Sep 12:55
20cd706
Compare
Choose a tag to compare

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

19 Jul 22:16
489a784
Compare
Choose a tag to compare
0.3.4b3 Pre-release
Pre-release
  • Adds loader for Slakh
  • Speeds up deduplication in NoteData
  • bugfixes in MultiF0Data

0.3.4b2

09 May 17:56
e1535ed
Compare
Choose a tag to compare
0.3.4b2 Pre-release
Pre-release
  • Adds to_mir_eval methods to NoteData, MultiF0Data and F0Data annotation types
  • Adds an __add__ method to NoteData and MultiF0Data annotation types
  • Adds F0Data.to_multif0()
  • [guitarset] Adds Track.notes_all and Track.multif0 - aggregates of the string-level annotations
  • [dagstuhl_choirset] Adds MultiTrack.notes and MultiTrack.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

03 May 21:08
3dd84fc
Compare
Choose a tag to compare
0.3.4b1 Pre-release
Pre-release
  • adds note annotations for medleydb_pitch and ikala
  • adds resample, to_matrix, to_sparse_binary methods to NoteData, F0Data, and MultiF0Data
  • adds NoteData.to_multif0 method

0.3.4b0

29 Apr 21:34
c776d79
Compare
Choose a tag to compare
0.3.4b0 Pre-release
Pre-release

Enhancements:

  • Annotation unit support

New Loaders:

  • Haydn Op20
  • Good Sounds

0.3.3

17 Apr 11:38
ef53319
Compare
Choose a tag to compare

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

02 Feb 19:05
425ec0f
Compare
Choose a tag to compare

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