Skip to content

Commit

Permalink
Mod: Update version to 0.5.1 in files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Mar 4, 2024
1 parent 7ae2a15 commit 54319c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [0.5.1] UNRELEASED
## [0.5.1] 2024-03-04
### Fixed
- WavCaps download preparation (#3).
- `safe_rmdir` function when sub-directories are deleted.
Expand Down Expand Up @@ -88,7 +88,7 @@ All notable changes to this project will be documented in this file.
- Weak private methods are now strongly private in datasets.
- Rename `item_transform` to `transform` in datasets.
- Rename `load_tags` to `with_tags` in `AudioCaps`.

### Fixed
- AudioCaps loading when `with_tags` is False.
- Clotho files download.
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ keywords:
- captioning
- audio-captioning
license: MIT
version: 0.5.0
date-released: '2024-01-05'
version: 0.5.1
date-released: '2024-03-04'
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ dataset = AudioCaps(
[3] F. Font, A. Mesaros, D. P. W. Ellis, E. Fonseca, M. Fuentes, and B. Elizalde, Proceedings of the 6th Workshop on Detection and Classication of Acoustic Scenes and Events (DCASE 2021). Barcelona, Spain: Music Technology Group - Universitat Pompeu Fabra, Nov. 2021. Available: https://doi.org/10.5281/zenodo.5770113

#### WavCaps
[4] X. Mei et al., “WavCaps: A ChatGPT-Assisted Weakly-Labelled Audio Captioning Dataset for Audio-Language Multimodal Research,” arXiv preprint arXiv:2303.17395, 2023, [Online]. Available: https://arxiv.org/pdf/2303.17395.pdf
[4] X. Mei et al., “WavCaps: A ChatGPT-Assisted Weakly-Labelled Audio Captioning Dataset for Audio-Language Multimodal Research,” arXiv preprint arXiv:2303.17395, 2023, [Online]. Available: https://arxiv.org/pdf/2303.17395.pdf

## Cite the aac-datasets package
If you use this software, please consider cite it as "Labbe, E. (2013). aac-datasets: Audio Captioning datasets for PyTorch.", or use the following BibTeX citation:
Expand All @@ -179,10 +179,10 @@ If you use this software, please consider cite it as "Labbe, E. (2013). aac-data
Labbe_aac_datasets_2024,
author = {Labbé, Etienne},
license = {MIT},
month = {01},
month = {03},
title = {{aac-datasets}},
url = {https://github.com/Labbeti/aac-datasets/},
version = {0.5.0},
version = {0.5.1},
year = {2024}
}
```
Expand Down

0 comments on commit 54319c0

Please sign in to comment.