We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e69073 commit fa54d46Copy full SHA for fa54d46
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.2
4
+- FIX: previous fixes didn't get fully merged from dev branch
5
+- FIX: install rich
6
+
7
## 1.0.1
8
- NEW: perplexity option for interactive plots
9
- FIX: horizontal bar plotting in headless environments and inference without config
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.1"
+version = "1.0.2"
17
18
[project.urls]
19
"Homepage" = "https://github.com/agporto/BioEncoder"
0 commit comments