Skip to content

Commit

Permalink
4.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 23, 2023
1 parent 7c4eb01 commit 2ebc678
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!--next-version-placeholder-->

## v4.3.0 (2023-03-23)
### Feature
* Add early stopping ([`7c4eb01`](https://github.com/siemdejong/dpat/commit/7c4eb01e240402c6033fa2b06d802e41b3e90c60))
* Add dropout_p parameter to varmil ([`6b59e50`](https://github.com/siemdejong/dpat/commit/6b59e50d8b6c5c800ce0bdcadc09025159412dce))

## v4.2.0 (2023-03-23)
### Feature
* Add hidden features and dropout ([`452082c`](https://github.com/siemdejong/dpat/commit/452082cbff5e2f584938b7de84b887c0a035d418))
Expand Down
2 changes: 1 addition & 1 deletion dpat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

logging.getLogger("dpat").addHandler(logging.NullHandler())

__version__ = "4.2.0"
__version__ = "4.3.0"


def install_windows(vipsbin: str):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dpat"
version = "4.2.0"
version = "4.3.0"
authors = [
{name="Siem de Jong", email="siem.dejong@hotmail.nl"},
]
Expand Down

0 comments on commit 2ebc678

Please sign in to comment.