Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 18, 2024
1 parent bf97138 commit 97ad1fa
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# CHANGELOG


## v1.0.3 (2024-12-18)

### Documentation

* docs: Add full path to toxin 2D example ([`32b387e`](https://github.com/tsenoner/protspace/commit/32b387efa38a3dc00edb324520324c8595d4f3c6))

### Fixes

* fix: make embeddings without feature <NaN> ([`bf97138`](https://github.com/tsenoner/protspace/commit/bf97138a28acb79409cb177bc9b1a656119d3812))

### Unknown

* Update embedding generator ([`e0ca7fe`](https://github.com/tsenoner/protspace/commit/e0ca7fe714d4e7ed5a02399acef51ab01f7ee6f1))

* Add forgotte change ([`6446fba`](https://github.com/tsenoner/protspace/commit/6446fba99235abcbf52111f00e50056d272e3179))

* Add navigation guide to 'Explore_ProtSpace.ipynb' ([`1e14f4b`](https://github.com/tsenoner/protspace/commit/1e14f4b12a8d88cb1c3ee1bdb51bbc2a522bfd86))


## v1.0.2 (2024-12-03)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "protspace"
version = "1.0.2"
version = "1.0.3"
description = "A visualisation tool for protein embeddings from pLMs"
authors = [{ name = "Tobias Senoner", email = "[email protected]" }]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/protspace/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.2"
__version__ = "1.0.3"

from . import app, main
from .utils import add_feature_style, prepare_json
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 97ad1fa

Please sign in to comment.