Skip to content

Commit

Permalink
2.7.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 13, 2023
1 parent 65a9bd1 commit 1bc198b
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-->

## 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))
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__ = "2.7.0"
__version__ = "2.7.1"


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 = "2.7.0"
version = "2.7.1"
authors = [
{name="Siem de Jong", email="[email protected]"},
]
Expand Down

0 comments on commit 1bc198b

Please sign in to comment.