Skip to content

Commit

Permalink
update readme and prepare to upload musif
Browse files Browse the repository at this point in the history
  • Loading branch information
martianbug committed Oct 2, 2024
1 parent 6f0a434 commit c69b521
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}]
requires-python = ">=3.10"
Expand Down

0 comments on commit c69b521

Please sign in to comment.