From c69b521bf6a0a7b66702f6308c50e0068b2a9a4d Mon Sep 17 00:00:00 2001 From: bichomartiano Date: Wed, 2 Oct 2024 10:24:46 +0200 Subject: [PATCH] update readme and prepare to upload musif --- README.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bcce1e6f..38739c10 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,13 @@ https://github.com/DIDONEproject/music_symbolic_features ## Changelog +#### v1.2.1 +* Added some extra documentation +* Added run_extraction.py, example script for extrating features using musif +* Added erros variable on FeaturesExtractor to store files that were not procesed correctly in error_files.csv file +* fix some dependencies problems +* bug fixing on rhythm features + #### v1.2 * Remove musif's native support on jSymbolic features. Add notebook to extract them independently * Improve documentation diff --git a/pyproject.toml b/pyproject.toml index 3f5952cb..e25a21e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "deepdiff>=6.2.1", ] name = "musif" -version = "1.2" +version = "1.2.1" description = "Music feature extraction library from the DIDONE project" authors = [{name = "Didone Project", email = "didone@iccmu.es"}] requires-python = ">=3.10"