From 27459a9c61322360ab6476dcf1d2894ca5e91f67 Mon Sep 17 00:00:00 2001 From: Hendrik Schroeter Date: Thu, 28 Jul 2022 10:24:33 +0200 Subject: [PATCH] v0.2.5 --- DeepFilterNet/poetry.lock | 145 ++++++++++++++++++++++++++--------- DeepFilterNet/pyproject.toml | 6 +- libDF/Cargo.toml | 2 +- pyDF-data/Cargo.toml | 2 +- pyDF-data/pyproject.toml | 2 +- pyDF/Cargo.toml | 2 +- pyDF/pyproject.toml | 2 +- 7 files changed, 116 insertions(+), 45 deletions(-) diff --git a/DeepFilterNet/poetry.lock b/DeepFilterNet/poetry.lock index 2e0e57919..8d2554b62 100644 --- a/DeepFilterNet/poetry.lock +++ b/DeepFilterNet/poetry.lock @@ -66,9 +66,23 @@ category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +[[package]] +name = "coloredlogs" +version = "15.0.1" +description = "Colored terminal output for Python's logging module" +category = "main" +optional = true +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" + +[package.dependencies] +humanfriendly = ">=9.1" + +[package.extras] +cron = ["capturer (>=2.4)"] + [[package]] name = "DeepFilterDataLoader" -version = "0.2.5_pre" +version = "0.2.5" description = "" category = "main" optional = true @@ -84,7 +98,7 @@ url = "../pyDF-data" [[package]] name = "DeepFilterLib" -version = "0.2.5_pre" +version = "0.2.5" description = "" category = "main" optional = false @@ -108,7 +122,7 @@ python-versions = "*" [[package]] name = "executing" -version = "0.8.3" +version = "0.9.1" description = "Get the currently executing AST node of a frame, and other information" category = "main" optional = true @@ -134,9 +148,20 @@ category = "main" optional = true python-versions = "*" +[[package]] +name = "humanfriendly" +version = "10.0" +description = "Human friendly output for text interfaces using Python" +category = "main" +optional = true +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" + +[package.dependencies] +pyreadline3 = {version = "*", markers = "sys_platform == \"win32\" and python_version >= \"3.8\""} + [[package]] name = "icecream" -version = "2.1.2" +version = "2.1.3" description = "Never use print() to debug again; inspect variables, expressions, and program execution with a single, simple function call." category = "main" optional = true @@ -182,6 +207,18 @@ win32-setctime = {version = ">=1.0.0", markers = "sys_platform == \"win32\""} [package.extras] dev = ["colorama (>=0.3.4)", "docutils (==0.16)", "flake8 (>=3.7.7)", "tox (>=3.9.0)", "pytest (>=4.6.2)", "pytest-cov (>=2.7.1)", "black (>=19.10b0)", "isort (>=5.1.1)", "Sphinx (>=4.1.1)", "sphinx-autobuild (>=0.7.1)", "sphinx-rtd-theme (>=0.4.3)"] +[[package]] +name = "mpmath" +version = "1.2.1" +description = "Python library for arbitrary-precision floating-point arithmetic" +category = "main" +optional = true +python-versions = "*" + +[package.extras] +tests = ["pytest (>=4.6)"] +develop = ["wheel", "codecov", "pytest-cov", "pycodestyle", "pytest (>=4.6)"] + [[package]] name = "nodeenv" version = "1.7.0" @@ -200,16 +237,30 @@ python-versions = ">=3.8" [[package]] name = "onnxruntime" -version = "1.11.1" +version = "1.12.0" description = "ONNX Runtime is a runtime accelerator for Machine Learning models" category = "main" optional = true python-versions = "*" [package.dependencies] +coloredlogs = "*" flatbuffers = "*" -numpy = ">=1.21.6" +numpy = ">=1.21.0" +packaging = "*" protobuf = "*" +sympy = "*" + +[[package]] +name = "packaging" +version = "21.3" +description = "Core utilities for Python packages" +category = "main" +optional = true +python-versions = ">=3.6" + +[package.dependencies] +pyparsing = ">=2.0.2,<3.0.5 || >3.0.5" [[package]] name = "pastel" @@ -269,7 +320,7 @@ virtualenv = ">=20.0.8" [[package]] name = "protobuf" -version = "4.21.2" +version = "4.21.4" description = "" category = "main" optional = true @@ -291,6 +342,25 @@ category = "main" optional = true python-versions = ">=3.6" +[[package]] +name = "pyparsing" +version = "3.0.9" +description = "pyparsing module - Classes and methods to define and execute parsing grammars" +category = "main" +optional = true +python-versions = ">=3.6.8" + +[package.extras] +diagrams = ["railroad-diagrams", "jinja2"] + +[[package]] +name = "pyreadline3" +version = "3.4.1" +description = "A python implementation of GNU readline." +category = "main" +optional = true +python-versions = "*" + [[package]] name = "pystoi" version = "0.3.3" @@ -345,7 +415,7 @@ name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" category = "main" -optional = false +optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" [[package]] @@ -362,6 +432,17 @@ cffi = ">=1.0" [package.extras] numpy = ["numpy"] +[[package]] +name = "sympy" +version = "1.10.1" +description = "Computer algebra system (CAS) in Python" +category = "main" +optional = true +python-versions = ">=3.7" + +[package.dependencies] +mpmath = ">=0.19" + [[package]] name = "toml" version = "0.10.2" @@ -380,7 +461,7 @@ python-versions = ">=3.6" [[package]] name = "urllib3" -version = "1.26.10" +version = "1.26.11" description = "HTTP library with thread-safe connection pooling, file post, and more." category = "main" optional = false @@ -393,21 +474,20 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "virtualenv" -version = "20.15.1" +version = "20.16.2" description = "Virtual Python Environment builder" category = "dev" optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" +python-versions = ">=3.6" [package.dependencies] distlib = ">=0.3.1,<1" filelock = ">=3.2,<4" platformdirs = ">=2,<3" -six = ">=1.9.0,<2" [package.extras] docs = ["proselint (>=0.10.2)", "sphinx (>=3)", "sphinx-argparse (>=0.2.5)", "sphinx-rtd-theme (>=0.4.3)", "towncrier (>=21.3)"] -testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", "pytest (>=4)", "pytest-env (>=0.6.2)", "pytest-freezegun (>=0.4.1)", "pytest-mock (>=2)", "pytest-randomly (>=1)", "pytest-timeout (>=1)", "packaging (>=20.0)"] +testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", "packaging (>=20.0)", "pytest (>=4)", "pytest-env (>=0.6.2)", "pytest-freezegun (>=0.4.1)", "pytest-mock (>=2)", "pytest-randomly (>=1)", "pytest-timeout (>=1)"] [[package]] name = "win32-setctime" @@ -448,22 +528,18 @@ cfgv = [ ] charset-normalizer = [] colorama = [] +coloredlogs = [] DeepFilterDataLoader = [] DeepFilterLib = [] distlib = [] -executing = [ - {file = "executing-0.8.3-py2.py3-none-any.whl", hash = "sha256:d1eef132db1b83649a3905ca6dd8897f71ac6f8cac79a7e58a1a09cf137546c9"}, - {file = "executing-0.8.3.tar.gz", hash = "sha256:c6554e21c6b060590a6d3be4b82fb78f8f0194d809de5ea7df1c093763311501"}, -] +executing = [] filelock = [] flatbuffers = [ {file = "flatbuffers-2.0-py2.py3-none-any.whl", hash = "sha256:3751954f0604580d3219ae49a85fafec9d85eec599c0b96226e1bc0b48e57474"}, {file = "flatbuffers-2.0.tar.gz", hash = "sha256:12158ab0272375eab8db2d663ae97370c33f152b27801fa6024e1d6105fd4dd2"}, ] -icecream = [ - {file = "icecream-2.1.2-py2.py3-none-any.whl", hash = "sha256:04b9cea4d9931cf6960db0430ebf11fa34464ce7152e384ddf50f96d25b201b4"}, - {file = "icecream-2.1.2.tar.gz", hash = "sha256:09300b2d1c678712410cbd47c95198eb1b580f66f311a554ccd6b9e758ece0ee"}, -] +humanfriendly = [] +icecream = [] identify = [] idna = [ {file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"}, @@ -473,24 +549,13 @@ loguru = [ {file = "loguru-0.6.0-py3-none-any.whl", hash = "sha256:4e2414d534a2ab57573365b3e6d0234dfb1d84b68b7f3b948e6fb743860a77c3"}, {file = "loguru-0.6.0.tar.gz", hash = "sha256:066bd06758d0a513e9836fd9c6b5a75bfb3fd36841f4b996bc60b547a309d41c"}, ] +mpmath = [] nodeenv = [] numpy = [] -onnxruntime = [ - {file = "onnxruntime-1.11.1-cp37-cp37m-macosx_10_14_x86_64.whl", hash = "sha256:88b94a900754ef189c2b06f2046f2de8008753e0e8a3e562b2fb03298026b4b4"}, - {file = "onnxruntime-1.11.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:958974be7808b46815533c74e8849a2d73e73d656df8369a114ce3359f77760b"}, - {file = "onnxruntime-1.11.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f3f83e7d52932b68b08cfba4920816efc7c3177036a90116137b11888e1f2490"}, - {file = "onnxruntime-1.11.1-cp37-cp37m-win32.whl", hash = "sha256:3106bfcd1532afcaa26fc47931f7a8770dc710263647e8fbb5f75fa5a8fc70f9"}, - {file = "onnxruntime-1.11.1-cp37-cp37m-win_amd64.whl", hash = "sha256:80775f4f64850b6774dbaa955888a89dc719cf654f1995ed5418e78c0139b5f4"}, - {file = "onnxruntime-1.11.1-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:b24a3cd1e6d7fe7c4c5be2996ba02ebf8beed6347b2fd3ac869d1c685a2e0264"}, - {file = "onnxruntime-1.11.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:73c4df0a446fe49d59629746d2163fa39b732b6afb3b5d00f8c9ec91a040e5c4"}, - {file = "onnxruntime-1.11.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:149bf850c4e320e33894cab3e350a945ab17690cf54ffa00ef965273112ef614"}, - {file = "onnxruntime-1.11.1-cp38-cp38-win32.whl", hash = "sha256:9e202d7323b5728cdc3c0ee3bbc35f10cd56c7120c9626887c4ebe5d8503b488"}, - {file = "onnxruntime-1.11.1-cp38-cp38-win_amd64.whl", hash = "sha256:00632fc2ee3cf86349f5b00f5385a62fe5720ef14b471c919cc2c94faeb446d0"}, - {file = "onnxruntime-1.11.1-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:792985ddf3d3c46efa24bcfef970e7ccd4421d46173a96ca3974dab709598591"}, - {file = "onnxruntime-1.11.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:03ce95870b0bc7cbef5383b3c3062c6d9784af71f266192bc887928d7b927a46"}, - {file = "onnxruntime-1.11.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:53121b024f68d6b16bb93bc3fb73ba05b6f55647d12054a8efae7f48ed761add"}, - {file = "onnxruntime-1.11.1-cp39-cp39-win32.whl", hash = "sha256:b90124277454c50c5b2073bb9e1368b2a5672f30c2c8f3fe01393967dcd6dce2"}, - {file = "onnxruntime-1.11.1-cp39-cp39-win_amd64.whl", hash = "sha256:b1ffefc961fc607e5929fef92f3bc8bc48bd3a074b2a6448887be23eb313f75a"}, +onnxruntime = [] +packaging = [ + {file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"}, + {file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"}, ] pastel = [ {file = "pastel-0.2.1-py2.py3-none-any.whl", hash = "sha256:4349225fcdf6c2bb34d483e523475de5bb04a5c10ef711263452cb37d7dd4364"}, @@ -517,6 +582,11 @@ pygments = [ {file = "Pygments-2.12.0-py3-none-any.whl", hash = "sha256:dc9c10fb40944260f6ed4c688ece0cd2048414940f1cea51b8b226318411c519"}, {file = "Pygments-2.12.0.tar.gz", hash = "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb"}, ] +pyparsing = [ + {file = "pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"}, + {file = "pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"}, +] +pyreadline3 = [] pystoi = [ {file = "pystoi-0.3.3.tar.gz", hash = "sha256:9f7f17be8fbf42a3240a52f8bfaef087757c07fa6e19802dd6fc7841123a9267"}, ] @@ -588,6 +658,7 @@ soundfile = [ {file = "SoundFile-0.10.3.post1-py2.py3.cp26.cp27.cp32.cp33.cp34.cp35.cp36.pp27.pp32.pp33-none-win_amd64.whl", hash = "sha256:b361d4ac1519a2e516cabafa6bf7e93492f999f35d7d25350cd87fdc3e5cb27e"}, {file = "SoundFile-0.10.3.post1.tar.gz", hash = "sha256:490cff42650733d1832728b937fe99fa1802896f5ef4d61bcf78cf7ebecb107b"}, ] +sympy = [] toml = [ {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, diff --git a/DeepFilterNet/pyproject.toml b/DeepFilterNet/pyproject.toml index 9612bacc4..365103ede 100644 --- a/DeepFilterNet/pyproject.toml +++ b/DeepFilterNet/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "DeepFilterNet" -version = "0.2.5-pre" +version = "0.2.5" description = "Noise supression using deep filtering" authors = ["Hendrik Schröter"] repository = "https://github.com/Rikorose/DeepFilterNet" @@ -23,8 +23,8 @@ include = [ ] [tool.poetry.dependencies] -deepfilterlib = { path = "../pyDF/" } -deepfilterdataloader = { path = "../pyDF-data/", optional = true } +deepfilterlib = "0.2.5" +deepfilterdataloader = { version = "0.2.5", optional = true } python = ">=3.8,<4.0" numpy = ">=1.22,<2.0" loguru = ">=0.5" diff --git a/libDF/Cargo.toml b/libDF/Cargo.toml index cee3ba281..5101f3c9b 100644 --- a/libDF/Cargo.toml +++ b/libDF/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deep_filter" -version = "0.2.5-pre" +version = "0.2.5" resolver = "2" authors = ["Hendrik Schröter "] edition = "2021" diff --git a/pyDF-data/Cargo.toml b/pyDF-data/Cargo.toml index cfb5417a8..78abd64ad 100644 --- a/pyDF-data/Cargo.toml +++ b/pyDF-data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "DeepFilterDataLoader" -version = "0.2.5-pre" +version = "0.2.5" authors = ["Hendrik Schröter "] edition = "2021" diff --git a/pyDF-data/pyproject.toml b/pyDF-data/pyproject.toml index 102a6c4d3..1e914e48a 100644 --- a/pyDF-data/pyproject.toml +++ b/pyDF-data/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "DeepFilterDataLoader" -version = "0.2.5-pre" +version = "0.2.5" classifiers = [ "Programming Language :: Rust" ] diff --git a/pyDF/Cargo.toml b/pyDF/Cargo.toml index ddaeb2c80..15f6f0ece 100644 --- a/pyDF/Cargo.toml +++ b/pyDF/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "DeepFilterLib" -version = "0.2.5-pre" +version = "0.2.5" authors = ["Hendrik Schröter "] edition = "2021" diff --git a/pyDF/pyproject.toml b/pyDF/pyproject.toml index 1770fa267..d189c5032 100644 --- a/pyDF/pyproject.toml +++ b/pyDF/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "DeepFilterLib" -version = "0.2.5-pre" +version = "0.2.5" classifiers = [ "Programming Language :: Rust" ]