From 6a5f3af6eb161bef4bb6028c14b2390ef404d6ee Mon Sep 17 00:00:00 2001 From: Kin Wai Cheuk Date: Fri, 6 Nov 2020 16:15:35 +0800 Subject: [PATCH 1/2] update .gitignore to avoid useless files --- .gitignore | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 34b2fb0..15d354e 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store y_list.npy __pycache__ .ipynb_checkpoints @@ -6,12 +7,6 @@ Installation/dist Bach.wav Chopin.wav statistic.ipynb -nnAudio_doc.rst -_templates -_build -make.bat -conf.py -Makefile Installation/nnAudio/Untitled.ipynb Installation/nnAudio/Untitled-Copy1.ipynb Installation/nnAudio/Orthogonal.ipynb @@ -26,5 +21,5 @@ Readme.ipynb Using nnAudio on Single GPU.ipynb Using nnAudio on Multiple GPUs.ipynb -Sphinx/* -docs/ \ No newline at end of file +Sphinx/source/_autosummary +docs/ From 21c43728d6aa44538dc1d47ba223f10301035dff Mon Sep 17 00:00:00 2001 From: Kin Wai Cheuk Date: Fri, 6 Nov 2020 16:38:31 +0800 Subject: [PATCH 2/2] revise the version number --- Sphinx/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sphinx/source/conf.py b/Sphinx/source/conf.py index ac02e36..57c9bd5 100755 --- a/Sphinx/source/conf.py +++ b/Sphinx/source/conf.py @@ -26,7 +26,7 @@ author = 'Cheuk Kin Wai' # The short X.Y version -version = '0.1.15' +version = '0.1.5' # The full version, including alpha/beta/rc tags release = f'{version}'