Skip to content

Commit 2f6e02d

Browse files
authored
Merge pull request #6 from pstrepetov/edit_docs
fix readme and version
2 parents d3b2a0e + eea4873 commit 2f6e02d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,12 @@ m21_pfe = PersistentFeatureExtractor(
168168
name="music21"
169169
)
170170

171-
benchmark = Benchmark.init_from_config_file(
172-
feature_extractors_list=[m21_pfe]
171+
benchmark = Benchmark(
172+
feature_extractors_list=[m21_pfe],
173+
tasks=[
174+
"ComposerClassificationASAP",
175+
"ScorePerformanceRetrievalASAP"
176+
]
173177
)
174178
benchmark.run_all_tasks()
175179
results_df = benchmark.get_result_df(round_num=3, return_ci=True)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ allow-direct-references = true
77

88
[project]
99
name = "symurbench"
10-
version = "0.0.1.1"
10+
version = "1.0.0"
1111
description = "SyMuRBench: Benchmark for symbolic music representations"
1212
readme = {file = "README.md", content-type = "text/markdown"}
1313
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)