We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c04ac3 commit 106bf1dCopy full SHA for 106bf1d
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
+
8
## 1.0.4
9
- FIX: allow for alpha-channel in inference
10
pyproject.toml
@@ -13,7 +13,7 @@ readme = "README.md"
13
requires-python = ">=3.9"
14
keywords = ["metric learning", "biology"]
15
dynamic = ["dependencies"]
16
-version = "1.0.4"
+version = "1.0.5"
17
18
[project.urls]
19
"Homepage" = "https://github.com/agporto/BioEncoder"
0 commit comments