Skip to content

Commit 03ed683

Browse files
committed
Merge branch 'release/0.0.2'
2 parents c4dfc8e + 5fb7af0 commit 03ed683

File tree

517 files changed

+48526
-6397
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

517 files changed

+48526
-6397
lines changed

.github/images/mod.svg

+11-11

.github/workflows/publish-to-test-pypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
test_pypi_password: ${{ secrets.test_pypi_secret }}
3636
if: env.test_pypi_password != null && endsWith(github.ref, 'master') && github.repository_owner == 'aivclab'
37-
uses: pypa/gh-action-pypi-publish@master
37+
uses: pypa/gh-action-pypi-publish@release/v1
3838
with:
3939
password: ${{ secrets.test_pypi_secret }}
4040
repository_url: https://test.pypi.org/legacy/
@@ -43,7 +43,7 @@ jobs:
4343
pypi_password: ${{ secrets.pypi_secret }}
4444
if: env.pypi_password != null && startsWith(github.ref, 'refs/tags') && github.repository_owner == 'aivclab'
4545

46-
uses: pypa/gh-action-pypi-publish@master
46+
uses: pypa/gh-action-pypi-publish@release/v1
4747
with:
4848
password: ${{ secrets.pypi_secret }}
4949
#verbose: true

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fail_fast: true
22
repos:
33
- repo: https://github.com/ambv/black
4-
rev: 22.6.0
4+
rev: 22.10.0
55
hooks:
66
- id: black
77
language_version: python3.8
386 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
17 Bytes
Binary file not shown.

docs/github/doctrees/index.doctree

51 Bytes
Binary file not shown.

docs/github/html/.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 63bbd2b99fa009c7d4526edc3d790725
3+
config: 93ae40a7d6a1f4dfebcc7ad73f414339
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/github/html/_modules/index.html

+31-21
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
<html lang='en'>
44
<head>
55
<meta charset='utf-8'/>
6-
<meta name='viewport' content='width=device-width, initial-scale=1.0'/>
6+
<meta content='width=device-width, initial-scale=1.0' name='viewport'/>
77
<title>Overview: module code &#8212; modulation 0.0.1 documentation</title>
8-
<link rel='stylesheet' type='text/css' href='../_static/pygments.css'/>
9-
<link rel='stylesheet' type='text/css' href='../_static/alabaster.css'/>
10-
<link rel='stylesheet' type='text/css' href='../_static/graphviz.css'/>
8+
<link href='../_static/pygments.css' rel='stylesheet' type='text/css'/>
9+
<link href='../_static/alabaster.css' rel='stylesheet' type='text/css'/>
10+
<link href='../_static/graphviz.css' rel='stylesheet' type='text/css'/>
1111
<script data-url_root='../' id='documentation_options' src='../_static/documentation_options.js'></script>
1212
<script src='../_static/jquery.js'></script>
1313
<script src='../_static/underscore.js'></script>
1414
<script src='../_static/_sphinx_javascript_frameworks_compat.js'></script>
1515
<script src='../_static/doctools.js'></script>
16-
<link rel='canonical' href='aivclab.github.io/modulation/_modules/index.html'/>
17-
<link rel='index' title='Index' href='../genindex.html'/>
18-
<link rel='search' title='Search' href='../search.html'/>
16+
<link href='Aivclab.github.io/modulation/_modules/index.html' rel='canonical'/>
17+
<link href='../genindex.html' rel='index' title='Index'/>
18+
<link href='../search.html' rel='search' title='Search'/>
1919

20-
<link rel='stylesheet' href='../_static/custom.css' type='text/css'/>
20+
<link href='../_static/custom.css' rel='stylesheet' type='text/css'/>
2121

2222

23-
<meta name='viewport' content='width=device-width, initial-scale=0.9, maximum-scale=0.9'/>
23+
<meta content='width=device-width, initial-scale=0.9, maximum-scale=0.9' name='viewport'/>
2424

2525
</head>
2626
<body>
@@ -37,32 +37,42 @@ <h1>All modules for which code is available</h1>
3737
<ul>
3838
<li><a href='modulation.html'>modulation</a></li>
3939
<ul>
40-
<li><a href='modulation/audio_utilities/funcs.html'>modulation.audio_utilities.funcs</a></li>
41-
<li><a href='modulation/audio_utilities/splitting.html'>modulation.audio_utilities.splitting</a></li>
4240
<li><a href='modulation/classification/architecture/m5.html'>modulation.classification.architecture.m5</a></li>
4341
<li><a href='modulation/classification/metrics/lwlrap.html'>modulation.classification.metrics.lwlrap</a></li>
44-
<li><a href='modulation/classification/procs.html'>modulation.classification.procs</a></li>
42+
<li><a href='modulation/classification/procedure.html'>modulation.classification.procedure</a></li>
43+
<li><a href='modulation/classification/seperation/audio_unet.html'>modulation.classification.seperation.audio_unet</a></li>
4544
<li><a href='modulation/data/audio/speech/seperation/dsd100.html'>modulation.data.audio.speech.seperation.dsd100</a></li>
4645
<li><a href='modulation/data/signal_generator.html'>modulation.data.signal_generator</a></li>
4746
<li><a href='modulation/entry_points/cli.html'>modulation.entry_points.cli</a></li>
48-
<li><a href='modulation/noise_generation/additive_noise.html'>modulation.noise_generation.additive_noise</a></li>
49-
<li><a href='modulation/noise_generation/babble_noise.html'>modulation.noise_generation.babble_noise</a></li>
50-
<li><a href='modulation/noise_generation/gaussian_noise.html'>modulation.noise_generation.gaussian_noise</a></li>
51-
<li><a href='modulation/noise_generation/shaped_noise.html'>modulation.noise_generation.shaped_noise</a></li>
47+
<li><a href='modulation/entry_points/tensorboard_entry_point.html'>modulation.entry_points.tensorboard_entry_point</a></li>
5248
<li><a href='modulation/regression/linear_predictive_coding.html'>modulation.regression.linear_predictive_coding</a></li>
5349
<li><a href='modulation/regression/spectral_denoise.html'>modulation.regression.spectral_denoise</a></li>
54-
<li><a href='modulation/salience/colorise_waveform.html'>modulation.salience.colorise_waveform</a></li>
50+
<li><a href='modulation/signal_utilities/audio_utilities/filtering.html'>modulation.signal_utilities.audio_utilities.filtering</a></li>
51+
<li><a href='modulation/signal_utilities/audio_utilities/persistence.html'>modulation.signal_utilities.audio_utilities.persistence</a></li>
52+
<li><a href='modulation/signal_utilities/chopping.html'>modulation.signal_utilities.chopping</a></li>
53+
<li><a href='modulation/signal_utilities/noise_generation/additive_noise.html'>modulation.signal_utilities.noise_generation.additive_noise</a></li>
54+
<li><a href='modulation/signal_utilities/noise_generation/babble_noise.html'>modulation.signal_utilities.noise_generation.babble_noise</a></li>
55+
<li><a href='modulation/signal_utilities/noise_generation/gaussian_noise.html'>modulation.signal_utilities.noise_generation.gaussian_noise</a></li>
56+
<li><a href='modulation/signal_utilities/noise_generation/shaped_noise.html'>modulation.signal_utilities.noise_generation.shaped_noise</a></li>
57+
<li><a href='modulation/signal_utilities/segmentation.html'>modulation.signal_utilities.segmentation</a></li>
58+
<li><a href='modulation/signal_utilities/splitting.html'>modulation.signal_utilities.splitting</a></li>
5559
<li><a href='modulation/torch_utilities/collation.html'>modulation.torch_utilities.collation</a></li>
5660
<li><a href='modulation/torch_utilities/padding.html'>modulation.torch_utilities.padding</a></li>
61+
<li><a href='modulation/torch_utilities/torch_transforms.html'>modulation.torch_utilities.torch_transforms</a></li>
62+
<li><a href='modulation/visualisation/colorise_waveform.html'>modulation.visualisation.colorise_waveform</a></li>
63+
<li><a href='modulation/visualisation/salience/colored.html'>modulation.visualisation.salience.colored</a></li>
5764
</ul>
5865
</ul>
5966

6067
</div>
6168

6269
</div>
6370
</div>
64-
<div class='sphinxsidebar' role='navigation' aria-label='main navigation'>
71+
<div aria-label='main navigation' class='sphinxsidebar' role='navigation'>
6572
<div class='sphinxsidebarwrapper'>
73+
<p class='logo'><a href='../index.html'>
74+
<img alt='Logo' class='logo' src='../_static/mod.svg'/>
75+
</a></p>
6676
<h1 class='logo'><a href='../index.html'>modulation</a></h1>
6777

6878

@@ -84,11 +94,11 @@ <h3>Related Topics</h3>
8494
</li>
8595
</ul>
8696
</div>
87-
<div id='searchbox' style='display: none' role='search'>
97+
<div id='searchbox' role='search' style='display: none'>
8898
<h3 id='searchlabel'>Quick search</h3>
8999
<div class='searchformwrapper'>
90-
<form class='search' action='../search.html' method='get'>
91-
<input type='text' name='q' aria-labelledby='searchlabel' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false'/>
100+
<form action='../search.html' class='search' method='get'>
101+
<input aria-labelledby='searchlabel' autocapitalize='off' autocomplete='off' autocorrect='off' name='q' spellcheck='false' type='text'/>
92102
<input type='submit' value='Go'/>
93103
</form>
94104
</div>

docs/github/html/_modules/modulation.html

+26-16
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
<html lang='en'>
44
<head>
55
<meta charset='utf-8'/>
6-
<meta name='viewport' content='width=device-width, initial-scale=1.0'/>
6+
<meta content='width=device-width, initial-scale=1.0' name='viewport'/>
77
<title>modulation &#8212; modulation 0.0.1 documentation</title>
8-
<link rel='stylesheet' type='text/css' href='../_static/pygments.css'/>
9-
<link rel='stylesheet' type='text/css' href='../_static/alabaster.css'/>
10-
<link rel='stylesheet' type='text/css' href='../_static/graphviz.css'/>
8+
<link href='../_static/pygments.css' rel='stylesheet' type='text/css'/>
9+
<link href='../_static/alabaster.css' rel='stylesheet' type='text/css'/>
10+
<link href='../_static/graphviz.css' rel='stylesheet' type='text/css'/>
1111
<script data-url_root='../' id='documentation_options' src='../_static/documentation_options.js'></script>
1212
<script src='../_static/jquery.js'></script>
1313
<script src='../_static/underscore.js'></script>
1414
<script src='../_static/_sphinx_javascript_frameworks_compat.js'></script>
1515
<script src='../_static/doctools.js'></script>
16-
<link rel='canonical' href='aivclab.github.io/modulation/_modules/modulation.html'/>
17-
<link rel='index' title='Index' href='../genindex.html'/>
18-
<link rel='search' title='Search' href='../search.html'/>
16+
<link href='Aivclab.github.io/modulation/_modules/modulation.html' rel='canonical'/>
17+
<link href='../genindex.html' rel='index' title='Index'/>
18+
<link href='../search.html' rel='search' title='Search'/>
1919

20-
<link rel='stylesheet' href='../_static/custom.css' type='text/css'/>
20+
<link href='../_static/custom.css' rel='stylesheet' type='text/css'/>
2121

2222

23-
<meta name='viewport' content='width=device-width, initial-scale=0.9, maximum-scale=0.9'/>
23+
<meta content='width=device-width, initial-scale=0.9, maximum-scale=0.9' name='viewport'/>
2424

2525
</head>
2626
<body>
@@ -59,7 +59,8 @@ <h1>Source code for modulation</h1>
5959

6060
<span class='s2'>@author: cnheider</span>
6161
<span class='s2'>&quot;&quot;&quot;</span>
62-
<span class='n'>__all__</span> <span class='o'>=</span> <span class='p'>[</span><span class='s2'>&quot;PROJECT_APP_PATH&quot;</span><span class='p'>,</span> <span class='s2'>&quot;PROJECT_NAME&quot;</span><span class='p'>,</span> <span class='s2'>&quot;PROJECT_VERSION&quot;</span><span class='p'>,</span> <span class='s2'>&quot;get_version&quot;</span><span class='p'>]</span>
62+
<span class='n'>__all__</span> <span class='o'>=</span> <span class='p'>[</span><span class='s2'>&quot;PROJECT_APP_PATH&quot;</span><span class='p'>,</span> <span class='s2'>&quot;PROJECT_NAME&quot;</span><span class='p'>,</span> <span class='s2'>&quot;PROJECT_VERSION&quot;</span><span class='p'>,</span> <span class='s2'>&quot;get_version&quot;</span><span class='p'>,</span> <span class='s1'>&#39;PROJECT_ORGANISATION&#39;</span><span class='p'>,</span>
63+
<span class='s1'>&#39;PROJECT_AUTHOR&#39;</span><span class='p'>,</span> <span class='s1'>&#39;PROJECT_YEAR&#39;</span><span class='p'>,</span> <span class='s1'>&#39;INCLUDE_PROJECT_READMES&#39;</span><span class='p'>,</span> <span class='s1'>&#39;PACKAGE_DATA_PATH&#39;</span><span class='p'>]</span>
6364

6465
<span class='kn'>from</span> <span class='nn'>typing</span> <span class='kn'>import</span> <span class='n'>Any</span>
6566
<span class='kn'>from</span> <span class='nn'>pathlib</span> <span class='kn'>import</span> <span class='n'>Path</span>
@@ -115,7 +116,11 @@ <h1>Source code for modulation</h1>
115116
<span class='c1'># Most git tags are prefixed with &#39;v&#39; (example: v1.2.3) this is</span>
116117
<span class='c1'># never desirable for artifact repositories, so we strip the</span>
117118
<span class='c1'># leading &#39;v&#39; if it&#39;s present.</span>
118-
<span class='n'>version</span> <span class='o'>=</span> <span class='n'>version</span><span class='p'>[</span><span class='mi'>1</span><span class='p'>:]</span> <span class='k'>if</span> <span class='nb'>isinstance</span><span class='p'>(</span><span class='n'>version</span><span class='p'>,</span> <span class='nb'>str</span><span class='p'>)</span> <span class='ow'>and</span> <span class='n'>version</span><span class='o'>.</span><span class='n'>startswith</span><span class='p'>(</span><span class='s2'>&quot;v&quot;</span><span class='p'>)</span> <span class='k'>else</span> <span class='n'>version</span>
119+
<span class='n'>version</span> <span class='o'>=</span> <span class='p'>(</span>
120+
<span class='n'>version</span><span class='p'>[</span><span class='mi'>1</span><span class='p'>:]</span>
121+
<span class='k'>if</span> <span class='nb'>isinstance</span><span class='p'>(</span><span class='n'>version</span><span class='p'>,</span> <span class='nb'>str</span><span class='p'>)</span> <span class='ow'>and</span> <span class='n'>version</span><span class='o'>.</span><span class='n'>startswith</span><span class='p'>(</span><span class='s2'>&quot;v&quot;</span><span class='p'>)</span>
122+
<span class='k'>else</span> <span class='n'>version</span>
123+
<span class='p'>)</span>
119124
<span class='k'>else</span><span class='p'>:</span>
120125
<span class='c1'># Default version is an ISO8601 compliant datetime. PyPI doesn&#39;t allow</span>
121126
<span class='c1'># the colon &#39;:&#39; character in its versions, and time is required to allow</span>
@@ -127,7 +132,9 @@ <h1>Source code for modulation</h1>
127132
<span class='c1'>#</span>
128133
<span class='c1'># Publications using datetime versions should only be made from master</span>
129134
<span class='c1'># to represent the HEAD moving forward.</span>
130-
<span class='n'>warn</span><span class='p'>(</span><span class='sa'>f</span><span class='s2'>&quot;Environment variable VERSION is not set, only using datetime: </span><span class='si'>{</span><span class='n'>date_version</span><span class='si'>}</span><span class='s2'>&quot;</span><span class='p'>)</span>
135+
<span class='n'>warn</span><span class='p'>(</span>
136+
<span class='sa'>f</span><span class='s2'>&quot;Environment variable VERSION is not set, only using datetime: </span><span class='si'>{</span><span class='n'>date_version</span><span class='si'>}</span><span class='s2'>&quot;</span>
137+
<span class='p'>)</span>
131138

132139
<span class='c1'># warn(f&#39;Environment variable VERSION is not set, only using timestamp: {version}&#39;)</span>
133140

@@ -150,8 +157,11 @@ <h1>Source code for modulation</h1>
150157

151158
</div>
152159
</div>
153-
<div class='sphinxsidebar' role='navigation' aria-label='main navigation'>
160+
<div aria-label='main navigation' class='sphinxsidebar' role='navigation'>
154161
<div class='sphinxsidebarwrapper'>
162+
<p class='logo'><a href='../index.html'>
163+
<img alt='Logo' class='logo' src='../_static/mod.svg'/>
164+
</a></p>
155165
<h1 class='logo'><a href='../index.html'>modulation</a></h1>
156166

157167

@@ -177,11 +187,11 @@ <h3>Related Topics</h3>
177187
</li>
178188
</ul>
179189
</div>
180-
<div id='searchbox' style='display: none' role='search'>
190+
<div id='searchbox' role='search' style='display: none'>
181191
<h3 id='searchlabel'>Quick search</h3>
182192
<div class='searchformwrapper'>
183-
<form class='search' action='../search.html' method='get'>
184-
<input type='text' name='q' aria-labelledby='searchlabel' autocomplete='off' autocorrect='off' autocapitalize='off' spellcheck='false'/>
193+
<form action='../search.html' class='search' method='get'>
194+
<input aria-labelledby='searchlabel' autocapitalize='off' autocomplete='off' autocorrect='off' name='q' spellcheck='false' type='text'/>
185195
<input type='submit' value='Go'/>
186196
</form>
187197
</div>

0 commit comments

Comments
 (0)