Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikorose committed Dec 13, 2022
1 parent 8c2857f commit 6accb28
Show file tree
Hide file tree
Showing 8 changed files with 425 additions and 422 deletions.
829 changes: 416 additions & 413 deletions DeepFilterNet/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions DeepFilterNet/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "DeepFilterNet"
version = "0.3.2-pre"
version = "0.4.0"
description = "Noise supression using deep filtering"
authors = ["Hendrik Schröter"]
repository = "https://github.com/Rikorose/DeepFilterNet"
Expand All @@ -23,8 +23,8 @@ include = [
]

[tool.poetry.dependencies]
deepfilterlib = { path = "../pyDF/" }
deepfilterdataloader = { path = "../pyDF-data/", optional = true }
deepfilterlib = "0.4.0"
deepfilterdataloader = { version = "0.4.0", optional = true }
python = ">=3.8,<4.0"
numpy = ">=1.22,<2.0"
loguru = ">=0.5"
Expand Down
2 changes: 1 addition & 1 deletion ladspa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deep-filter-ladspa"
version = "0.3.2-pre"
version = "0.4.0"
authors = ["Hendrik Schröter"]
edition = "2021"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion libDF/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deep_filter"
version = "0.3.2-pre"
version = "0.4.0"
authors = ["Hendrik Schröter"]
edition = "2021"
description = "Noise supression using deep filtering"
Expand Down
2 changes: 1 addition & 1 deletion pyDF-data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "DeepFilterDataLoader"
version = "0.3.2-pre"
version = "0.4.0"
authors = ["Hendrik Schröter"]
edition = "2021"
rust-version = "1.60"
Expand Down
2 changes: 1 addition & 1 deletion pyDF-data/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "DeepFilterDataLoader"
version = "0.3.2-pre"
version = "0.4.0"
classifiers = [
"Programming Language :: Rust"
]
Expand Down
2 changes: 1 addition & 1 deletion pyDF/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "DeepFilterLib"
version = "0.3.2-pre"
version = "0.4.0"
authors = ["Hendrik Schröter"]
edition = "2021"
rust-version = "1.60"
Expand Down
2 changes: 1 addition & 1 deletion pyDF/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "DeepFilterLib"
version = "0.3.2-pre"
version = "0.4.0"
classifiers = [
"Programming Language :: Rust"
]
Expand Down

0 comments on commit 6accb28

Please sign in to comment.