From 1bc198b6bbdbf73041df36dfb9f659a1f637fe8e Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 13 Mar 2023 16:34:46 +0000 Subject: [PATCH] 2.7.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ dpat/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7b2a55..12981ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v2.7.1 (2023-03-13) +### Fix +* Bypass oom error ([`0177032`](https://github.com/siemdejong/dpat/commit/01770320bcae9608d4efc15793a9d53135e764f3)) +* Add ipywidgets dependency ([`3c26dcd`](https://github.com/siemdejong/dpat/commit/3c26dcd0b43e868ff34bf424f0c1bf5c73bdc433)) + ## v2.7.0 (2023-03-10) ### Feature * Visualize embedding distribution using t-sne ([`91c4190`](https://github.com/siemdejong/dpat/commit/91c4190f4477e2cb53fa5e855d1bf64cfd5a6ecf)) diff --git a/dpat/__init__.py b/dpat/__init__.py index 6719d97..a0991d0 100644 --- a/dpat/__init__.py +++ b/dpat/__init__.py @@ -10,7 +10,7 @@ logging.getLogger("dpat").addHandler(logging.NullHandler()) -__version__ = "2.7.0" +__version__ = "2.7.1" def install_windows(vipsbin: str): diff --git a/pyproject.toml b/pyproject.toml index 79a8ae1..3b8794d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dpat" -version = "2.7.0" +version = "2.7.1" authors = [ {name="Siem de Jong", email="siem.dejong@hotmail.nl"}, ]