Mirdata

Latest version: v0.3.8

Safety actively analyzes 613797 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.3.8

What's Changed
* 580 mirdata multiple fixes by guillemcortes in https://github.com/mir-dataset-loaders/mirdata/pull/581
* Adding loader for BAF dataset by guillemcortes in https://github.com/mir-dataset-loaders/mirdata/pull/583
* Adding loader for CompMusic Carnatic Varnam by genisplaja in https://github.com/mir-dataset-loaders/mirdata/pull/579
* GitHub Actions migration by guillemcortes in https://github.com/mir-dataset-loaders/mirdata/pull/596
* Update badges url by magdalenafuentes in https://github.com/mir-dataset-loaders/mirdata/pull/598
* example_metadta.csv -> example_metadata.csv by carlthome in https://github.com/mir-dataset-loaders/mirdata/pull/591
* fix broken link for "OMRAS2 Metadata Project 2009" by CyxouD in https://github.com/mir-dataset-loaders/mirdata/pull/555
* Fix setup extras_requirements installation. Add missing comma. by guillemcortes in https://github.com/mir-dataset-loaders/mirdata/pull/603
* minor fixes: documentation by giovana-morais in https://github.com/mir-dataset-loaders/mirdata/pull/600
* New version of CompMusic Turkish Makam Dataset by genisplaja in https://github.com/mir-dataset-loaders/mirdata/pull/576
* Adding loader for IDMT-SMT-AUDIO-EFFECTS by francescopapaleo in https://github.com/mir-dataset-loaders/mirdata/pull/595
* Adding loader for CIPI dataset by PRamoneda in https://github.com/mir-dataset-loaders/mirdata/pull/599
* Adding loader for SCMS by genisplaja in https://github.com/mir-dataset-loaders/mirdata/pull/597
* Adding loader for Candombe by tanmayy24 in https://github.com/mir-dataset-loaders/mirdata/pull/606
* Bump version by magdalenafuentes in https://github.com/mir-dataset-loaders/mirdata/pull/607

New Contributors
* guillemcortes made their first contribution in https://github.com/mir-dataset-loaders/mirdata/pull/581
* carlthome made their first contribution in https://github.com/mir-dataset-loaders/mirdata/pull/591
* CyxouD made their first contribution in https://github.com/mir-dataset-loaders/mirdata/pull/555
* giovana-morais made their first contribution in https://github.com/mir-dataset-loaders/mirdata/pull/600
* francescopapaleo made their first contribution in https://github.com/mir-dataset-loaders/mirdata/pull/595
* tanmayy24 made their first contribution in https://github.com/mir-dataset-loaders/mirdata/pull/606

**Full Changelog**: https://github.com/mir-dataset-loaders/mirdata/compare/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 https://github.com/mir-dataset-loaders/mirdata/pull/550
* [Loader] Adding loader for OpenMIC2018 by bmcfee in https://github.com/mir-dataset-loaders/mirdata/pull/544
* [Loader] Adding loader for Filosax by dave-foster in https://github.com/mir-dataset-loaders/mirdata/pull/536
* [Docs] fix orchset.track_ids() --> orchest.track_ids by mimbres in https://github.com/mir-dataset-loaders/mirdata/pull/554
* [Loader] Adding loader for Four-Way Tabla dataset (ISMIR 21) by genisplaja in https://github.com/mir-dataset-loaders/mirdata/pull/557
* [Fix] Use different testing example for Saraga Hindustani by genisplaja in https://github.com/mir-dataset-loaders/mirdata/pull/563
* [Loader] Adding loader for CompMusic Raga Dataset by genisplaja in https://github.com/mir-dataset-loaders/mirdata/pull/559
* [Loader] Adding loader for (CompMusic) Indian Art Music Tonic by genisplaja in https://github.com/mir-dataset-loaders/mirdata/pull/565
* [Loader] Adding loader for (CompMusic) Hindustani Music Rhythm by genisplaja in https://github.com/mir-dataset-loaders/mirdata/pull/566
* [Loader] Adding loader for (Compmusic) Carnatic Music Rhythm by genisplaja in https://github.com/mir-dataset-loaders/mirdata/pull/560
* [New] Updating file paths and other issues with windows environment by harshpalan in https://github.com/mir-dataset-loaders/mirdata/pull/567
* [Loader] Adding loader for EGFxSet by iranroman in https://github.com/mir-dataset-loaders/mirdata/pull/556

New Contributors
* bmcfee made their first contribution in https://github.com/mir-dataset-loaders/mirdata/pull/544
* dave-foster made their first contribution in https://github.com/mir-dataset-loaders/mirdata/pull/536
* mimbres made their first contribution in https://github.com/mir-dataset-loaders/mirdata/pull/554
* harshpalan made their first contribution in https://github.com/mir-dataset-loaders/mirdata/pull/567
* iranroman made their first contribution in https://github.com/mir-dataset-loaders/mirdata/pull/556

**Full Changelog**: https://github.com/mir-dataset-loaders/mirdata/compare/0.3.6...0.3.7

0.3.6

What's Changed
* Adding mini set, beat and tempo to GTZAN genre by magdalenafuentes in https://github.com/mir-dataset-loaders/mirdata/pull/537
* Patch new splitting functions by rabitt in https://github.com/mir-dataset-loaders/mirdata/pull/538
* Vocadito Loader by drubinstein in https://github.com/mir-dataset-loaders/mirdata/pull/532

**Full Changelog**: https://github.com/mir-dataset-loaders/mirdata/compare/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

* Adds loader for Slakh
* Speeds up deduplication in NoteData
* bugfixes in MultiF0Data

0.3.4b2

* 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

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.