Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
martianbug committed Dec 11, 2023
1 parent a772f46 commit 5c23014
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ https://github.com/DIDONEproject/music_symbolic_features

## Changelog

#### v1.1.6
* fix bug on previoous release and add jsimbollic remove repetitions
#### v1.2
* Remove musif's native support on jsymbollic features. Add notebook to extract them independently
* Improve documentation
* fix bug on previous release

#### v1.1.5
* fix minor bug that caused very unnecesary large memory usage
Expand Down
2 changes: 2 additions & 0 deletions docs/source/Custom_Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Here we present an example of using ExtracConfiguration class by subclassing it
In DIDONE project's case, It was needed to load many *.csv files contatining metadata information and include this inofrmation into the DataFrame that musif extracts. This metadata information loaded in our Custom conf, was later used by our custom modules to include it in the final DataFrame. Check how we inherit parent class 'ExtractConfiguration' and add some customized methods:

## Code
```
from glob import glob
from os import path
Expand All @@ -28,3 +29,4 @@ class CustomConf(ExtractConfiguration):
self.characters_gender = read_dicts_from_csv(
path.join(self.internal_data_dir, "characters_gender.csv")
)
```
4 changes: 2 additions & 2 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ repo](https://github.com/DIDONEproject/musif/).
1. A. Llorens, F. Simonetta, M. Serrano, and Á. Torrente, “musif: a Python package for symbolic music feature extraction,” in Proceedings of the Sound and Music Computing Conference, Stockholm, Sweden, 2023.
2. F. Simonetta, A. Llorens, M. Serrano, E. García-Portugués, and Á. Torrente, “Optimizing Feature Extraction for Symbolic Music,” in Proceedings of the 24th International Society for Music Information Retrieval Conference, Milan, Nov. 2023.

<link rel="shortcut icon" href="./_static/imgs/logo.png"/>
<p style="text-align:center;margin:100px 0;">
<a href="https://www.ucm.es" target="_blank"><img src="./_static/imgs/ucm.jpg" alt="Logo UCM" align="middle"></a>
<a href="https://iccmu.es/" target="_blank"> <img src="./_static/imgs/iccmu.png" alt="Logo ICCMU" align="middle"></a>
<a href="https://www.uc3m.es" target="_blank"><img src="./_static/imgs/uc3m.png" alt="Logo UC3M" align="middle"></a>
<a href="https://erc.europa.eu/" target="_blank"><img src="./_static/imgs/erc.jpg" alt="Logo DIDONE ERC" align="middle"></a>
</p>
<link rel="icon" type="image/png" href="./_static/imgs/logo.png" alt="Logo DIDONE"/>
</p>

0 comments on commit 5c23014

Please sign in to comment.