From 7fb0d8db79ce69bc37735d320871226c70951cab Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 23 Mar 2023 13:49:27 +0000 Subject: [PATCH] 4.3.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ dpat/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e314fdf..fdf4584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v4.3.1 (2023-03-23) +### Fix +* Up default patience to 100 ([`289d7f9`](https://github.com/siemdejong/dpat/commit/289d7f9b3b97702836f34a6f4815324cbad09247)) + ## v4.3.0 (2023-03-23) ### Feature * Add early stopping ([`7c4eb01`](https://github.com/siemdejong/dpat/commit/7c4eb01e240402c6033fa2b06d802e41b3e90c60)) diff --git a/dpat/__init__.py b/dpat/__init__.py index 8bbc2f9..c6d8715 100644 --- a/dpat/__init__.py +++ b/dpat/__init__.py @@ -10,7 +10,7 @@ logging.getLogger("dpat").addHandler(logging.NullHandler()) -__version__ = "4.3.0" +__version__ = "4.3.1" def install_windows(vipsbin: str): diff --git a/pyproject.toml b/pyproject.toml index d7b4826..00a26f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dpat" -version = "4.3.0" +version = "4.3.1" authors = [ {name="Siem de Jong", email="siem.dejong@hotmail.nl"}, ]