We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5476a7 commit 92f1db1Copy full SHA for 92f1db1
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.0.4
4
+- FIX: allow for alpha-channel in inference
5
+
6
## 1.0.3
7
- FIX: still incongruent plotting of combined train
8
- FIX: plot an augmentation sample with alpha channel imgs
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.3"
+version = "1.0.4"
17
18
[project.urls]
19
"Homepage" = "https://github.com/agporto/BioEncoder"
0 commit comments