Skip to content

Commit cf64514

Browse files
latest release on pypi (#105)
* latest release on pypi * latest release on pypi * add mixer model in separation README --------- Co-authored-by: genisplaja <[email protected]>
1 parent fa208e4 commit cf64514

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# compIAM v0.3.0
1+
# compIAM v0.4.0
22
compIAM (**comp**utational analysis of **I**ndian **A**rt **M**usic) is a collaborative initiative involving many researchers that aims at putting together a common repository of datasets, tools, and models for the computational analysis of Carnatic and Hindustani music.
33

44
You can get started on the Computational Analysis of Indian Art Music through our ISMIR 2022 Tutorial: [Computational Methods For Supporting Corpus-Based Research On Indian Art Music](https://mtg.github.io/IAM-tutorial-ismir22/landing.html).
@@ -103,11 +103,11 @@ For any licensing enquires, please contact us at [[email protected]](mailto:mtg-i
103103

104104
## Citing
105105
```bibtex
106-
@software{compiam_mtg_2023,
106+
@software{compiam_mtg_2024,
107107
author = {{Genís Plaja-Roglans and Thomas Nuttall and Xavier Serra}},
108108
title = {compIAM},
109109
url = {https://mtg.github.io/compIAM/},
110-
version = {0.3.0},
111-
year = {2023}
110+
version = {0.4.0},
111+
year = {2024}
112112
}
113113
```

compiam/separation/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
| **Tool** | **Task** | **Paper** |
44
|---------------------------|----------------------------------|-----------|
55
| ColdDiffSep | Singing voice extraction | [1] |
6+
| MDXNet w/ mixer model | Music source separation | [2] |
67

78

8-
[1] G. Plaja-Roglans, M. Miron, A. Shankar, and X. Serra, "Carnatic Singing Voice Separation using Cold Diffusion on Training Data with Bleeding", in International Society for Music Information Retrieval Conference (ISMIR 23), 2023.
9+
[1] G. Plaja-Roglans, M. Miron, A. Shankar, and X. Serra, "Carnatic Singing Voice Separation using Cold Diffusion on Training Data with Bleeding", in International Society for Music Information Retrieval Conference (ISMIR 23), 2023.
10+
11+
[2] Work under review.

compiam/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version info"""
22

3-
short_version = "0.3"
4-
version = "0.3.0"
3+
short_version = "0.4"
4+
version = "0.4.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = {file = "COPYING"}
1111
requires-python = ">=3.9"
1212
keywords = ["carnatic", "hindustani", "models", "datasets", "tools"]
1313
classifiers = [
14-
"License :: OSI Approved :: AGPL-3.0 license",
14+
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
1515
"Programming Language :: Python",
1616
"Development Status :: 3 - Alpha",
1717
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)