Skip to content

Commit 106bf1d

Browse files
committed
release version 1.0.5
1 parent 9c04ac3 commit 106bf1d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.5
4+
- FIX: class order in model explorer was broken!
5+
- FIX: interactive plot was looking for a missing argument
6+
- refactored code to remove torch and streamlit deprecation warnings
7+
38
## 1.0.4
49
- FIX: allow for alpha-channel in inference
510

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
requires-python = ">=3.9"
1414
keywords = ["metric learning", "biology"]
1515
dynamic = ["dependencies"]
16-
version = "1.0.4"
16+
version = "1.0.5"
1717

1818
[project.urls]
1919
"Homepage" = "https://github.com/agporto/BioEncoder"

0 commit comments

Comments
 (0)